TeaOnPC
New member
Hi everyone! I wrote a basic script for the Teensy 4.1 that receives GPS data from an Adafruit module. When you press a button on GPIO, it starts logging and when pressed again it finalizes the file. I want to update the script to update the filename so you can record multiple unique files.
The way I have it right now, it records each point as a "route point" but you can easily adjust the code to save as way points or as a track.
It's definitely simple and nothing to go crazy over however I figured I would share! Please feel free to give feedback(I'm sure the way I handle the button triggering logging starting/stopping could be better)!
The way I have it right now, it records each point as a "route point" but you can easily adjust the code to save as way points or as a track.
It's definitely simple and nothing to go crazy over however I figured I would share! Please feel free to give feedback(I'm sure the way I handle the button triggering logging starting/stopping could be better)!