User Tools

Site Tools


public:arduino

This is an old revision of the document!


Arduino

Bootloader and sketch upload

FTDI USB Serial

By using CP2102 or PL2303 chip

  1. Connect TX to RX and RX to TX
  2. Keep Programmer AVRISP mkII
  3. Select board Arduino Pro or Pro Mini (5V, 16Mhz) w/ atmega368
  4. 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
FunctionMaster (Nano, Pro Mini)Slave (Nano, Pro Mini)Slave (Attiny85 Pins)
Reset10RST1
MOSI11115
MISO12126
SCK13137
VCCVCCVCC8
GNDGNDGND4
  • 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