# WiFi adapter

<abstract>
The CM-Home has placement for an optional 2.4GHz WiFi module. 
</abstract>

<img src="./cmhome_lan_wifi.jpg" class="img-responsive">

<br/>
This placement is designed for the [WIFI-5 OEM module](/WIFI-5) and is connected via a USB 2.0 to the LAN9514 chip.
<br/>
This module is based on the MediaTek MT7601U chip and is fully supported by the Raspberry Pi OS.
<br/>
It can be molded directly on a the CM Home PCB. It works just as client (no access point mode).

Two types of antennas are available:

* PCB antenna (Code AN-WIFI-01)
* Rubber antenna (Code AN-WIFI-02)

Alternatively, a [WIFI-3 USB dongle](/WIFI-3) can be used, which supports access point mode at 2.4 and 5.8 GHz.

<a href = "/pricelist?category=wifi" class = "btn btn-sm btn-success" role = "button"><i class="glyphicon glyphicon-shopping-cart"></i> Buy the WIFI accessories</a>

### Turn-on the WiFi adapter

The WiFi adapter is off by default. 
<br/>
The <code>GPIO 37</code> line controls the WiFi power line. 
<br/>
Hi=On, Low=Off.

* Power on <code>gpioset $(gpiofind GPIO37)=1</code>
* Power off <code>gpioset $(gpiofind GPIO37)=0</code>

<hr>

@include='adv_cmpanel'
