HexUploader icon indicating copy to clipboard operation
HexUploader copied to clipboard

problem with nano

Open jon-daemon opened this issue 6 years ago • 6 comments

I tried it with a nano compatible board (it uses a ch340 usb to serial chip). I'm not able to upload the .hex file. I keep getting this message

avrdude: stk500v2_ReceiveMessage(): timeout

Is this a known issue? What could be the problem?

jon-daemon avatar Nov 15 '18 22:11 jon-daemon

I get the same mistake.

Volchanick avatar Feb 21 '19 01:02 Volchanick

Has anyone found a solution for this yet?

goto10 avatar May 21 '19 03:05 goto10

Same issue here :/

mircobabini avatar Nov 16 '19 18:11 mircobabini

The timeout means that AVRdude has no connection to the CPU. The problem is with the RS232 driver. I've had bad experiences with the CH340 chip, eg on MAC, the driver works badly. The FTDI chips work best.

nightflyer88 avatar Nov 17 '19 07:11 nightflyer88

I also had troubles with ch340 in the past with third party drivers and kernel panics. The latest official driver has never given me an issue on High Sierra. I also use it on custom boards and it works fine. Also I think ch340 is natively supported on Mojave and Catalina but I haven't tried it myself. The serial port is visible on HexUploader. It just gives that timeout error.

jon-daemon avatar Nov 17 '19 09:11 jon-daemon

That's right, same here. CH340 driver works perfectly with Arduino software and lot of nanos from different manufacturers. HexUploader sees the serial port, but gives that timeout errore.

I will use windows :/

mircobabini avatar Nov 22 '19 22:11 mircobabini