Search results

  1. TeaOnPC

    Need Advice Please

    If this is a personal project, I personally don't see the need to go past getting a nice 3D print. I'm doubtful any manufacturer would be interested in producing a small set of cases. A couple years ago 3D printing was definitely in a weird spot that you couldn't get a "professional" quality...
  2. TeaOnPC

    Basic Teensy 4.1 GPX Logger

    This was exactly the plan, use the GPS to update the teensy's clock and base naming convention around that. Whether or not I can update the clock at startup is contingent on if the GPS module is already getting a proper fix(usually takes a minute or two). So I might have it so when you start a...
  3. TeaOnPC

    Basic Teensy 4.1 GPX Logger

    Thanks so much for the reply! I 100% agree with your conclusions, the delay for de bounce definitely isn't ideal, I just wanted to get something basic to initially work and then I can go back and fix it for it to be more functional and less prone to the errors you had mentioned! Unfortunately...
  4. TeaOnPC

    Basic Teensy 4.1 GPX Logger

    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...
Back
Top