UNO+WiFi R3 ATmega328P+ESP8266 CH340 (32 MB memória) 6V-9V USB-TTL CH340G Arduino NodeMCU WeMos fejlesztőkártyához
- Akciós ár
- $7.66
- Normál ár
- $10.94
- Megmented
- $3.28 (30%)
Az árak tartalmazzák az ÁFA-t és az esetlegesen alkalmazandó vámokat.









=========== tesztvázlat=============
null konfiguráció()
{ Sorozat.kezdet(115200);
pinMode(14,KIMENET);
késlekedés(500);
Sorozat.println("AT+CIPMUX=1");
késés (2000);
Serial.println("AT+CIPSERVER=1.5000");
késés (2000);
Serial.println("AT+CIPSTO=3600");
késleltetés (2000); }
üres áramkör()
{ míg (Serial.available())
{Rdata betöltése;
Rdata=Serial.read();
lásd (Rdati=='A'|Rdati=='a')
{ digitalWrite(14,ALTA);
késleltetés (50); }
egyébként ha (Rdati=='B'|Rdati=='b')
{ digitalWrite(14, LOW);
késleltetés (10);
digitalWrite(14,ALTA);
késleltetés (10);
digitalWrite(14, LOW); }
más
{ digitalWrite(14, LOW); } } }







Bulk Orders & Quotes
For bulk quantities, lab purchasing, repair team restocking, project BOMs or repeat sourcing, use the Request a Quote page. Include product links, target quantity, delivery country or region, required timing, invoice needs and any technical notes such as voltage, connector type, frequency range or acceptable alternatives.
Arrived a little late, about 20 days late, it should had been with me around 16th of Dec but arrived 6th of Jan, probably christmas delays :) It is all working as it should. Just one little thing, the dip switches are set to OFF by default, which does not allow the board to work straight out of the box. You must set the dip switches correctly before you are able to upload skatches.