-
Notifications
You must be signed in to change notification settings - Fork 27
List of supported platforms
Rémi Bèges edited this page Mar 3, 2016
·
5 revisions
ARM Mbed is officially supported.
Mbed is an interesting platform for may reasons:
- supports a wide range of devices, with cheap and powerful boards
- requires no software to install, can start coding immediately
- extremely easy to use for anyone
Arduino is also officially supported.
There is no platform officially supported in C, because that would require to support individual boards and represents an impossible amount of work.
However, it is very easy to use Telemetry in C-language without issue. You will just need to write the device-specific routines, which is not complicated. See the instructions.
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