
bagaosd
BagaOSD is a cheap way to have an OSD with DJI Naza. It runs on MinimOSD and Arduino hardware. The name of BagaOSD comes from Château de Bagatelle, a place near Paris in France, where I fly.
Arduino hardware is used to compute sensors information and MinimOSD hardware is used to display the information computed by the Arduino. Communication between Arduino and MinimOSD is done with MavLINK 1.0
The original project (https://code.google.com/p/minimosd-extra/) of MinimOSD hardware was slighly modified for BagaOSD, but communication is the same. You can use the original project if you want, but there's no guarantee it will work a 100%
The arduino code is based on differents projects :
- RX decoding comes from Multiwii
- GPS uBlox decoding from Ardu-IMU
- GPS Naza decoding from pawelsky
- FrSky telemetry data from Jani Hirvinen
This project was inspired from FBOSD, a plug and play OSD version for DJI Naza.
If you have any questions, you can go to this forum (sorry it's in French, but google translate is your friend ;) )
What information are displayed with BagaOSD ?
With BagaOSD, you can display the following things :
- Number of satellites
- GPS Fix
- GPS Coordinates
- Satellite HDOP information (GPS quality signal)
- Home distance
- Absolute Altitude or Altitude above Home
- Ground speed
- Climb speed
- Home direction (accurate information only when copter is moving)
- Flight mode (ATTI / GPS / ACRO / FAILSAFE)
- Throttle percent
- Flight time (counted when throttle is above 10%)
- RSSI information (Analog)
- Instant current consumption
- Battery remaining (computed from voltage value or extract from current sensor)
- Battery voltage
- Artificial horizon
- FrSky telemetry data
All the warning coming with MinimOSD extra are also available.
This project is GNU GPL v3 and using it is at your own risk.
Special thanks to jyrDrone for beta-testing this project.
David