3+km HD FPV system using commodity hardware

Hi

Over the last couple of months I have been working on a project that might be of interest to you: https://befinitiv.wordpress.com/wifibroadcast-analog-like-transmission-of-live-video-data/

Basically it is a digital transmission of video data that mimics the (advantageous) properties of an analog link. Although I use cheap WIFI dongles this is not one of the many "I took a raspberry and transmitted my video over WIFI"-projects.

The difference is that I use the cards in injection mode. This allows to send and receive arbitrary WIFI packets. What advantages does this give?

- No association: A receiver always receives data as long as he is in range

- Unidirectional data flow: Normal WIFI uses acknowledgement frames and thus requires a two-way communication channel. Using my project gives the possibility to have an asymmetrical link (->different antenna types for RX and TX)

- Error tolerant: Normal WIFI throws away erroneous frames although they could have contained usable data. My project uses every data it gets.

For FPV usage this means:

- No stalling image feeds as with the other WIFI FPV projects

- No risk of disassociation (which equals to blindness)

- Graceful degradation of camera image instead of stalling (or worse: disassociation) when you are getting out of range

The project is still beta but already usable. On the TX and RX side you can use any linux machine you like. I use on both sides Raspberrys which works just fine. I also ported the whole stack to Android. If I have bystanders I just give them my tablet for joining the FPV fun :)

Using this system I was able to archive a range of 3km without any antenna tracking stuff. At that distance there was still enough power for some more km. But my line of sight was limited to 3km...

In the end, what does it cost? Not much. You just need:

2x Raspberry A+

2x 8€ wifi dongles

1x Raspberry camera

1x Some kind of cheap display

Happy to hear your thoughts/rebuild reports :)

See you,

befinitiv.

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

    • Hi

      Some hints that might help you to reproduce the ranges I measured:

      - I heard rumors that the Alfas are good at TX but pretty bad at RX. In my tests I used the Alfa for TX and the TP-LINK 722 for RX.

      - Did you apply the my kernel patch on the TX side? This should help to get a stable and high TX power.

      With the setup above I managed to get 900m using omni2omni (5dBi) and 3km+ using omni (5dBi tx) and double biquad (rx). In both cases I had a clear line of sight

      • Decided to change to Open LRS 433MHz to free up the 2.4GHz band. I've just picked up 2 TP-Link 722's - will test out tonight and let everyone know how they go - does anyone know if the images posted on the dropbox account from page 6 have the kernel patched?

        • I did exactly this and it made a dramatic improvement due to no interference.  Had some good flights today too and got 586m line of sight.  I could probably have gone further but didn't want to push it.  I used 2 Alfas and 1 TP-Link with 1 stock TP-Link omni antenna (2.4GHz), 1 5.8GHz 3-turn helical and 1 5.8GHz 14dbi patch antenna.  Wasn't expecting much using 5.8GHz antennas with 2.4GHz video but it still made a huge difference.

          • Developer

            Malkauns, you had the two Alfas on the ground receiving and the single TP-Link as the transmitter?

            • nope, Alfa as tx and 2 Alfa's plus 1 TP-LINK as rx.
              • Developer

                Ah, so you have 3 receivers?!  I guess if 2 receivers is good then 3 is even better?

                As for ground antennas, L-Com and readymaderc seem to have a wide variety of 2.4Ghz antennas I was thinking of this or this because they're "diversity" antennas so maybe just one antenna could be used for two receivers and they have RP-SMA plugs which are what the TP-Link uses (although I don't know if it's male/female.  thoughts?

                Do people think on the tx side that the stock antenna from the Alfas are ok?

                WiFi Antenna | 2.4 GHz Wireless Antenna | L-com.com
                High quality 2.4 GHz WiFi Antennas at an unbeatable value. In stock items ship same day.
                • Thanks for the links.  This week I'll actually be making my own antennas.  I've had very encouraging results so far using the stock Alfa antenna for tx and know I should be able to get better.  I'll be trying this out: https://www.youtube.com/watch?v=GdAWXC6ONBY

      • Developer

        Befinitiv,

        Thanks for the reply.

        Yes, I was pretty careful to do all the steps for the TX listed on this page.  In particular I did this one:

        sudo cp wifibroadcast/patches/AR9271/firmware/htc_9271.fw /lib/firmware

        I didn't do the "optional" step to set the output to a fixed level but I can give it a try if you think that'll help.

        I've got 3 Alfa's now (1 more arrived yesterday) and a TP-Link has been shipped but won't arrive for a week or so - I'll give it a try when it arrives.  Maybe I'll order another so that I can give diversity with the TP-Link a try.

        Thanks again.

        Wifibroadcast – Analog-like transmission of live video data
        Wifibroadcast is a project aimed at the live transmission of HD video (and other) data using wifi radios. One prominent use case is to transmit camer…
        • Patching the kernel definitely helps increasing the range. I made the instructions on my page a bit more clear on that point. By default the patch sets the output power to 20dBm. Depending on your country and hardware you could set this value ("max_power") even higher (30dBm in case of the Alfas).

This reply was deleted.

Activity