Skip to content
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.

Introduction

Setup

list of supported platforms

Tutorials for embedded

Tutorials for PC

  • Fast debugging with the command line interface (todo)
  • Writing a python application for controlling an embedded device (todo)

Examples and projects

Contributing

  • Guidelines (todo)
  • Description of the build and test flow (must read for contributors)

Hall of fame

  • Contributors
  • Projects

Setup

Get started for embedded platforms

Get started for remote debug and remote control

  • Fast data visualization with the command line interface (todo)
  • Fast prototyping remote program control with python (todo)

General knowledge

Troubleshooting

  • Frequently Asked Questions todo

Examples and projects

Clone this wiki locally