AE6000 and Raspberry Pi Zero W 2 #131
-
Hello, I am trying to add 5GHz Wi-Fi AP mode capability to my RPi Zero W 2. It seems like the AE6000 could be a good choice but it looks like it may not support AP mode at the 5GHz band. Can someone confirm whether the in-kernel AE6000 drivers support AP mode at 5GHz? If the in-kernel drivers don't support 5GHz AP mode, can I install a set of drivers that will? Our development environment is buildroot. One additional question - does anyone have a measurement of power/current consumption of the AE6000 when operating in AP mode at 5GHz? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @alingerd86
I'll go stick an AE6000 in my Pi4B that runs hostapd just to confirm.
You would be building the same driver that is in the kernel.
I can use my usb power meter and check it again if you like but on the Main Menu, if you select item 4, you will get the answer at the bottom of the AE6000 document. Okay, my RasPi4B is using an AE6000 in AP mode, channel 36, 80 MHz channel width. This message is going through it. For what it is worth, the AE6000 does really good as far as range is concerned given that it is basically a nano adapter. My system that is the connected client is getting a signal of 52 dBm through 2 walls. Don't depend on it for whole home coverage in a large home but it does a good job for its size. Nick |
Beta Was this translation helpful? Give feedback.
Hi @alingerd86
I'll go stick an AE6000 in my Pi4B that runs hostapd just to confirm.
You would be building the same driver that is in the kernel.
I can use my usb power meter and check it again if you like but on the Main Menu, if you select item 4, you will get the answer at the bottom of the AE6000 document.
Okay, my RasPi4B is using an AE6000 in AP mode, channel 36, 80 MHz channel width. This messag…