Arduino based temperature control device designed for proving bread dough. See my blog post for details.
The doughduino circuit does not have an ICSP socket. You will need to either temporarily wire one in, or flash the ATmega8 chip in another circuit. For example; an Arduino Diecimila or NG (maybe UNO too). Just remove the Arduino AVR chip and replace with your ATmega8 in need of a bootloader. Then use an AVR-ISP programmer to burn firmware (ARDUINO_HOME/hardware/arduino/bootloaders/atmega8/ATmegaBOOT.hex).
Doughduino includes a header for uploading sketches using a USB to serial adapter. I use the Sparkfun 3.3v FTDI Breakout.
- Download and install required libraries above
- Open doughduino sketch with Arduino IDE
- Select Arduino NG or older /w ATmega8 from boards list in tools menu
- Connect USB-serial adapter to doughduino and a 5v power source
- Press reset button on doughduino, and then click Upload in Arduino IDE
- Profit