particle-cli: Setup hangs after manual wifi input
I think the issue is that i am already connected to the AP of the Photon and was prompted to switch back to a connection with internet and led to this failing.
? Would you like to manually enter your Wi-Fi network configuration? Yes
? Please enter the SSID of your Wi-Fi network: limfamily
? Please enter your Wi-Fi network password (leave blank for none): 1234567890
? Please select the security used by your Wi-Fi network: WPA2
> Here's what we're going to send to the Photon:
> Wi-Fi Network: limfamily
> Password: xxxxx
> Security: WPA2
? Would you like to continue with the information shown above? Yes
> Obtaining device information...
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 1
- Comments: 18 (7 by maintainers)
Thanks for the info. Sorry you’re blocked on the setup. You can do
particle serial wifi
with the Photon connected by USB and in listening mode (bllinking blue). This will set up Wi-Fi on your device. Did you already claim this Photon to your account?The issue above was when your laptop was connected to the Photon WiFi network before running the
particle setup
command. Does it work for you if you are connected to your regular WiFi network before doingparticle setup
?Ok. We probably need a timeout of some sort there.