to setup a new wifi network. I can’t seem to setup a new wifi network. I can see the new wifi network. But the command line gets stuck after I say yes(or no) at:
$ particle serial wifi
? Should I scan for nearby Wi-Fi networks? Yes
? Select the Wi-Fi network with which you wish to connect your device: Emory
? Should I try to auto-detect the wireless security type? No
^C
Is anyone facing this issue?
I have a particle Photon and I’m working on OS X.
I am also having the same problem. What is the SSID name you’re trying to connect to? I would think that spaces or maybe dashes might be an issue. Troubleshooting here…
That’s strange. Let’s first try to get you up and running, and then figure out what’s wrong? You can configure your credentials using a serial program like Putty of coolterm. There are some docs about that over here. Alternatively, you could try this website from a wifi-enabled device.
Are you sure you’ve installed the proper drivers for the device?
I actually got it to work once I put my photon in listening mode. If it wasnt in listening mode then the commands would get stuck. To put it in listening mode, just simply hold the setup button until it starts flashing blue.
For particle serial wifi you’d indeed have to be in listening mode. As the name might suggest, it uses the Serial connection, which is what Listening mode will open.
That said, I’ve seen the above mentioned issues as well, while being in listening mode. In my experience there’s user code interfering, which can be circumvented if you go into Safe Mode prior to going into Listening mode. That’ll ensure no user firmware can mess with the progress and allow the device to connect in ‘peace’. That often worked just fine for me
I freshly downloaded the photonsetup.html
Power-cycle the photon. Put it in setup mode.
Then ran the
particle serial wi-fi
and entered SSID, securityType and WiFi password manually.
And that made it go through without getting stuck.