-
Notifications
You must be signed in to change notification settings - Fork 251
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
RTL8812BU
Launch Report
#381
Comments
@MuratovAS Thanks! P.S. I've seen your portfolio - could you advice dc-dc for powering such wifi cards? Most of powerful 8812au and 8812eu cards consume > 3A in pulse when transmitting and generic dc-dc converters from aliexpress requires additional low-esr capacitors to survive these pulses. Are any better (an cheap) solution to power such cards from 3S-6S batteries? |
I would advise:
I would build a converter on |
@MuratovAS Thanks! It dies with smoke when connected to 24V and connection is unreliable: https://t.me/wfb_ng/4457/11336 |
@MuratovAS Do you have any idea why glitching of input voltage can lead to dc-dc burnout? It is IC design flaw or bad schematics? All three dc-dc in my test dies identically: |
Thanks to this report, I've conducted an experiment:
I don't have a DSI monitor for Pi, so I connected an Android phone with the Pi by a USB cable. Then, I used The test is conducted on the outdoor ground with no obstacle. Result: |
I am seeing the power mosfet burn out. IC:
Solution:
P.S. I have never used this power supply at a current greater than 2A. The recommended current is 1.5A |
@MuratovAS The main problem is that most of wfb-ng users are hobby users and unable to make custom PCB design themself. Most of ready to buy dc-dc from aliexpress has awful design and overstated parameters. It would be great if someone who specializes in this topic would make such an opensource design, which could be easily repeated by yourself or ordered on pcbway |
Initial conditions:
RTL8812BU
)Result:
After a series of trials and errors I managed to achieve operability on the
RTL8812BU
chip. The system works in two ranges,2.4Ghz
and5Ghz
.I checked the functionality with the
rtw88_8822bu
driver built into the kernel. With default settings the system refused to work, data is not sent or received.After I changed the line to
frame_type = 'rts'
, the connection worked, but the transfer speed was unacceptably low, about50Kb/s
.I was able to achieve stable operation using a custom kernel module from RinCat. Using this code, the connection speed through the tunnel was about
8Mb/s
. On standardwfb-ng
settings.Based on the data I received, the chip can be used. As soon as I have more data, I will let you know here.
The text was updated successfully, but these errors were encountered: