DroneBridge / DroneBridge

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

Home Page:http://wolfgangchristl.de/2017/not-just-another-drone-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wlan stick not working properly in v0.6

Freshdouble opened this issue · comments

The wlan stick won't send any data in most of the cases in v0.6
It starts blinking so i assume that it is detected but stops blinking after a while and wont transmit any data, in v0.5-beta this stick works without any problems.

I'm using the wf-hp9201 wlan stick found on aliexpress with the AR9271 chipset.

Software/Configuration:

  • v0.6
  • Default Settings on Air and GND pi

Hardware

  • Raspberry Pi 3B
  • wf-hp9201 wlan stick on Air and GND pi

I also tried setting the MAC for the wlan stick in manual mode but without success. Most of the time the stick blinks shortly and stops blinking. Sometimes the stick blinks continuously and i can receive data at the groundstation. To get it working i have to constantly switch of and on the pis until the stick stays active.

In v0.5 beta the stick starts up the led on the stick is on and not blinking and i can receive data at the groundstation.

Can you provide the output of dmesg and journalctl -u start_db.service when it is not working?