Skip to content

Uploading code using the Arduino IDE

Tim Spekkens edited this page Apr 24, 2018 · 4 revisions

If you wish to hack your incubator or upgrade it to the latest firmware, you'll need to be able to upload to the Atmega328 chip built into your incubator. In order to do this, we suggest using the Arduino IDE though you'll need to add a few libraries in order to successfully check/upload the Incuvers firmware.

  1. In the Arduino IDE click on the Sketch menu, Include Library item, and Manage Libraries...

  2. Enter the Filter "OneWire" and install "MAX31850 DallasTemp by Adafruit" version 1.0.0 and "MAX31850 OneWire by Adafruit" version 1.0.1

  3. Enter the Filter "LiquidTWI2" and install "arduino-display-lcdkeypad by dieter.niklaus@gmx.net" version 4.0.2

Clone this wiki locally