This code powers the pocket logger device that allows you to log data on a teensy platform at a speed up to 1500 Hz. The hardware features a variety of ports and instrumental sensors allowing creative applications.
Download the arduino version 1.8.19 HERE or directly on Arduino Website
Download the Teensyduino 1.57 HERE or directly on Teensy Website
Download the librairies HERE
- The sensors screen behavior has changed to a more simple approach : Screen 0 allow to fast log and overview the sensors, screen 1 allow you to see the graph of each one of them and screen 2 is the settings screen.
- Add long press features for options scroll
- Add EEPROM saving features for the settings
- Replace the sample number feature by the number of magnet feature for a more intuitive approach
- Possibility to log up to 2000 kHz
- New usb files - SD card direct connection
- Thermocouple on Accelero MAX31855 detected
- Dump file through USB on the end of the record session to maximize speed of saving files
=======
This code powers the pocket logger device that allows you to log data on a teensy platform at a speed up to 2000 Hz. The hardware features a variety of ports and instrumental sensors allowing creative applications.