Skip to content

Instantly share code, notes, and snippets.

@alexAubin
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexAubin/018eb7c4200e0df6ed50 to your computer and use it in GitHub Desktop.
Save alexAubin/018eb7c4200e0df6ed50 to your computer and use it in GitHub Desktop.

Arduino standalone sauce

Bootloader burning sauce

Bill of material

  • A breadboard
  • Wires (and LEDS, optional)
  • 1 x 7805 Voltage regulator
  • 2 x 220 Ohm resistors
  • 1 x 1 10k Ohm resistor
  • 2 x 10 uF capacitors
  • 1 x 16 MHz clock crystal
  • 2 x 22 pF capacitors

How it looks at the end

Pins cheatsheet

How to burn bootloader

  • You need an Arduino UNO with the chip on it
  • Burn "ArduinoISP" on it
  • Select Tools > Programmer > Arduino as ISP
  • Connect pins as shown below
  • Tools > Burn bootloader
  • ???
  • Profit !

Upload using Arduino board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment