Posts: 8
Threads: 1
Joined: Jun 2020
Reputation:
0
I am using RPi 4b. WiFi connectivity is a bit flaky. Sometimes connects when I power up sometimes goes into AP mode. I was thinking of trying a WiFi dongle in one of the usb ports. Are there any particular ones that will work better with Moode software?
Posts: 13,417
Threads: 304
Joined: Mar 2018
Reputation:
544
Comfast CF912AC works great for me and both 32-bit and 64-bit drivers are included in moOde as part of the support for the Allo SIG :-)
Posts: 8
Threads: 1
Joined: Jun 2020
Reputation:
0
I bought a TP-Link TL-WN823N dongle as the one mentioned above was not available in uk until mid August.
This doesn't work at all.
Was my original question too obvious or too much of a novice question?
Also why will the tp-link not work at all?
Posts: 8
Threads: 2
Joined: Aug 2020
Reputation:
0
If there's anyone still looking for an answer or solution to this challenge: I bought an ALFA AWUS036NHA usb wi-fi adapter and it works perfectly with Moode 7.0.1 + Raspberry Pi4 + 2.5 amp PSU. Increasing my signal from barely usable to quality 97%, level -42 dBm.
I'd prepared myself for the bother of installing drivers and tweaking this and that but in the end it was just plug-and-play. All I needed to do was disable my Pi's Integrated Wi-Fi adapter in the Moode settings and the USB adapter became the default. Moode really is pretty wonderful, isn't it?
I also used Moode's handy terminal (and the command below) to disable the blue flashing LED which would otherwise have driven me crazy. To do the same you'll need to find the adapter's folder name in sys/class/leds.
echo 0 | sudo tee /sys/class/leds/foldername/brightness
Hope this helps someone.
Posts: 13,417
Threads: 304
Joined: Mar 2018
Reputation:
544
You prolly have one of the newer Pi-4's and these revision codes are not programmed into the 7.0.1 release of moOde. There would be a log entry of "Unknown Pi" in the Moode startup log. The code families are used to determine which options are available for example the settings to enable/disable the integrated WiFi/BT adapters.
In upcoming 7.1.0 release we have changed from a foxed revision code table to decoding the revision code bitmask. This will solve the issue of newly release Pi's being flagged as "Unknown Pi".