That was the first thing I tried. It didn't help. But i think i figured out the problem. Here is the new situation:
the ftdi drivers will not install. windows seems to think it knows what drivers i need better than i do. it says windows has determined that drivers for "Unknown USB Device" are up to date. I know what files need to be installed. isn't there a way to force install them or something?
I just bought two Nano 3.0's (sn11BP0202, and 11BP0203). Same thing. No driver recognized. For either of them.
I have an Arduino Uno which comes up fine. When I plug it in, all of a sudden /dev/tty.usbmodem411 shows up. Downloads work. Life is good.
Plug in either of the Nanos and /dev/tty.usbmodem411 goes away... leaving a couple of Bluetooth modems which do not work to communicate to the Nanos. When I try to download, I get:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
It's not the cable. It's not the particular Nano 3.0 (unless I got two bad ones).
I downloaded the latest FTDI drivers ( http://www.ftdichip.com/Drivers/VCP.htm )
and things got good. Interesting since my previous drivers were not that old.
Good day!
I’m doing a project using my arduino nano version 3.0 and I had encounter several problems regarding it..
Here are my problems:
Why do every time I plug my arduino nano there’s no available port for it?
Why don’t arduino nano have its own driver?
Last, why every time I upload something on arduino nano,
the error says: . avrdude: stk500_getsync(): not in sync: resp=0x00 even though there are no error in the program.
Can anybody in this forum help me out solve my problem?
Hi guys, I just found the easiest solution to INSTALLERS, FTDI, Software Updating and stuff. These guys from CZ just uploaded the driver for solving these issues on arduino Nano. Worked for me, hope it works for you.
So, just to help anyone else running Mountain Lion (10.8.5) and a Nano V3.0 ATmega328 CH340G:
My system: Macbook Pro with 10.8.5
My Nano I got off EBay and it's full description is: Mini USB Nano V3.0 ATmega328 5V 16M Micro-controller CH340G board For Arduino
After install (but no reboot) I didn't see the desired files. I didn't know you had to reboot. So, I am pretty sure it would've worked. Regardless, since I didn't know about the reboot, I did a bunch of searching and finally got this driver:
[CH341SER_MAC.ZIP from http://wch.cn/downloads.php?name=pro&proid=178](http://CH341SER_MAC.ZIP from http://wch.cn/downloads.php?name=pro&proid=178)
and finally had the sense to reboot. It worked.
Anyway, just wanted to say thanks to you all for posting the ftdichip info and hope this helps others that may have had problems like I did. I think when I begin to get more serious I will use those and also get the official Arduinos. But for my budget, this approach has got me started.
Hi - just got one of these: Mini USB Nano V3.0 ATmega328 5V 16M Micro-controller CH340G board For Arduino, - needs a CH340g driver - found one & brief description at Модуль CH340G. Переходник USB COM TTL (RS232). - It 's a zip file, opened & worked ok. This site also has drivers for Windows, Linux, Mac.
I've tried the two European websites referenced for the Windows drivers for NANO. Norton is preventing me from installing from either. So I'm lost. I'm having the same issues as others: my Uno and Mega boards register cleanly and automatically but my Nano boards don't. Windows finds no drivers for them. I'm holding my hands up in futility and surrender. Help please. Kurt
OK. I installed the drivers you listed. The Nano appears on Com3. But when I upload/compile to it I get the following error messages:
Binary sketch size: 3,220 bytes (of a 30,720 byte maximum)
processing.app.SerialNotFoundException: Serial port 'COM3' not found. Did you select the right one from the Tools > Serial Port menu?
at processing.app.Serial.(Serial.java:191)
at processing.app.Serial.(Serial.java:77)
at processing.app.debug.Uploader.flushSerialBuffer(Uploader.java:77)
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:175)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:67)
at processing.app.Sketch.upload(Sketch.java:1671)
at processing.app.Sketch.exportApplet(Sketch.java:1627)
at processing.app.Sketch.exportApplet(Sketch.java:1599)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
at java.lang.Thread.run(Thread.java:619)
jaype:
Hi guys, I just found the easiest solution to INSTALLERS, FTDI, Software Updating and stuff. These guys from CZ just uploaded the driver for solving these issues on arduino Nano. Worked for me, hope it works for you.
When I plug in my Chinese Nano clone into my WinXP laptop USB port it shows a "USB Serial Converter" is loaded into my Device listing under "USB Serial Controllers". From reading many postings on this subject I see I need to download a different driver called CH341SER. I found the zip file, downloaded and unzipped it into two directories: DRIVER and INSTALL. Now when I double click the USB Serial Converter item and click on the Install New Driver choice, I have directed it to these directories. Windows looks at them and informs me that this driver is no better than the current installed driver (or similar language) and refuses to install it.
How can I force the installation of CH341SER?
Thanks.