UNO+WiFi R3 ATmega328P+ESP8266 CH340 (32Mb di memoria) 6V-9V USB-TTL CH340G per Arduino NodeMCU WeMos una scheda di sviluppo
- Цена со скидкой
- $7.66
- Обычная цена
- $10.94
- Вы сэкономите
- $3.28 (30%)
Цены включают НДС и любые применимые пошлины.









========== schizzo di prova===========
configurazione nulla()
{ Serial.begin(115200);
pinMode(14,USCITA);
ritardo(500);
Serial.println("AT+CIPMUX=1");
ritardo (2000);
Serial.println("AT+CIPSERVER=1.5000");
ritardo (2000);
Serial.println("AT+CIPSTO=3600");
ritardo (2000); }
circuito vuoto()
{ mentre (Serial.disponibile())
{carica Rdata;
Rdata=Serial.read();
se (Rdati=='A'|Rdati=='a')
{ digitalWrite(14,ALTA);
ritardo (50); }
altrimenti se (Rdati=='B'|Rdati=='b')
{ digitalWrite(14, BASSO);
ritardo (10);
digitalWrite(14,ALTA);
ritardo (10);
digitalWrite(14, BASSO); }
altro
{ digitalWrite(14, BASSO); } } }







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.