That’s strange, there should be something to see in the device manager. Could you make a screenshot of it while the Photon is plugged in? Make sure to click the “scan for new hardware” button, just in case.
Could you check the “ports” tab, it might be in there. Also, does windows give any kind of indication something is happening when you plug in your photon? A sounds, a pop-up, anything?
Could you try checking the device manager when the photon is in listening mode (blinking blue), and perhaps even DFU mode (blinking yellow)? Either of those might help.
Mine shows up under Ports (COM & LPT) like @Moors7 suggested. But if it isn’t anywhere to be found you can right click and choose “scan for hardware changes” and that might bring something up.
the device should show up under the Ports/COMS tab like @Moors7 mentioned.
Also, if you update your particle-cli via npm install particle-cli -g should work. Once updated, using particle serial wifi you should be able to setup your device with that method.
To setup&claim with Windows10:
plug in photon
put in setup mode
issue particle identify
save the deviceID
press reset on device
issue particle serial wifi
setup wifi for device
after device is now connected to Wifi,
issue particle device add deviceID
I had problems with windows 10 tonight also… I found that I forced the driver install using pick from a list and the “have disk” feature… it then added a photon and listed it as not responding
but also added a serial port - I updated the driver and pointed to photon file and worked fine.
I think windows 10 may need a usb serial driver before you can install correctly.
that being said, I had issues using the particle CLI to setup and eventually gave up and used my fiancé’s iphone
I just tried to install my Particle and had the same problem. Windows issues the familiar sound when the device is plugged in but there is no mention of Particle in Device Manager and no category of “Other Devices”
I’ve just gotten my Photon and am trying to follow the Getting Started guide. I am able to interact with the Photon via my phone, but when it came to installing the USB driver, the instructions fail because the device doesn’t show up under “Other devices” in the device manager (Windows 10). I tried holding down the Setup button until it was blinking blue and forcing a Scan for Hardware Changes, to no avail.
Thanks for moving me into the correct thread; the answers provided here worked for me. Specifically, the Photon was showing up in the Ports group as a “USB Serial Device.” Once that was determined, the instructions worked great. Perhaps the Getting Started guide could be updated with this information?