Coder Social home page Coder Social logo

Comments (4)

seeul8er avatar seeul8er commented on May 20, 2024

Set the data rates as low as 2, 5 or 6 Mbit/s on the air side. I guess you will want to use FEC for your data, so you will need to use the video module.

My suggestion:
You will not need most of the DroneBridge modules so you can disable them.
You can do that by disabling the service.
Running sudo systemctl disable start_db should do the trick.

Because the service is disabled you will need to run the Wifi-Adapter setup script manually on boot. To do that call python3.7 /home/pi/DroneBridge/startup/init_wifi.py on the air side and python3.7 /home/pi/DroneBridge/startup/init_wifi.py -g on the ground side. After that you can run the data transmission.

Here is some more detailed info on how to use the video module. On the air-side something like

sudo cat myUARTdatasource | video_air -n wifiinterface -n -c 200 -t 2

should read & send.

To receive call sudo video_gnd -n wifiinterface -c 200 -u N | tee output.txt to write to a text file. Adjust this to your needs

from dronebridge.

seeul8er avatar seeul8er commented on May 20, 2024

If the data rates are low enough some of the cheaper LoRa ESP32 modules could be a better choice. They are less complex, cheaper and will probably give you more range. Not sure if there is a ready to use firmware for your purpose.

from dronebridge.

marseric avatar marseric commented on May 20, 2024

Thanks, you are so kind. I will follow your instructions. Thank you again

from dronebridge.

marseric avatar marseric commented on May 20, 2024

I have tested your esp32 project and it works very well, but its UART speed is limit to 115200bps, so. .

from dronebridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.