20171126-Karens e-Shop logo (For Photos) v3_1.jpg

 

Uno R3 ATMega328P CH340G Development Board & USB Cable

 

Updated version of this popular Arduino compatible board.  Fully compatible with the Arduino IDE software and the standard boot-loader is pre-loaded, which makes uploading sketches to the board simple. 

 

Improvements on older version include the addition of two rows of holes for pins so that dupont cables can be used, three rows of holes for wiring and replacement of the ATMega16U2 with the CH340G.  The standard Arduino (female) connectors come pre-soldered onto this board so that it is completely ready to use, although extra (male) pins are included to enable additional connectivity should you need it.

 

Many thanks for looking and don't forget to check out my other items!

20171206-Uno R3 ATMega328P CH340G-1 Description Photo.jpg

 

Mega 2560 R3 ATMega2560-16AU 16U2 Arduino Compatible Board with USB Cable

Mega 2560 R3 ATMega2560-16AU CH340G Arduino Compatible Board with USB Cable

Mini Breadboard Electronics Starter Kit

Uno R3 ATMega328P MEGA16U2 Compatible Microcontroller Board & USB Cable


Nano V3.0 ATMega328P CH340G Arduino Compatible Board & USB Cable

NodeMCU ESP8266 Development Board ESP-12E WiFi Internet CH340G v3

 

SPECIFICATIONS

 

Microcontroller

ATMega328P CH340G

 

Dimensions

76mm x 54mm x 15mm

 

Operating voltage

5v

 

supply voltage (recommended)

7-12v

 

supply voltage (limits)

6-20v (Recommended supply voltage of 6-12v should be used to ensure correct functionality and to avoid damage due to overheating)

 

DC Current per I/O Pin

40 mA

 

DC Current for 3.3V Pin

50 mA

 

Digital I/O Pins

14 (of which 6 provide PWM output)

 

Analog Input Pin

6

 

UART

1

 

Clock Speed

16 MHz

 

EEPROM

1 KB

 

Flash Memory

32 KB of which 0.5 KB is used by the boot-loader

 

SRAM

2 KB

 

Development Board + USB weight

51g

 

 

 

WHAT’S INCLUDED?

 

1 x UNO R3 ATMega 328P CH340G Development Board

1 x USB Cable

 

Please Note: Development Board markings, detailed component layout and colour may sometimes slightly vary from the photographs on this listing.

 

 

 

 

INSTRUCTIONS

 

Recent eBay policy changes prevent me from including links in this listing to external sites where you can find useful information and download tested code libraries and drivers for Windows and the Apple Mac.  However, in compliance with eBay’s new policy, I now provide full details of these links in your order confirmation email, which will be sent within 2 working days of purchase.

 

To operate this Development Board, you will need to download the ‘Arduino IDE’ and the ‘CH340G Microcontroller Driver’.  Apple Mac users with OSX Sierra who experience issues with this CH340G driver should use instead the ‘Alternative Mac CH340G Microcontroller Driver’ download.

  

 

 

 

EXAMPLE ARDUINO CODE

 

The following example Arduino code will make your Development Board on-board LED flash on and off:

 

// Assign Digital Pin 13.
int led = 13;
 
void setup()
{
   //Initialize the digital pin as an output.
   pinMode(led, OUTPUT);    
}
 
void loop()
{
   digitalWrite(led, HIGH);   // Turns LED on (Voltage level is set HIGH).
   delay(1000);               // Pauses for 1 second.
   digitalWrite(led, LOW);    // Turns LED off (Voltage level is set LOW).
   delay(250);               // Pauses for 0.25 seconds.
 }

 

 

 

 

ABOUT ME

 

I have been an eBay member and United Kingdom based seller since 2011.  All my products listed are in stock and sent directly from the United Kingdom.

 

Customer service is of high importance to me and I greatly value my reputation on eBay.  If, for any reason, there is an error with your purchase or your item is delayed, then please contact me so that your issue can be dealt with accordingly.  Please direct all questions through the eBay messaging service to ensure that you have a timely response which will usually be the same day, if not within 24 hours.

 

Many thanks for looking at my items for sale and I hope you are satisfied with your purchase.

 

Karen Watson

 

 

 

SHIPPING

 

Once the payment has been processed, your order will be dispatched within 2 working days.  However, the majority of orders received will be processed within 24 hours (Monday to Thursday).  Orders received after 12:30 (UK time) on Fridays and all weekend orders will be dispatched on the next available working weekday.

 

Please note that all orders will receive a confirmation email within 2 working days.  This email will also contain, where necessary, URL links to recommended drivers, Arduino Libraries and tutorials to enable you to get the best out of your purchase.

 

All items will be dispatched by the Royal Mail.

 

Please Note: Buyer is responsible for paying any customs duties/fees and import VAT/Goods & Services Tax.

 

 

 

WARRANTY

 

I am confident that you will not wish to return your item as every care has been taken to ensure the item arrives exactly in line with my own high expectations.  However, for peace of mind I have a 30-day guarantee on the return of all purchases; simply return the purchased item within 30 days for a full refund.  A full refund will be offered to all returned goods, excluding the original postage costs unless the item is faulty (Please Note: This does not include issues relating to damage caused by mistreatment or misuse).

 

 

 

RETURNS

 

Here are the simple steps to requesting a return:  

1. Please contact me via the eBay Messaging System prior to initiating a formal eBay Return. I will endeavour to respond to you within 2 working days. In accordance with eBay's policy on Buyer and Seller communications, please do not rely on external email.

2. All returns must be authorised prior to posting back to me. Please note by contacting me first on eBay messaging, I may be able to help you resolve the issue, thereby avoiding any additional hassle. 

3. Once authorised, return the merchandise within a 30-day time frame from your purchase date (Please Note: Items sent and stamped after the 30-day period has expired may be refused).

4. Include the item(s) and all accessories in the original (unused) condition, in which they were received, and enclose details of your eBay User Id and Item Number.

5. It is recommended that the return package has a tracking number, should it become mislaid in the post, which can occur from time-to-time.

 

 

 

FEEDBACK

 

Please leave me a 5 Star Positive feedback if you are happy with my service and product as it helps me to grow and raise my service standards.  I would like all of my customers to be happy with their items and the service provided by my store.  I am willing to address all issues as long as they have been brought to my attention.

 

If you intend to leave a Negative / Neutral Feedback or low scores for any of the categories in the feedback area, please make sure you contact me first to provide me with a chance to resolve any issues which you might have with your item.