public:arduino
This is an old revision of the document!
Table of Contents
Arduino
Bootloader and sketch upload
FTDI USB Serial
By using CP2102 or PL2303 chip
- Connect TX to RX and RX to TX
- Keep Programmer
AVRISP mkII
- Select board
Arduino Pro or Pro Mini (5V, 16Mhz) w/ atmega368
- Press reset on Pro Mini just between end of compilation and start of upload
Arduino ISP
By using another Atmel
- Select primary board
- Select
AVRISP mkII
as Programmer - Upload
Arduino ISP
sketch to primary board - Use the following pinout
Function | Master (Nano, Pro Mini) | Slave (Nano, Pro Mini) | Slave (Attiny85 Pins) |
---|---|---|---|
Reset | 10 | RST | 1 |
MOSI | 11 | 11 | 5 |
MISO | 12 | 12 | 6 |
SCK | 13 | 13 | 7 |
VCC | VCC | VCC | 8 |
GND | GND | GND | 4 |
- Select secondary board
- Select
Arduino ISP
as Programmer - Upload sketch
ISPASP
Download Driver for Windows
public/arduino.1407316393.txt.gz · Last modified: 2014/08/06 09:13 by Roland Hansmann