|
|
|
|
Joined Aug 2011
55 Posts
|
Here is my recent progress on the OSD...
made a really tiny SMD one, but I couldn't program it ![]() made a REALLY SCRAPPY non LM1881 version that works but I havent tested the GPS or current sensor part yet. I am thinking about sending a non-SMD version of the board (with current sensor) to BatchPCB. Would anyone want one? I have attached my board files below. New jZip archive file |
|
|
|
|
|
|
|
|
Joined Sep 2010
2,263 Posts
|
Development on antenna tracker: http://www.rcgroups.com/forums/showt...0#post21594564
|
|
|
|
|
|
|
|
Dennis,
I forgot to announce it here, Sorry! Folks, The Open DIY AT is online, check it here: http://code.google.com/p/opendiyantracker/ |
|
|
|
|
||
|
|
Quote:
I was already trying to figure out how to do this but I don't need to do any work on it now .
|
|
|
||
|
|
||
|
|
Quote:
Thanks for the comment. I have just changed my insalled code to fix home on 7 or more satellites. Good idea. I may also add the option to turn off the gps position entirely when the altitude alarm is active. I thought about audio for antenna tracking and decided that the video method was only a code change at the OSD end. Also my video seems to be a bit more steady than the audio. If the video data was unreliable it could easily be changed to 4 or 5 lines with "larger" data bits. Yes, I had a look at the code and thought there may be enough time at the beginning of the frame to add a few lines. It may fit without removing the menu. The hardest part would be decoding it. I'm not really a Arduino programmer but have been doing PIC assembly programming for 15+ years, so if I do it I'll probably use a PIC decoder. A simple error check will be needed and some common sense in the decoder, like: reduce allowed antenna movement as the plane moves away. Paul |
|
|
||
|
|
|
|
Sweden
Joined Aug 2004
83 Posts
|
Hi Richard_s and Dennis,
I have the same "problem" as Richard_s. I can change my GPS with PC (MiniGPS program) to 5 Hz and GGA/RMC at 9600 baud - and then it works on the Arduino DIYOSD. But if I try to change directly from the Arduino - the change does not work - default values remain. It is OK if one has a LiIon backup battery connected to the GPS - but when it is empty then you have to change via PC again. Any solution? Regards Pete |
|
|
|
|
|
|
Joined Jul 2007
20 Posts
|
Hy
I tried to run a second Serial RX port on pin number 8 which is broken out on the Flytron SimpleOSD. However I can't use the SoftSerial liabary since after programming the SimpleOSD wont' boot up anymore. Why is this so and is there a posibility to overcome this? Thx Andy |
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
Basel, Switzerland
Joined Mar 2008
92 Posts
|
Quote:
interupts have nothing to do with this (you shouldn't have any other interupts anyway). hmm, after rethink this... the osd outputs 15k lines per second, roughly evenly spaced (time wise, 1/15000 seconds apart). so you could use that interupt to output serial data too, at 15000 bauds or so. doing 4800bauds, with every third line could work too, and you could maybe even receive serial data but thats a lot of work to get right... |
|
|
||
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion Diy osd | karl k | Video Piloting (FPV/RPV) | 2 | May 03, 2011 12:31 AM |
| Idea New DIY OSD? | atari7202 | Video Piloting (FPV/RPV) | 1 | Mar 25, 2011 12:08 AM |
| Discussion see my own diy OSD video | Passion | Aerial Photography | 7 | May 27, 2010 01:28 AM |
| Discussion REAL homebrew DIY OSD - Check it out! | jafoca | Video Piloting (FPV/RPV) | 8 | Jun 29, 2009 06:52 PM |
| Discussion picoOSD DIY PIC12F683 based OSD in C | kbosak | Video Piloting (FPV/RPV) | 6 | Jan 31, 2008 07:47 AM |