I am working to set up my Photon I first tried the app but that didn’t work it gave me the error of “Set up process couldn’t claim your photon!..” I have typed the wifi credentials correctly and this same router has been used to set up other photons in the same day. I tried to use the Particle client through USB but it couldn’t find my device through USB so I tried using wifi but the client gets stuck on “obtaining device information”. Once seeing that it wasn’t going anywhere (waited about fifteen minutes) I restarted the photon by resetting the wifi networks and restarting the client this time I got the error of “Looks like your Photon has not connected to the cloud yet” I pressed check again but no avail so I choose the path of re-configuring my photons wifi settings which again sent me through a loop of “Obtaining device information”, I tried to be more patient but thought it shouldn’t take thirty minutes to do this when all my other photons took a minute. I started to try to see what I could do about updating my photon but I was never able to get my photon to show up via USB and it only shows up in my device manager as ‘Other devices’.
I am really at a loss here I have been reading through as many relevant forms as possible but this same issue is happening to three of my six photons so I would really like to get them working! Here are some snips of the issues I am having.
What does the RGB LED do on your Photon?
Have you put the Photon into DFU Mode (blinking yellow) in order to update the device?
Have you installed CLI via the Windows Installer?
What CLI version are you running?
What is the device OS version of your Photon?
Does your Windows recognise the other/working Photon (in DFU Mode or as COM port)?
The driver installer got me a step closer now the Photon is not able to detect the Network I am aiming to use. Even though I used this Network to connect the other Photons I set up.
The CLI Installer or the Zadig tool? The node .js errors would suggest that you run the full CLI installer again (do not use the npm or node command-line update method.) Can we assume Windows 7 from the screen captures?
If you aren't doing it... then don't worry about it. Just know for Windows, download the full CLI installer from here and run it again if you haven't already done so.
I tried the re-installation - this whole deal is making me think there could be damage to my photons cloud connection hardware (I am not a hardware person). Do you think it is possible?
If you are talking about damage to the WiFi modem, I would say that is unlikely. More likely a problem with your installation. You could also try running the installer as admin (right-click on the .exe file and select "run as admin".
You could also answer some of @ScruffR's other questions:
The first thing that we need to sort out is the Device Manager listing for the Photon. That should say “USB Serial Device (COMxx)”. Was that fixed by the “driver installer” that you mentioned on Jan 21?
Assuming that it was – if you power up the device without pressing either button, and then press/hold the MODE (left) button, does the RGB LED go to blinking dark blue after four or five seconds? That is Listening mode. You could set up the wifi creds while it’s in that mode (rather than using CLI) by connecting a terminal emulator (e.g. TeraTerm, which is what I use) to the Photon and then pressing “w”. It will then lead you through configuring the wifi creds for your network.
(I don’t think Zadig is required if you install the latest CLI using the Windows installer (vs. npm install). The driver installer in the Windows installer was recently updated to install/configure the correct drivers for all Particle devices.)
if you type particle --version, CLI should return “1.38.0” if it’s installed correctly and if it’s the latest stuff
if you decide to use CLI to configure wifi, don’t let it scan for networks, and enter the SSID yourself. The device has to be in Listening mode for this. Assuming it doesn’t error out, if you entered the SSID and passphrase correctly, the device should reboot and eventually get to breathing cyan.
@amandaW I had a similar issue today with one of my photons. It looks like about the same error message, I can’t be completely certain. Anyways, what seemed to fix it for me was, while I was in the CLI, I re-logged into my account. It might be something with the login timing out. Just a suggestion.
Sometimes when there already was a CLI installtion the Windows Installer fails to install the DFU drivers (for reasons unknown to me).
It would be good if there was a standalone driver installer, but for the lack of that (or my ignorance about its existance) zadig is certain to help.