So I recently bought this off brand arduino uno from betemcu.cn. it says its r3 compatible.
Can I program this thing with the arduino coder or do I need to use something else? whenever I try uploading the code it says "problem uploading to board"
migrated from electronics.stackexchange.com Oct 19 '15 at 4:09This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts. |
|||||||||||||||||
|
THe issue is probably that you need a driver for the onboard CH340G USB to series bridge. The Baite Electronics Arduino clones are generally of good quality and work well. The product is described on this webpage and you will see that they say
The CH340-G relates to the USB interface IC. If you email them Baite will provide a link to the CH340 driver, but they do not usually provide it on their website (reason unknown to me.) Or, you can obtain a driver from numerous websites. This page claims to provide a Windows 7 CH340G driver and install instructions **THis You tube video describes how to install a driver and provides a link to this page which lists a number of drivers. |
|||||||||||||||||||||
|
Just install your driver. Some might install automatically. Then try to upload the sketch using arduino IDE. |
|||
|