arduino - arduino uno r3 上的 ISCP 引脚在哪里?

标签 arduino arduino-uno

我刚刚获得了一个龙盾。要将它连接到我的arduino uno,它说我必须“短路”重置按钮旁边的引脚。 http://wiki.dragino.com/index.php?title=Yun_Shield#Connect_to_Arduino_Uno

但是我的arduino没有这些引脚。 图片: Arduino

顺便说一句,我认为我不必这样做,因为在我成功通过 wifi 运行闪烁草图之前。当我再次尝试执行此操作时,它返回了此错误:

avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
         Double check connections and try again, or use -F to override
         this check.

最佳答案

在您的图片上,唯一的 ISCP 连接器似乎位于右侧。

enter image description here

在普通 UNO 上,它在重置旁边还有一组它们,这很可能是为普通 UNO 上较小的额外 atmega(程序员)准备的。正如您所看到的,右侧是直接对 ATMega328p 芯片进行编程,我认为这可能是您想要的,但在我查看了您列出的 Yun 页面后,我意识到这可能不是您想要的。看来您可能必须像 Yun 页面上的“连接到 Dccduino UNO R3”一样移除电阻器和 LED。最好的建议是看看您是否可以获得特定 Uno 的原理图,并看看它与其他板的比较如何。

enter image description here

关于arduino - arduino uno r3 上的 ISCP 引脚在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35101799/

相关文章:

php-serial 不工作

network-programming - 蓝牙网状网络?

c - Ardu-IMU将数据发送到Arduino

java - 用Java独立阅读Arduino A0、A1和A2

http - ESP8266 GET 请求不工作

java - 处理白屏?

java - 使用java在arduino ide上运行c的arduino sketch

arduino - 使用arduino用皮托管计算风速

iphone - 为 iphone 创建硬件以连接外部设备。阿杜伊诺?

c - Arduino : "error: expected unqualified-id before ' {' token"