I was wondering if the built-in Wi-Fi supports 5 GHz networks?
Will it need an external antenna to be attached to work properly?
I was wondering if the built-in Wi-Fi supports 5 GHz networks?
Will it need an external antenna to be attached to work properly?
The network module is a a BCM43438. I'm having trouble finding a source I fully trust, but from a cursory view, it looks like it only supports 2.4 GHz. Since the Raspberry Pi foundation doesn't specify, it'd be normal to assume a lack of 5 GHz.
An image on raspi.tv displays a very compact antenna. Reception with the default antenna may not be stellar, but we won't really know until it starts getting into reviewers' hands.
Edit:
As @EDP has pointed out, there appears to be only one Wi-Fi antenna. This further implies that there is only support for 2.4 GHz.
You can run:
sudo iwlist wlan0 scan
... which should show you all broadcasting Wifi channels.
You'll notice all frequencies are in the 2.4 GHz range. For 5 GHz, you'd need a 5ghz USB adapter and compatible wifi router.
Hope that helps!
FYI the Raspberry Pi 3B+ does support 5GHz - you can see the available Frequencies using this command:
iw list
To set up an Access Point using hostapd
you need to set the following in the hostapd.conf file (the channel can vary between 34-165 - see output from iw list):
hw_mode=a
channel=36
Final answer: it depends on the hardware revision!
Running sudo iwlist wlan0 scan | grep Frequency
produces both 5ghz and 2.4ghz.
Running sudo iwlist wlan0 scan | grep Frequency
produces only 2.4ghz.
edited based on comments
The Pi3 uses a BCM43438 wireless “combo” chip. Broadcom doesn't have a product page (that I could find). But, it appears be in the same family of chips as the BCM4334:
https://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM4334
Since, that is an older chip in the same family that supports both 2.5 and 5 GHz, it seems like it was probably at least an available option for the Pi3 designers. Guess, we'll have to get our hands on one to know for sure.
The antenna is built into the board, and the chip likely has a pin for it. According to the product release, "... the only change is to the position of the LEDs, which have moved to the other side of the SD card socket to make room for the antenna."
Mine shows my 2.4 but not my 5.0 wireless, so I'm going to say it doesn't support 5.0 as shipped.
No, I've read it's 2.4 GHz only.
Based on the FCC documents, it looks like the new Raspberry Pi 3 does support Bluetooth and WiFi, but it only seems to support 2.4 GHz networks, not 5 GHz. http://liliputing.com/2016/02/raspberry-pi-3-to-feature-on-board-wifi-bluetooth.html
No, I've read it has a "chip antenna".
The radio is connected to a small surface mount ceramic antenna. http://www.allaboutcircuits.com/news/raspberry-pi-3-is-here-but-is-it-a-worthy-successor/