-
Notifications
You must be signed in to change notification settings - Fork 27
Projects using telemetry
Rémi Bèges edited this page Feb 22, 2016
·
6 revisions
Feel free to edit this page if you want to share your project.
Project | Platform | Description |
---|---|---|
sensor demonstration | NXP-KL25Z | Publishes capacitive slider value on topic touch , accelerometer values on acc/x ,acc/y ,acc/z . |
bluetooth controlled car | NXP-KL25Z + FRDM-TFC shield and car | An electric small-scale car that can be controlled with two channels direction ,throttle from the computer. Computer python script available at (to be published) github.com/Overdrivr/telemetry-examples |
sensor readings | NXP-KL25Z + FRDM-TFC shield and car | Publishes all available data from Freescale Cup Shield sensors and features a modified version of the FRDM-TFC shield library that also measures HBridge A/B current feedback from motors. |
publish array data | Any Mbed platform | Publishes an array of 16 entries on topic sin . The array contains a 16-sample time shifting window on a sine function. You can use the command line interface to visualize the result on the PC. |
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