Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with nano #8

Open
jon-daemon opened this issue Nov 15, 2018 · 6 comments
Open

problem with nano #8

jon-daemon opened this issue Nov 15, 2018 · 6 comments

Comments

@jon-daemon
Copy link

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?

@Volchanick
Copy link

I get the same mistake.

@goto10
Copy link

goto10 commented May 21, 2019

Has anyone found a solution for this yet?

@mircobabini
Copy link

Same issue here :/

@nightflyer88
Copy link

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.

@jon-daemon
Copy link
Author

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.

@mircobabini
Copy link

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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants