OyarzoPablo
Posts: 10
Joined: Sat Jan 27, 2018 11:34 pm

RPi Android app to configure Wifi connection?

Fri Feb 23, 2018 3:24 pm

Is there any android app that allows an easy wifi configure on all raspberry pi 3?

pihome
Posts: 12
Joined: Tue Aug 09, 2016 1:35 pm
Contact: Website

Re: RPi Android app to configure Wifi connection?

Wed Mar 07, 2018 11:31 pm

i dont think there is any android app for this but Setup Wi-Fi connection without connecting any display to raspberry pi, just simply create a text file and call it wpa_supplicant.conf and place into the /boot/ folder and add following contents to this file.


network={
ssid="MyWifi"
psk="mywifipassword"
key_mgmt=WPA-PSK
}

Return to “Android”