Software installation
What you need
Tool
- Laptop/PC with Linux or Windows
- Data cable (Micro-USB)
- Latest version of the .hex file (sensor.ino.hex)
- Teensy-Loader](https://www.pjrc.com/teensy/loader.html) for your operating system.
Parts
- finished sensor
How it works
The manufacturer of the Teensy provides the software (Teensy loader) for flashing for Linux, Windows and Mac on its website (see above). You can get the necessary .hex file from our repository (also linked above). Now you can connect the sensor to your PC/laptop via micro USB cable, start the Teensy loader and flash the .hex file. Simply follow the instructions on the manufacturer’s website.
When flashing, the current time is also transmitted to the Teensy. This is important so that we can later assign the data to the date and time of day. If the power supply via the button cell is interrupted at any time (defect or replacement of the battery), simply reflash the .hex file before the next measurement.
Flashing with Arduino IDE
If you are familiar with the Arduino IDE, you are of course also free to clone our repository and flash the Teensy yourself.