|
|
|
|
||
|
|
Quote:
![]() With the antenna placed as seen on the picture and 8 dbi CP on the ground 1.5 km just above your head should be doable - but don't expect crystal clear video. If you plan to fly high above yourself, you are better off pointing the video-tx antenna horisontal. I have done it a few times, and it does give you a lot better reception when flying just above yourself. |
|
|
||
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
|
Quote:
FYI, I fly in city parks and never would attempt more than 100 feet but knowing I could do more is a comfort. |
|
|
||
|
|
||
|
|
Quote:
|
|
|
||
|
|
|
|
Joined May 2008
13 Posts
|
Hello,
I have a similar question. I want to use the ACS709 as current sensor. Unfortunately it gives an output in the 0 - 5V range for -75 - 75A, namely 28mV/A. How can I cancel the offset? As far as I understood the code there is no offset taken into account for the current input. Probably I need to change the line Code:
// Current calibration. if (loopcount==3) {
current_num=ADCreal*current_cal;
Code:
// Current calibration. if (loopcount==3) {
current_num=(ADCreal-512)*current_cal;
Thank you very much, Nils EDIT: Found the offset_ variable and set it to 512, hope this is correct. |
|
|
||
|
|
I use the current sensors from flytron. They are not that expensive, lightweight and have worked flawless so far. But you should be able to use more or less all current sensors.
Quote:
![]() But yes, just add 512 as offset and calibrate it as a 150 A current-sensor. |
|
|
||
|
|
|
|
|
It's probably easy to implement, but you will be limited to 100mw RF-power. While it should be enough for quite a few kilometers, it doesn't make much sense, unless you use a directional antenna for the RC-system as well. That could be an option, but it's probably not a solution I would use myself for long-range.
|
|
|
|
|
|
|
Joined Sep 2010
2,269 Posts
|
Indeed...thanks for the explanation.
...It might be of use only if you were going in a rather straight line..So the tracker would "set" in its "last good position" and then using the osd one would try to stay as best as possible in the 0 degree range ..But kinda defeats the purpose of an antenna tracker which is to constantly try and find the ideal ground antenna position.. Have you had any tests on your tracking solution ?
|
|
|
|
|
|
|
|
Here is a picture of my newest DIY build less the IC chips. It has a voltage selector to supply 5 or 12 volts to the camera port and the power to the TX can be enable/disabled for ground testing. I know building these things are not for everyone and there are many cheap alternatives available but I just Love Building things.
![]() Now I can force on the Software now that I have all of the ports available. Dennis, I would like to incorporate the Telemetry protocol on this board while I am working on it. By chance, did you do any more work the development? Thank you. |
|
|
|
|
|
|
|
Looks very nice.
What is the coil-formed copper in top-right? It looks a bit like an aircoil as part of the input-filter. I finished a telemetry test that was able to send a string of data - and another sketch able to receive the data. But while testing I realized how bad the audio is on Lawmate and never really got any further. I have the sketch if you want to use it for anything. |
|
|
|
| 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 |