Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.09 KB

programmingnotes.md

File metadata and controls

17 lines (14 loc) · 1.09 KB

Programming notes

DC801 and theTransistor bring you yet another fun party badge.

##Progamming the Propeller

  • Parallax Propeller mCU
    1. Plug in your USB and slide the bottom switch to the left to select the Propeller Chip
    1. Use your favorite Propeller Tool to program the chip. NOTE: Make sure you have selected "RTS" as the Propeller Reset Signal (see image below) Defcon VIP Party Badge 2015

##Programing the Atmega328 Arduino The Atmel 328P comes preloaded with the Arduino Bootloader. It sets up an SPI communication link between some of the IO (like the analog sticks) and the Propeller.

    1. Plug in your USB and slide the bottom switch to the right to select the 328P
    1. Use your favorite Arduino Programming Tool to program the chip.

##Flashing the Arduino Bootloader / Direct Atmel Programming This is a little more advanced, and requires you to remove the Propeller chip from its socket. Please review the schematics if you wish to program the 329P directly.