-
Notifications
You must be signed in to change notification settings - Fork 27
Installation (mbed)
Rémi Bèges edited this page Mar 3, 2016
·
11 revisions
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.
- Create a new empty project
- Import
BufferedSerial
library (inside the online IDE, use the import wizard then search "BufferedSerial") - Import
telemetry
(inside the online IDE, use the import wizard then search "telemetry". For now it is on page 2). - Create a
main.cpp
file and start coding !
See next the tutorial for Mbed
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