banana pi BPI-R2 open source smart router
  • About banana pi BPI-R2
  • BPI-R2 hardware
    • BPI-R2 hardware interface
    • BPI-R2 hardware spec
    • BPI-R2 GPIO Pin define
    • BPI-R2 SATA interface
    • BPI-R2 micro SD card slot
    • BPI-R2 5 GigE port
    • BPI-R2 eMMC flash
    • BPI-R2 WIFI interface
    • BPI-R2 wifi antenna slot
    • BPI-R2 bluetooth interface
    • BPI-R2 MIPI DSI interface
    • BPI-R2 HDMI interface
    • BPI-R2 USB 3.0 interface
    • BPI-R2 Uart interface
    • BPI-R2 PCIE interface
    • BPI-R2 OTG interface
    • BPI-R2 Power interface
    • BPI-R2 schematic diagram
    • BPI-R2 DXF and 3D design
  • BPI-R2 software
    • BPI-R2 quick start
    • Linux image,kernel 4.4
    • Android image
    • OpenWRT/LEDE
    • BPI-7615(based on MT7615)
  • BPI-R2 source code on github
    • BPI-R2 BSP source code
    • OpenWRT source code
    • BPI-R2 LEDE source code for hardware NAT
    • Frank`s github for BPI-R2
  • Reference documents
    • FW-Web Wiki
  • BPI-R1 BPI-R2 board Comparison
  • BPI-R2 quality guarantee
  • All banana pi product
  • BPI 4.0 customized Server
  • Getting Started with R2 - Banana Pi Wiki
  • en:bpi-r2:start [FW-WEB -Wiki]
Powered by GitBook
On this page

Was this helpful?

  1. BPI-R2 hardware

BPI-R2 WIFI interface

PreviousBPI-R2 eMMC flashNextBPI-R2 wifi antenna slot

Last updated 5 years ago

Was this helpful?

banana pi BPI-R2 have support MTK6625L wifi&BT 4.1 chip onboard.

it support 802.11/b/g/n wifi and bluetooth 4.1

2017-08-22 update

We're debuging the MT6625 wifi module driver, now it's working at 2.4G, please check below link for details.

Now the wifi driver is working fine at 2.4G, and we're debugging the 5G and testing its performance. Below file is an instruction for how to enable WIFI module on R2:

And please use the following command to connect a wifi AP:

  1. wpa_passphrase "yyy" "xxxxx" >/etc/wpa_supplicant.conf

  2. vim /etc//etc/wpa_supplicant.conf /etc/wpa_supplicant.conf network={ ssid="yyy" key_mgmt=WPA-PSK proto=WPA2 pairwise=CCMP group=CCMP #psk="xxxxx" psk=90e3ac2dd8a92432f31d65e4f3297962ede273e85a5c4407ee4f7ffc052fd8bb }

  3. /sbin/wpa_supplicant -i wlan0 -B -c /etc/wpa_supplicant.conf

  4. dhclient wlan0

User do some test for 2.4G & 5.8G,for reference only 5.8G test

2.4G test:

2.4Ghz and 5.6Ghz Wifi Working fine

https://github.com/BPI-SINOVOIP/BPI-R2-bsp/issues/1
https://github.com/BPI-SINOVOIP/BPI-R2-bsp/blob/Wifi_debug_branch/vendor/mediatek/connectivity/readme
http://forum.banana-pi.org/t/2-4ghz-and-5-6ghz-wifi-working-fine/3844