this post was submitted on 12 Apr 2026
10 points (100.0% liked)
Bicycles
5725 readers
12 users here now
Welcome to !bicycles@lemmy.ca
A place to share our love of all things with two wheels and pedals. This is an inclusive, non-judgemental community. All types of cyclists are accepted here; whether you're a commuter, a roadie, a MTB enthusiast, a fixie freak, a crusty xbiking hoarder, in the middle of an epic across-the-world bicycle tour, or any other type of cyclist!
Community Rules
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia.
-
Be respectful. Everyone should feel welcome here.
-
No porn.
-
No ads / spamming.
-
Ride bikes
Other cycling-related communities
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It depends on your threat model (how much you want to share).
Any device would leak a bit of information, either when it pings the satellite or cellular network, and some devices even ping nearby devices.
It is difficult to find anything "dumb" nowadays. If you go to the vintage route, make sure they have a common cable, and that you can export/import the files using some easy to read format like GPX. To avoid getting stuck in proprietary bullshit.
That is even more important if you like to plan your route on your PC and send to the device.
This will leak less information than your mobile device. Depending on the device, you can find open-source software that can make your life a lot easier for transferring files and reading them.
Can be an easy route. If you have your phone on you all the time, you are already leaking some information anyway.
Some of them require a proprietary app that definitely will phone-home with your info.
You can try GadgetBridge to avoid that https://gadgetbridge.org/gadgets/ but the supported devices list is small.
No, sadly. The best you can find are community made open-source apps alternatives trying to bridge the gap.
Garmin used to show their source code back in the day. https://developer.garmin.com/open-source/linux/
I'm not sure about software, but in my crash, the law firm paid to have the files extracted from an old crushed Garmin 810 IIRC the model. It was the 8xx series. They person said it only had to be connected to USB to access the files. The data is just a CSV with the waypoints and sensor data. Once the file is extracted, it is basically just spreadsheet fodder.
Not sure about newer stuff.
From my experience with brands, Lezyne is just a small crew of nerds. They have experience with PIC microcontrollers and usually use them. Same with Campagnolo digital shift stuff from a decade ago.
Most are shooting for USB drive emulation for file transfer. So on Linux, you will need membership in the dialout group, and the udev rules.d file with the manufacturer ID and device ID from the microcontroller to access the files directly and any serial stream that may be present. The instructions are the same as any basic Arduino setup.
If you find or guess the baud rate and get a serial port connection, they usually have an API menu.