Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Injection test failed #76

Open
cgrrty opened this issue Jul 29, 2021 · 3 comments
Open

Injection test failed #76

cgrrty opened this issue Jul 29, 2021 · 3 comments

Comments

@cgrrty
Copy link

cgrrty commented Jul 29, 2021

https://github.com/DroneBridge/DroneBridge/tree/master/InjectionTest
I did a test on my desktop.
Testing process.
2 x rlt8812au
1 x pc ubuntu 18.04

receive.sh

MY_WIFI_CHANNEL=149 #5ghz channel
# MY_WIFI_CHANNEL=13 #2.4ghz channel

MY_RX="wlxbcec238a23a5"
#MY_RX="wlx08107bbfcf00"

sudo rfkill unblock wifi

sudo ifconfig $MY_RX down
sudo iw dev $MY_RX set monitor otherbss fcsfail
sudo ifconfig $MY_RX up
sudo iwconfig $MY_RX channel $MY_WIFI_CHANNEL

sudo ./receive  $MY_RX

send.sh

MY_WIFI_CHANNEL=149 #5ghz channel
# MY_WIFI_CHANNEL=13 #2.4ghz channel

#MY_RX="wlxbcec238a23a5"
MY_RX="wlx08107bbfcf00"

sudo rfkill unblock wifi

sudo ifconfig $MY_RX down
sudo iw dev $MY_RX set monitor otherbss fcsfail
sudo ifconfig $MY_RX up
sudo iwconfig $MY_RX channel $MY_WIFI_CHANNEL

sudo ./send  $MY_RX

Test result
The receiver cannot receive data.

@seeul8er
Copy link
Collaborator

seeul8er commented Aug 8, 2021

Damn. Looks like the rlt8812au drivers still suck. What Wifi Hardware are you using?
To be honest, I can not really recommend rlt8812au/rlt8814au devices so far. I only got a rlt8814au to test and that one sucks.

@cgrrty
Copy link
Author

cgrrty commented Aug 9, 2021

@Sgw32
Copy link

Sgw32 commented Nov 10, 2022

Injection test from repository uses different COMMID (communication IDs) and also some other parameters are also different. Use "communication" folder examples instead. However I also still have issues with it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants