UNO+WiFi R3 ATmega328P+ESP8266 CH340 (32Mb di memoria) 6V-9V USB-TTL CH340G per Arduino NodeMCU WeMos una scheda di sviluppo
- Sale price
- $7.66
- List price
- $10.94
- You save
- $3.28 (30%)
Prices include VAT and any applicable duties.
Product Summary
UNO+WiFi R3 ATmega328P+ESP8266 CH340 (32Mb di memoria) 6V-9V USB-TTL CH340G per Arduino is a development board selected for building connected devices, firmware tests and rapid electronics prototypes. It is suitable for makers, embedded developers and IoT prototyping teams who need practical electronics hardware for reliable project work.
Best For
- building connected devices, firmware tests and rapid electronics prototypes
- Arduino, MicroPython, sensors, displays and expansion modules
- Electronics testing, repair, prototyping and maker workflows
FAQ
Who is this product for? It is intended for makers, embedded developers and IoT prototyping teams.
What should I check before buying? Review the product options, specifications, included accessories and compatibility details on this page.









========== 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); } } }







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.