With a lot of my projects I have done my prototyping with Paul Stoffregon’s Teensy series of boards before moving them onto their own codebases. On those occasions where the “prototype was all I needed” I would compile the code using the teensyduino and then manually load the .hex file onto the target. As I… Read more »
Posts Tagged: DorkBotPDX
Reprogramming your avr-usb device using atmel’s built in bootloader
Getting code onto the MidiMonster or Benito device. All of the code on the Benito and MidiMonster devices is open source and references an open source library called the Lightweight Usb For Avr (lufa). Getting the code compiled and onto the device requires a few other open source tools. AVR-GCC The most current and stable… Read more »
Benito#7 The next big thing.
There were a few lessons that I learned at the Arduino Cult induction workshop that I put together this month. One of which was that I needed to simplify my programmer design on the cable end and not wait until I had a full blown product. Revisiting the original I first revised the ftdi boards… Read more »
A single sided ft232rl based arduino programming board.
I was so happy with the boards I did the other day that I decided to make some small boards for the ft232 so that aidan would have a programmer for his breadboard RBBA. I made 20 of these boards . QTY Supplier Part number description cost 1 DIGIKEY 604-00043-ND IC FTDI FT232RL USB-SRL 28-SSOP… Read more »
Arduino Programmer
This was started at http://www.thing-a-day.com/2008/02/04/day-4-thing-4-aduino-adaboot-programmer/ It is part of the way that I do programming on the avr platform and the Arduino. I was using the programming half of a a bulky prototype that I have been working on to program an RBBa based maze solving mouse and I looked at the pile hanging precariously… Read more »