รถเข็นของคุณว่างเปล่า!
NANO Compatible (CH340) with USB Cable
- แบรนด์ China รหัสสินค้า: NANO-CH340
We know Arduino UNO is the most famous Arduino main board, and Nano is the compact version Arduino UNO. Compatibility is almost 100%:
This is Arduino Nano compatible board. It features everything the original Arduino Nano has, but uses CH340 instead of FT232 as USB to Serial converter. This board also comes with USB mini-B cable.
Note: There are two versions of bootloader for ATmega328P microcontroller since January 2018. You may be having the NANO boards with either of these bootloader versions out-of-the-box. If you encounter any problem loading your code, please follow the steps below.
First, verify that Tools > Board > Boards Manager shows that you have Arduino AVR Boards 1.6.21 or later installed. Then, to program the NANO boards with new bootloader you need to chose Tools > Processor > "ATmega328P". To program the NANO boards with old bootloader you need to choose Tools > Processor > "ATmega328P (Old Bootloader)". Try each of the ATmega328P option until you find which one allows you to upload to your NANO.