Hi,
Have been working on an OSD compatible with MinimOSD, but based on a STM32F4. The OSD can do vector graphics and also can send data to the ground station using the unused frames after the Vsync pulses ( like teletext).( I use this to send data to my antenna tracker.) The OSD is desigtned to be a drop in replacement for MinimOSD and accepts Mavlink data. Also has 2 audio channels ( so can be used e.g fo vario) and various peripherals ( serial port, i2C, SPI and PWM capture etc,) broken out on headers.
Here is a video of the prototype working
regards
Andy
Replies
Really interested in this project! Been thinking about doing the same thing with an stm32 board I'd made but you've beaten me to it!
I'm actually based in Portsmouth.. You seem near?
@Gareth,
Hi,
I'm based North West of London, you are lucky to live on the south coast :)
Is your board an OSD board? If it's open source I am always interested in OSD hardware.
I have actually moved more to focus on combining the OSD and Flight controller now on a single board, rather than a MinimOSD replacement, since I found the STM32F4 is quite capable:
http://diydrones.com/profiles/blogs/ardupilot-flight-controller-wit...
regards
Andy
And yes, the card works with Arducopter also. I have built up a V2.1 board (thanks to Andy for providing a blank PCB) and added some new symbology parameters. My version is heavily text based right now, but the OSD will allow for nicer graphics to be added (like Andy's compass). Shouldn't be any issue running this with Arduplane - just need to change the flight mode strings and enable the airspeed parameter display (only GPS speed enabled in this video).
I didn't have any GPS issues with this version, but did have the OSD under my DJI X550 frame and the GPS is on the top above the controller so did have some distance between them.
Looking good and nice to see the board working in NTSC mode
The V2.1 board is definitely not bad at all from a GPS point of view and is also slightly easier to build than V1, therefore I have removed the V1 board from OSHPark and replaced it there with the V2.1 board.
https://oshpark.com/shared_projects/yiU4RsLa
The OSHPark page has links to the schematics, source and a Bill Of Materials too.
regards
Andy
Looks very interesting. I just found another OSD playuav OSD. http://diydrones.com/profiles/blog/show?id=705844%3ABlogPost%3A2002...
Colin
Cheers,
Colin
I have actually got a micropython board and it seems quite easy to use, though not done much with it. In terms of programming the OSD in Python. I think it would realistic to get a python API. Though Python is pretty slow, It should be quite efficient too since the Python interpreter is only at the highest level and most of the grunt would still be C++.
Its another path for the OSD waiting to be explored. :)
regards
Andy
Hi Colin,
I would think that object recognition is some way down the road! But its a fascinating project
regards
Andy
Managed to get the FixedWing maiden of the OSD today..
Telemetry for the tracker is working via Video Audio and FrSky telemetry RX, Need to adjust artificial horizon pitch, but can do so via flash variables for next time. so Next task is to get the video vsync telemetry working, which will make the Audio telemetry redundant pretty much , though has been fun to experiment with software FSK modem on the STM32. Also looking forward to pulling in Andrew Fernies work on switching screens etc on Github...