简体   繁体   中英

Where are the ISCP pins on this arduino uno r3?

I just got a dragino yun shield. To connect it to my arduino uno it says I have to 'shortcut' the pins next to the reset button. http://wiki.dragino.com/index.php?title=Yun_Shield#Connect_to_Arduino_Uno

However my arduino does not have those pins. img: Arduino的

Btw I thought I didn't have to do this because before I successfully ran a blink sketch over wifi. When I tried to do this again it returned this error:

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

On your picture the only ISCP connectors seem to be on the right.

在此处输入图片说明

On a normal UNO it also has a set of them next to the reset which is most probably for the smaller extra atmega (programmer) on the normal UNO. As you can see the one on the right is to program the ATMega328p chip directly which I thought is what you may want but after I looked at the Yun page you listed I realized that it might not be what you want. It seems that you might have to remove resistors and LED as with "Connect to Dccduino UNO R3" on the Yun page. The best advice would be to see if you can get the schematic for your specific Uno and see how that compares to other boards.

在此处输入图片说明

The idea is to remove a few connections between the USB chip and the ATmega328P microcontroller. More specifically, you want to remove the two serial line connections and the one to the reset pin.

To do that via resistor removal, you need to figure out what each resistor does, but It's tricky without having the schematics of your board. What you can do is can grab a multimeter and do this:

  1. Put the multimeter in continuity test mode.
  2. Check which resistors are connected to the RX an TX pins in the Arduino header and remove them.
  3. Check which resistors are connected to the RESET pin in the Arduino header. Measure their resistance, and remove the one with the lower resistance.

Alternatively, just removing the CH340G chip altogether might also do the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM