swathi-ssunder / Menzap

0 stars 0 forks source link

Wireless communication support #7

Closed adideshp closed 8 years ago

adideshp commented 8 years ago

Wireless communication tech supported by devices :

  1. NUC : WLAN Bluetooth
  2. Raspberry Pi 3 B : WLAN Bluetooth
  3. Samsung Tablet: WLAN : Wi-Fi 802.11 a/b/g/n, dual-band, WiFi Direct, hotspot Bluetooth : v4.1, A2DP GPS : Yes, with A-GPS, GLONASS Radio : To be confirmed
  4. LG Nexus 5x : WLAN : Wi-Fi 802.11 a/b/g/n/ac, dual-band(2.4 and 5 GHz), Wi-Fi Direct, DLNA, hotspot Bluetooth : v4.2, A2DP GPS : Yes, with A-GPS, GLONASS NFC : Yes Radio : No
swathi-ssunder commented 8 years ago

Raspberry Pi Refer here.

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

# Add the following lines to the bottom of the file:

network={
    ssid="Your_wifi_ssid"
    psk="Your_wifi_password"
}

# Verify that it is successfully connected
ifconfig wlan0