Ok so I am not the greatest with this kinda stuff so bear with me and maybe spell things out like you would for a 3 year old
I have made a magic mirror as a gift using a pi 3b+ and raspian stretch desktop. I wanted to use wifi connect so that when the kid I’m giving it to goes away to college, he can use this to connect to his wifi instead of using a keyboard/mouse to manually change from desktop.
@pcarranzav any suggestions? Appreciate any advice. I couldn’t make sense of the options it showed. is there something to look for about starting on boot?
@motdog I think Pablo just wanted to see if wifi-connect is installed and can be run. From what you wrote it looks like it is.
For starters, when it is running you would expect it to create a wifi hotspot called ‘WiFi Connect’. Do you not see that wifi using your phone ?
@chrisys thanks So basically copy/paste this whole thing into command line? Sorry I’m like a total rookie with this stuff. Am I understanding that once this is run, if I reboot at my home it should already recognize my home network and connect automatically. If I take the pi elsewhere, it would start upon boot and realize it doesn’t recognize a network, but I could go on my phone and use the credentials for where I am at?
@motdog You will need to download one of the above files. Looks like they are quite similar, the first one actually contains several choices how you can detect the devices state. The script probably needs to be made executable once on your harddisk using something like
sudo chmod +x <scriptname>
What the script will do is check if you are already connected to the internet and start wifi-connect if you are not.
If you want to have that check done automatically at boot you will have to add a startup script.