-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Rémi Bèges edited this page Mar 2, 2016
·
48 revisions
This wiki will guide you on how to setup and use telemetry
in your next embedded project.
telemetry
is a communication protocol. It offers (among many other things) an alternative to serial.printf
that is smarter, lighter and much more powerful.
If you intend to remotely control or monitor an embedded application from your laptop, this is the perfect tool for the job.
Note: Wiki in progress. WIP. Improvements in the days to come.
- Fast debugging with the command line interface (todo)
- Writing a python application for controlling an embedded device (todo)
- List of official examples
- List of projects using telemetry
- Guidelines (todo)
- Description of the build and test flow (must read for contributors)
- Contributors
- Projects
Back Wiki home
- Fast data visualization with the command line interface (todo)
- Fast prototyping remote program control with python (todo)
- Overview of the library
- Protocol description
- All the good stuff inside Telemetry
- List of supported platforms
- Good practices (Must-read !) in writing
- Frequently Asked Questions todo
- List of official examples
- List of projects using telemetry