Skip to content

Program main module and sensor modules

Mario Frei edited this page Nov 20, 2018 · 4 revisions

The following instructions apply to the main module and to the sensor module. The sensor module for heat fluxes is the only exception since it uses a different microcontroller.

  • Connect the ISP-Programmer to the main module and the computer
  • Open the Arduino IDE on your computer
  • Under «Tools»
    • Configure the board as «Arduino Pro or Pro Mini»
    • Configure the processor as «ATmega328P (3.3V, 8MHz)»
    • Under port select the serial port of the ISP programmer
    • Configure the programmer according to your device.
  • Open the Arduino file you want to load onto the main module
  • Go to «Sketch» -> «Upload Using Programmer»
Clone this wiki locally