https://github.com/firefly-cpp/tcxwriter
A Tiny Library for writing/creating TCX files on Arduino
https://github.com/firefly-cpp/tcxwriter
gps gps-tracker sport-tracker tcx tcx-files
Last synced: 4 months ago
JSON representation
A Tiny Library for writing/creating TCX files on Arduino
- Host: GitHub
- URL: https://github.com/firefly-cpp/tcxwriter
- Owner: firefly-cpp
- License: mit
- Created: 2023-12-10T11:26:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T06:55:28.000Z (11 months ago)
- Last Synced: 2025-01-16T01:37:34.886Z (5 months ago)
- Topics: gps, gps-tracker, sport-tracker, tcx, tcx-files
- Language: C++
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
tcxwriter -- A Tiny Library for writing/creating TCX files on Arduino & ESP32 devices
![]()
![]()
💻 Supported devices •
🔍 How to read/parse TCX files? •
🔗 Related frameworks •
🔑 LicenseTCXWriter is a lightweight library designed for Arduino and ESP32 projects that involves recording and storing GPS and heart rate data in the Training Center XML (TCX) file format. This library simplifies creating TCX files by providing intuitive functions to initialize, add trackpoints, and finalize TCX files. It seamlessly integrates with Arduino's SD library, making it compatible with various platforms. The TCXWriter framework enables developers to effortlessly log location and health data during activities such as cycling or running, facilitating easy analysis and visualization of performance metrics. Primarily, it was designed to support the development of lightweight sports trackers.
## 💻 Supported devices
TCXWriter should, in theory, work on all Arduino devices, but those specific devices have been reported as working:
- Arduino Nano
## 🔍 How to read/parse TCX files?
Reading/parsing TCX files can be quickly done using the following software packages or frameworks:
- [sport-activities-features](https://github.com/firefly-cpp/sport-activities-features)
- [tcxreader](https://github.com/alenrajsp/tcxreader)## 🔗 Related frameworks
[AST-Monitor](https://github.com/firefly-cpp/AST-Monitor)
## 🔑 License
This package is distributed under the MIT License. This license can be found online at .
## Disclaimer
This library/framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!