jimjibone / thermostat

An ATMEGA328 thermostat with super networking powers... eventually.
0 stars 0 forks source link

Thermostat Peripheral

Requires:

Building and Uploading

To get the Arduino IDE or Ino to build and upload you have to make it think you want to upload to a Arduino Duemilanove w/ ATmega328.

To do this with Ino:

  1. ino build -m atmega328
  2. ino upload -m atmega 328
  3. Done.

Or thanks to averclock and ino.ini you can just do ino build && ino upload

Things that need doing

Temperature Sensors

Parts List

Guides