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









========== тестовый эскиз===========
null configuration()
{ Serial.begin(115200);
pinMode(14,OUTPUT);
задержка(500);
Serial.println("AT+CIPMUX=1");
задержка (2000);
Serial.println("AT+CIPSERVER=1.5000");
задержка (2000);
Serial.println("AT+CIPSTO=3600");
задержка (2000); }
пустая схема()
{ while (Serial.available())
{загрузить Rdata;
Rdata = Serial.read();
se (Rdati=='A'|Rdati=='a')
{ digitalWrite(14,ALTA);
задержка (50); }
в противном случае, если (Rdati=='B'|Rdati=='b')
{ digitalWrite(14, LOW);
задержка (10);
digitalWrite(14,ALTA);
задержка (10);
digitalWrite(14, LOW); }
другой
{ digitalWrite(14, LOW); } } }







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.