Skip to content

List of supported platforms

Rémi Bèges edited this page Mar 3, 2016 · 5 revisions

C++

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.

C

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.

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