I am setting up a bunch (11) Photons today and I have two which will not complete the setup. They both get stuck at the point of connecting to the cloud, where the CLI keeps asking, “What would you like to do?” Check again, or change WiFi settings.
Steps taken
Connect Photon, put in listening mode
Run $ particle setup
Go through steps, setup WiFi details
The Photon restarts and connects to WiFi (blue cyan breathing)
Though it seems the Photon doesn’t connect to the Particle cloud. As it is stuck at:
It doesn't look like your Photon has made it to the cloud yet.
? What would you like to do? (Use arrow keys)
❯ Check again to see if the Photon has connected
Reconfigure the Wi-Fi settings of the Photon
I wrote tinker back on just in case $ photon flash --usb tinker
I have tried updating the Photon:
Put in DTU mode, run $ Particle update
These are the only two of the 25 units I have setup which are doing this, so I will assume my network/firewall/etc. are good.
Any other ideas on why these units are not connecting?
This would suggest it in fact is connected to the cloud.
I'd not pay too much attention to the CLI message - it may just be a misinterpretation.
Or have you got any other symptoms that would explain the discrepancy between the device "thinking" it is connected (breathing cyan) an you not being able to confirm that?
It could be that the device is connected but just not claimed to your account - you can do that either via particle device add <deviceID> or via Web IDE.
In order to check whether your particle update worked as expected you can put the device in Listening Mode and post the output of particle serial inspect
I honestly don’t know what I am looking for from the output of $ particle serial inspect. I don’t know which versions are which in those different modules
I used $ particle identify to get the device id (also noticed firmware is at 1.1.0)
I used that id in the command for $ particle device add <id>
This was successful and the device was added to my account!
This worked for both devices
Strange. So I updated my cli to latest version, 1.43.2, and now when I try to run $ particle flash --usb tinker I receive the following error:
Error writing firmware: dfu-util: Could not open file undefined for reading: No such file or directory