An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        




tcxwriter -- A Tiny Library for writing/creating TCX files on Arduino & ESP32 devices



Arduino-lint


GitHub license


GitHub repo size
GitHub commit activity


💻 Supported devices
🔍 How to read/parse TCX files?
🔗 Related frameworks
🔑 License

TCXWriter 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!