Yenya / ibus-altitude-sensor

I-Bus Altitude Sensor for FlySky Telemetry
GNU General Public License v2.0
28 stars 3 forks source link

I-Bus Altitude Sensor for FlySky Telemetry

Requirements

Wiring

Here is how to connect things together:

wiring

And here is my (rather messy) real-world example in Sky Surfer 1400:

Wiring in Sky Surfer 1400

Here is the version with Arduino Nano and BMP-280:

Nano with BMP280

Firmware

The firmware is based on the following libraries:

The I-Bus code is in the main file ibus-sensor.c. It provides the following sensors:

It also provides visual feedback about the main loop (on-board Tx LED) and the I-Bus communication (on-board Rx LED).

Edit the Makefile to set up the exact AVR board version and pressure sensor used.

License

This project, is licensed under the terms of GNU General Public License, version 2 (only). See the file COPYING.

Author

Written by Jan "Yenya" Kasprzak.