public:arduino
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:arduino [2014/08/06 09:11] – created Roland Hansmann | public:arduino [2014/08/06 09:16] (current) – [FTDI USB Serial] Roland Hansmann | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Arduino ====== | ====== Arduino ====== | ||
+ | ===== Bootloader and sketch upload ===== | ||
+ | ==== FTDI USB Serial ==== | ||
+ | By using CP2102 or PL2303 chip | ||
+ | - Connect TX->RX and RX->TX | ||
+ | - Keep Programmer '' | ||
+ | - Select board '' | ||
+ | - Press reset on Pro Mini just between end of compilation and start of upload | ||
+ | |||
+ | {{schematics.jpg|}} | ||
+ | ==== Arduino ISP ==== | ||
+ | By using another Atmel | ||
+ | * Select primary board | ||
+ | * Select '' | ||
+ | *Upload '' | ||
+ | * 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 '' | ||
+ | * Upload sketch | ||
+ | ==== ISPASP ==== | ||
+ | Download [[http:// | ||
+ | |||
+ | {{usbasp_pinbelegung.png|}} |
public/arduino.1407316309.txt.gz · Last modified: 2014/08/06 09:11 by Roland Hansmann