Search found 12 matches

by trailblazer
Fri Jan 18, 2013 11:03 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 394147

Re: SW Development on Minim Osd

Just saw this video - plain flying with OSD. http://youtu.be/n3gq8fZpUhM or this one http://youtu.be/4t_d4AonTXY Does this OSD in video has better resolution than minimosd with MAX7456? I like the way the pitch and roll are displayed! Any chance to program it to look like that on minimOSD? Sadly th...
by trailblazer
Mon Jan 07, 2013 6:55 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

OK, Wise Man´s Day Dev as promised. I speak in the name of this team, and I´m proud to say that Rush 2.1 is out and ready for download These are the changes since 2.0: -Full Implementation of MinimOSD; -Hide GPS related info when there is no fix; -More realistic Climb rate arrows; -Heading bug fixe...
by trailblazer
Fri Jan 04, 2013 1:48 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

Is your new charset already available for download? ATM I´m not that motivated to include all your improvements and bugfixes that have been done by you guys in my own version of the rushduino SW. So I´m back on main road I´m sure that you have your own great version of this rush thing. Just keep in...
by trailblazer
Fri Jan 04, 2013 12:20 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

Is your new charset already available for download? ATM I´m not that motivated to include all your improvements and bugfixes that have been done by you guys in my own version of the rushduino SW. So I´m back on main road ;)
by trailblazer
Fri Dec 21, 2012 12:40 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

Its nice to have some further developments going on In the case the world is not ending tomorrow, I´m really interesting in these additional features : - switch input (either ppm-servo in HW or through MWC FC Aux channels) for in-flight selectable (preconfigured) osd layouts, or other functions. May...
by trailblazer
Mon Nov 19, 2012 11:34 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

Here is my current version of the Rushduino SW. I can´t guarantee any proper operation in other setups, it´s maybe better just to take the parts out if it, you want to use in your version. I have modded the display layout a lot, also the charset is not fully compatible with the original (or bledi) v...
by trailblazer
Sat Nov 17, 2012 1:19 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

I´m using an Allegro ACS755 currentsensor for measuring the current draw. Because of the sensor offset, I added just 2 lines of code. The offset is about 0.6V and the sensor has a slope of 60mV/A. It is directly connected to the "Cur" Pin on the Rushduino board (only a LPF is added 330Ohm/...
by trailblazer
Thu Nov 15, 2012 10:14 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

I managed to push the vertical resolution to 18Bits/Line. The virtual horizon is now very precise and as smooth as possible. With two scaling factors the display can be trimmed to the camerasignal (roll should be ok for all configs, pitchvalue may depend on the camerlens), meaning a really good matc...
by trailblazer
Thu Nov 15, 2012 8:00 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

I figured out the problem with the "not so smooth" horizon display: The problem is the low update rate of the attitude values due to the large amount of serial requests! I have added requests for that values in the case/switch code for every second request. A quick test of that is very pro...
by trailblazer
Thu Nov 15, 2012 8:05 am
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

I made a short Video of my Version:

http://www.youtube.com/watch?v=yjcGTwjS ... e=youtu.be

Apart from the different layout to the original version, I also changed the charset (smaller Font).
by trailblazer
Wed Nov 14, 2012 11:45 pm
Forum: Software development
Topic: Rushduino OSD - Multiwii based open software osd
Replies: 782
Views: 247922

Re: Rushduino OSD - Multiwii based open software osd

Hi, I´m new to all the "FPV" stuff, but started a project with a multiwii quad, fatshark TX system and a rushduino as osd hardware. I already have modified the existung variants of the rushduino for my needs (mainly positions and what data shows up, integrated the ACS755 current sensor etc...