product_image_name-Generic-UNO R3 Official Box ATMEGA16U2 / UNO+WiFi R3  ATMEGA328P Chip CH340G For Arduino UNO R3 Development Board WeMos ESP8266-1

Share this product

Shipped from abroad

UNO R3 Official Box ATMEGA16U2 / UNO+WiFi R3 ATMEGA328P Chip CH340G For Arduino UNO R3 Development Board WeMos ESP8266

UGX 69,975
UGX 97,81028%

In stock

+ shipping from UGX 13,796 to Central Business District
Variation available

Promotions

Delivery & Returns

Shipped from abroad 

Choose your location

Pickup Station

Delivery Fees UGX 13,796
Ready for pickup between 23 October & 28 October when you order within next 6hrs 58mins

Door Delivery

Delivery Fees UGX 14,896
Ready for delivery between 23 October & 28 October when you order within next 6hrs 58mins

Return Policy

Free return within 7 days for eligible items.Details

Seller Information

Jinfu

60%Seller Score

Be the first to follow

Follow

Seller Performance

This seller does not have enough history for us to evaluate his performance yet

Product details


UNO R3 Official Box ATMEGA16U2 / UNO+WiFi R3 ATMEGA328P Chip CH340G For Arduino UNO R3 Development Board WeMos ESP8266
  • I am an international seller
Our shop sells the most popular 3C consumer electronics products,such as mobile phone accessories,computer accessories,game peripherals,smart wearables,and follow the most popular fashion trends. If you like our products,please follow us,become our follower and fan.We will provide you with the most popular products to satisfy your fashion shopping experience.Model Number : ATMEGA328PCondition : NewType : Voltage RegulatorOrigin : Mainland China?Description:It is a customized version of the classic ARDUINO UNO R3 board. Full integration of microcontroller Atmel ATmega328 and IC Wi-Fi ESP8266 with 32 MB flash memory, and USB-TTL converter CH340G on one board. All modules can work together or independently.On the board where the switch of mode of operation with 8 positionSwitch status and mode selection:12345678CH340 connect to ESP8266 (upload sketch)OFFOFFOFFOFFONONONNoUSECH340 connect to ESP8266 (connect)OFFOFFOFFOFFONONOFFNoUSECH340 connect to ATmega328 (upload sketch)OFFOFFONONOFFOFFOFFNoUSEMega328+ESP8266ONONOFFOFFOFFOFFOFFNoUSEAll modules work independentOFFOFFOFFOFFOFFOFFOFFNoUSEAfter choosing the mode of the board can proceed to setting up the IDEIt is important that when the ESP8266 module is programming, it is necessary to press the button “ESP Reboot”To begin open the Arduino IDE programming environment and go to settingsThen in the window that appears in the row Additional Boards Manager URLs (marked in red) inserthttp://arduino.esp8266.com/stable/package_esp8266com_index.jsonlink for installation in Arduino IDE additional scripts that would work with the modules ESP8266, and click OKThen go to the Tools> Board> Boards ManagerIn the window that appears, scroll through the list down to the script esp8266 by ESP8266 Community and click.In the lower right corner will be able to select the version of the software, select the version 2.1.0 (the newest) and click the Install buttonAfter installation, close the window and go to Tools> Board and see the list of available devices on the chip programming ESP8266Next, you need to select the card as shown in the picture (Generic ESP8266 module)Select the upload speed - 115200==========test sketch===========void setup(){ Serial.begin(115200);pinMode(14,OUTPUT);delay(500);Serial.println("AT+CIPMUX=1");delay(2000);Serial.println("AT+CIPSERVER=1,5000");delay(2000);Serial.println("AT+CIPSTO=3600");delay(2000); }void loop(){ while(Serial.available()){ char Rdata;Rdata=Serial.read();if(Rdata=='A'-Rdata=='a'){ digitalWrite(14,HIGH);delay(50); }else if(Rdata=='B'-Rdata=='b'){ digitalWrite(14,LOW);delay(10);digitalWrite(14,HIGH);delay(10);digitalWrite(14,LOW); }else{ digitalWrite(14,LOW); } } }Model Number: UNO+WiFi-R3-AT328-ESP8266-32MB-CH340Gis_customized: YesSupply Voltage: 6~9V recommindType: Logic ICsCondition: NewMCU: ATmega328WiFi MCU: ESP8266USB-converter: CH340GPinOut Uno: Uno R3UNO+WiFi R3 ATmega328P+ESP8266 (32Mb memory), USB-TTL CH340G. Compatible for Arduino Uno, NodeMCU, WeMos ESP8266

Specifications

Key Features

Model Number : ATMEGA328PCondition : NewType : Voltage RegulatorOrigin : Mainland China?Description:It is a customized version of the classic ARDUINO UNO R3 board. Full integration of microcontroller Atmel ATmega328 and IC Wi-Fi ESP8266 with 32 MB flash memory, and USB-TTL converter CH340G on one board. All modules can work together or independently.On the board where the switch of mode of operation with 8 positionSwitch status and mode selection:12345678CH340 connect to ESP8266 (upload sketch)OFFOFFOFFOFFONONONNoUSECH340 connect to ESP8266 (connect)OFFOFFOFFOFFONONOFFNoUSECH340 connect to ATmega328 (upload sketch)OFFOFFONONOFFOFFOFFNoUSEMega328+ESP8266ONONOFFOFFOFFOFFOFFNoUSEAll modules work independentOFFOFFOFFOFFOFFOFFOFFNoUSEAfter choosing the mode of the board can proceed to setting up the IDEIt is important that when the ESP8266 module is programming, it is necessary to press the button “ESP Reboot”To begin open the Arduino IDE programming environment and go to settingsThen in the window that appears in the row Additional Boards Manager URLs (marked in red) inserthttp://arduino.esp8266.com/stable/package_esp8266com_index.jsonlink for installation in Arduino IDE additional scripts that would work with the modules ESP8266, and click OKThen go to the Tools> Board> Boards ManagerIn the window that appears, scroll through the list down to the script esp8266 by ESP8266 Community and click.In the lower right corner will be able to select the version of the software, select the version 2.1.0 (the newest) and click the Install buttonAfter installation, close the window and go to Tools> Board and see the list of available devices on the chip programming ESP8266Next, you need to select the card as shown in the picture (Generic ESP8266 module)Select the upload speed - 115200==========test sketch===========void setup(){ Serial.begin(115200);pinMode(14,OUTPUT);delay(500);Serial.println("AT+CIPMUX=1");delay(2000);Serial.println("AT+CIPSERVER=1,5000");delay(2000);Serial.println("AT+CIPSTO=3600");delay(2000); }void loop(){ while(Serial.available()){ char Rdata;Rdata=Serial.read();if(Rdata=='A'-Rdata=='a'){ digitalWrite(14,HIGH);delay(50); }else if(Rdata=='B'-Rdata=='b'){ digitalWrite(14,LOW);delay(10);digitalWrite(14,HIGH);delay(10);digitalWrite(14,LOW); }else{ digitalWrite(14,LOW); } } }Model Number: UNO+WiFi-R3-AT328-ESP8266-32MB-CH340Gis_customized: YesSupply Voltage: 6~9V recommindType: Logic ICsCondition: NewMCU: ATmega328WiFi MCU: ESP8266USB-converter: CH340GPinOut Uno: Uno R3UNO+WiFi R3 ATmega328P+ESP8266 (32Mb memory), USB-TTL CH340G. Compatible for Arduino Uno, NodeMCU, WeMos ESP8266

What’s in the box

1x packages

Specifications

  • SKU: GE779EA4PF5VVNAFAMZ
  • Model: SM-DSWDQ-9-21-1677
  • Production Country: China
  • Size (L x W x H cm): 20x10x20
  • Weight (kg): 0.4
  • Color: With Cable
  • Main Material: other

Customer Feedback

This product has no ratings yet.

UNO R3 Official Box ATMEGA16U2 / UNO+WiFi R3  ATMEGA328P Chip CH340G For Arduino UNO R3 Development Board WeMos ESP8266

UNO R3 Official Box ATMEGA16U2 / UNO+WiFi R3 ATMEGA328P Chip CH340G For Arduino UNO R3 Development Board WeMos ESP8266

UGX 69,975
UGX 97,81028%
Questions about this product?

Recently Viewed

See All