-1

I'm a complete newbie with Arduino. I've bought a couple of Nano clones from China. According to supplier description, it is Arduino Nano V3.0 ATMEGA328P ATMEGA328 CH340. Not sure why they list both 328 and 328P, but my struggle is to make it work anyway: IDE doesn't see it.

Power LED is on, L-LED is blinking regularly.

After some online reading, I conclude that the root cause may be in the USB-serial chip. My question is: if, when connecting this device to my Mac, I see a /dev/tty.usbserial-1420 device appearing, does it mean that the USB-serial interface actually works correctly? Or does it not, and I should continue trying with installing some extra drivers etc.?

I am on Macbook Pro 2015, Mac OS 10.14.3. Many thanks in advance.

The error I am getting in IDE is:

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

Note: In a similar question the user didn't have the usbserial device in his /dev list.

texnic
  • 99
  • 1
  • 2

1 Answers1

1

These China clones are frequently shipped with no bootloader burned to the chip. There is a way to get it working but, you need a working Arduino or programmer to burn the bootloader. I have used an Arduino Uno to burn a bootloader on my nano. The Uno and nano were both purchased from the same seller, on the same order, from AliExpress. Here are the instructions that worked for me.

The instructions provide a link to download the Windows drivers so here’s a link to the macos drivers. CH341_MAC.ZIP (CH340 uses CH341 drivers)