Using an MT100EOCG with an MTPCIE Bluetooth/Wi-Fi Device as Wi-Fi

To use the MT100EOCG with MTPCIE Bluetooth/Wi-Fi Device on the MTPCIE-DK1 as a Wi-Fi client:

  1. On MT100EOCG, copy the file wpa_supplicant.conf.example to /var/config folder.
    cp /etc/wpa_supplicant.conf.example /var/config/wpa_supplicant.conf
  2. Edit /var/config/wpa_mtechpc.conf and change AP_Name and AP_Password to values required by your Wi-Fi network.
  3. ctrl_interface=/var/run/wpa_supplicant 
    network={   
              ssid=" AP_Name "  
              scan_ssid=1  
              # key_mgmt=NONE 
              key_mgmt=WPA-PSK 
              psk=" AP_Password " 
              priority=1 
            }
    
  4. Edit /etc/network/interfaces and uncomment the lines pertaining to wlan0 as shown below.
  5. iface wlan0 inet dhcp
    wpa-conf /var/config/wpa_supplicant.conf
    wpa-driver nl80211
    
  6. Reboot the MT100EOCG or type ifup wlan0 at the console. MT100EOCG communicates through your Wi-Fi network.