Skip to content

Installation (mbed)

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

Supported platforms

In theory, telemetry is compatible with any mbed enabled platform.

At the moment, this represents 85 different boards from 12 different manufacturers (ARM, Atmel, NXP, Maxim, Nordic, etc.)

If you have used without any problem telemetry on Mbed, feel free to open a ticket with the label share-your-project and I will add it to the official list.

MBED setup instructions

  1. Create a new empty project
  2. Import BufferedSerial library (inside the online IDE, use the import wizard then search "BufferedSerial")
  3. Import telemetry (inside the online IDE, use the import wizard then search "telemetry". For now it is on page 2).
  4. Create a main.cpp file and start coding !

See next the tutorial for Mbed

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