-
Notifications
You must be signed in to change notification settings - Fork 7
Program main module and sensor modules
The following instructions apply to the main module and to the sensor module. These instructions do not apply to the sensor module for heat fluxes since it uses a different microcontroller. Before you start, make sure that you have installed the Arduino IDE with the required libraries. We recommend using the latest versions of the libraries through the Arduino IDE. However, we provide a backup of the libraries in this repository. Custom libraries for the sensor modules and the payload management are included in this repository.
-
Connect the ISP-programmer to the main module and the computer
-
Or connect the ISP-programmer to the sensor 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
-
Under "Programmer" select the respective ISP-programmer
-
-
Open the Arduino file you want to load onto the main module
-
Verify the sketch. Proceed to the next step if no error messages appear. Otherwise, install the missing libraries.
-
Go to «Sketch» -> «Upload Using Programmer»