Arduino NANO - 未显示在设备管理器中
Arduino NANO - not showing in device manager
如果有人解决了这个问题,请发给我link。
我的问题:
我买了 2 个 arduino nanos (http://www.ebay.com/itm/311064700128?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT)
当我将它们插入 PC 时,Led 开始闪烁 linking。我决定尝试测试它,所以我写了一个程序 blink 导致更大的延迟等。我改变了我应该做的事情(比如 328,arduino nano 设置等)
当我打开设备管理器时,这里甚至没有 arduino 端口!
而且它仍然不能上传自己!我的芯片 mega328P AU1451(写在名字下)
错误信息:
引用
Arduino: 1.6.4 (Windows 7), Board: "Arduino Nano, ATmega328"
Sketch uses 1 070 bytes (3%) of program storage space. Maximum is 30
720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2 039
bytes for local variables. Maximum is 2 048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9b
Problem uploading to board. See
http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with "Show verbose output
during compilation" enabled in File > Preferences.
我试图更改编程器设置,它告诉我:
avrdude: ser_open(): can't open device "\.\COM1": Prístup je odmietnutý.
(prístup je odmietnutý 表示访问被拒绝)
有什么解决办法吗? Arduino论坛没有回答。
您链接的Arduino克隆设备使用CH340芯片作为其USB串口适配器。您需要从 Chinese manufacturer or some other site. There are a number of blogs that provide information about using these clones (example) 获取驱动程序。如果安装了驱动程序,它应该会显示为标准串行端口设备,然后可以像真正的 Arduino 设备一样使用。
如果有人解决了这个问题,请发给我link。
我的问题:
我买了 2 个 arduino nanos (http://www.ebay.com/itm/311064700128?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT)
当我将它们插入 PC 时,Led 开始闪烁 linking。我决定尝试测试它,所以我写了一个程序 blink 导致更大的延迟等。我改变了我应该做的事情(比如 328,arduino nano 设置等) 当我打开设备管理器时,这里甚至没有 arduino 端口! 而且它仍然不能上传自己!我的芯片 mega328P AU1451(写在名字下)
错误信息: 引用
Arduino: 1.6.4 (Windows 7), Board: "Arduino Nano, ATmega328"
Sketch uses 1 070 bytes (3%) of program storage space. Maximum is 30 720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2 039 bytes for local variables. Maximum is 2 048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9b
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with "Show verbose output during compilation" enabled in File > Preferences.
我试图更改编程器设置,它告诉我:
avrdude: ser_open(): can't open device "\.\COM1": Prístup je odmietnutý.
(prístup je odmietnutý 表示访问被拒绝)
有什么解决办法吗? Arduino论坛没有回答。
您链接的Arduino克隆设备使用CH340芯片作为其USB串口适配器。您需要从 Chinese manufacturer or some other site. There are a number of blogs that provide information about using these clones (example) 获取驱动程序。如果安装了驱动程序,它应该会显示为标准串行端口设备,然后可以像真正的 Arduino 设备一样使用。