I have started to add functions to MinimOsd code.
At first i did it for myself only. Added many functions i thought i need. Then opened this thread.
after a while, Pedro and later Miguel came, and things started to happen fast. :D
They have optimised the code and added even more things to it.
They have worked hard on CT, and it became a great tool!
Thank you Bough! :)
By now MinimOSD-Extra got a pretty advanced OSD.
Here it is in action:
Added:
- Changeable unit measurement (US, metric)
- Airspeed
- Home alt
- Battery Percent
- Battery used mah
- Current Draw
- Time From Startup (cleared at takeoff to show exact flight time)
- OSD Menu
- Variometer
- Wind horizontal speed and direction, and also the average wind speed of the last few minutes.
- OSD on/off
- Switchable secound screen
- WP distance
- WP heading
- Crosstrack error
- Warning messages for Lost GPS fix, Stall, Overspeed, battery volt, battery Percent, RSSI
- Efficiency, glide distance & thermic notifier. 3 in one panel
- OSD Brightness
- HAM Call Sign
- After flight summary
- Trip distance
- Temperature
- Smoothened horizon
- Real heading
- RSSI
- Vertical speed
This functions can be turned on and off, and placed on different screens now, by the Config. tool.
Also RSSI, switching mode and channel and unit measurement, Stall speed warning, Overspeed warning, Battery warning volt, Battery percent warning, RSSI warning, can be set in new Config Tool.
We built in a new way of setting video standards. Now OSD does not guessing anymore :). You can set it fixed from CT. It is in "Video Mode" menu.
Here is how it looks: (This video is a bit outdated, sorry. I will make a new one soon.)
The MinimOSD-Extra project is here: Link
This project is the developing version of the official Arducam OSD located here: Link
The latest stable version is: 2.2
The latest version can be downloaded from here: MinimOSD-Extra R800
Username: MinimOSD_Extra
Password: Top_Secret
CT is included. (The FW for Plane, Copter, Character upload and the character file is in the "FW & Char" directory inside CT directory)
We are sharing it to see videos you make using it! :)
Enjoy
Replies
Thanks. It worked.
I will try that. But at the same time i would like to share my personalize Osd version https://www.youtube.com/watch?v=rds9ghfxME4
You can get the minimosd-extra latest SVN (r793) from here in ZIP format:
https://github.com/ljalves/minimosd-ng/archive/minimosd-extra-r793.zip
Impressive! Now we just need a proper forum thread :)
Hi all,
Has anyone had problems compiling the MinimOSDextra source? I am getting the compilation error:
"No matching function for call to osd.printf_P".
I have seen others ask about this error in this thread, but haven't seen replies.
The MinimOSDextra source is in my Arduino directory, and I have merged the Minim-specific libraries into the libraries directory. I can compile FastSerial by itself (The printf_P functions appears to be from FastSerial).
Any suggestions? Thanks!
That compile issue is related to the FastSerial library.
You can replace 2 files and get it working:
Go to r703, get BetterStream.h and BetterStream.cpp then replace those on the latest svn:
https://code.google.com/p/minimosd-extra/source/browse/trunk/librar...
https://code.google.com/p/minimosd-extra/source/browse/trunk/librar...
I'm not sure why this is still broken in the latest svn...
That works! Thank you!
librariesOK
librariesOK
Has MinimumOSD-Extra been tested with ArduCopter 3.2-rc1 yet?
I'm using MinimumOSD-Extra firmware 2.4 Copter R789
When I connect it, I get no data, all parameters on my screen are 0.
Is anyone testing this with 3.2 yet?