I know this topic have been cover several times, but it seems that none of the solution works for me:
On the day I got the Photon, after numerous attempts, I finally managed to get the softAP from the photon and set it up. Few weeks later, I kind of messed it up and try to reset it, and I have no luck connecting it back to the internet. I have tried:
Go to listen mode and try with phone app again
Re-flash firmware 0.5.2 (once with terminal, and today with the new firmware manager tool)
particle setup, which doesnât work since it canât detect the wifi
particle serial wifi, which I was able to enter the said and password, but then the photon got stuck in looking for internet mode
I also ran particle serial inspect, and everything passed. Please help!
What colors are displayed after you enter the Wi-Fi credentials? It will start out blinking green, but what happens after that? Is there blinking cyan (light blue)? Fast blinking cyan? Is there any orange or red? Does it go back to blinking green again, or back to blinking blue?
Try âparticle updateâ and âparticle flash --usb tinkerâ, both in DFU mode. Then give âparticle serial wifiâ another shot in listening mode.
I tried but it is not working. particle update saids ! System firmware update successfully completed!, while particle flash --usb tinker gives off a dfu-util: Invalid DFU suffix signature, but soon followed with dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!, ⌠, Download done and âFlash success!â. I hold the setup button to go back to listening mode, use particle serial wifi, and the blue light stop flashing while I was entering, and jump back to flashing green (restart I guess), and back to slower blue blink. I try particle list and confirm I donât have the photon register.
Thanks
The missing DFU suffix warning is normal and ignorable.
If you canât get a cloud connection (breathing cyan or breathing magenta in Safe Mode) you wonât be able to claim the device.
But once you get there (e.g. via a different WiFi network like your mobile hotspot), you can use
particle device add <yourDeviceID>
BTW, what encryption are you using (open, WEP, WPA, WPA2)?
Can you post the full output CLI gives you with particle serial wifi?
Donât let CLI scan for your network, enter the data manually!
Video: YouTube. Might still be processing. I just cut about 12 seconds of the who thing because my internet is not fast
Manually enter network config (same network) : I check the router config & phone wifi config, and I canât tell if it is using wpa or wpa2, so i tried both. with wpa2 it goes from green to blue, but with wpa it just got stuck in rapid green blink, until i give up 5 minutes later and try the next one
Manually enter network config (open mobile hotspot) : same. I put my phone right next to the photon, cli the config, it goes from rapid green to slower blue for another 5 minutes now.
I have also try particle keys server just in case. no help
I donât think so, but I am also not entirely sure. I have tried some examples from the Particle Build IDE before I reset it, and I canât recall which one I have tried. Also wouldnât re-flash the firmware reset back to default config?
Nope. These settings are sticky and have to be actively reverted, since theyâd need to be set for Safe Mode too, which doesnât run any of your code