|
|
|
|
|
|
|
It would be great if everything could be implemented on one microcontroller - but the controller is already pretty busy
![]() Main problem is, that interrupt can't be used as they will disturb/interrupt the OSD (very easy to see). It might be possible to use the hardware-controlled PWM output's to control a couple of servos without using interrupts, but you still have to read the servo-inputs as well. While it might be possible I have to admit - I like the KISS concept ![]() I prefer to have all my servos etc. connected directly to my receiver, but it would be fun to "play with". Year I know I talked about it a while ago ![]() I have found 3 axis gyro and accelerometer that costs around 15 $ total. This would make a dead cheap IMU. Guess this could be a fun winter-project, but I don't have any plans to make it official. I believe projects like ArduPilot is a better choice, if you don't want to code yourself
|
|
|
|
|
||
|
|
Quote:
You can use a 2-axis accelerometer and the summary-lines to show the artificial horizon. Something like this will keep the start-up screen and summary: (if homepos == 1 && landed == 0) { Put artificial horizon code here } Then you just have to draw a fancy artificial horizon
|
|
|
||
|
|
|||
|
|
Another test done. My quad was a little erratic due to unmatched esc's, but flyable.
Code 12 was used, unfortunately I forgot to define alt offset and flight summary. But Gps and current sensor were working well.
|
||
|
|||
|
| 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 |