I'm having issues getting my particle argon to connect to the internet/cloud. It connects to WiFi fine but remains flashing green. I see my router recognizes the connection however it never progresses to breathing cyan and the device internet setup tool indicates a failure. When testing with a phone hotspot, the phone indicated an active connection was made. I've followed the troubleshooting steps and have attempted to connect to a phone hotspot as well (iPhone with Maximize Compatibility turned on to ensure a 2.4Ghz network.) My home network does not have a captive portal and I have successfully connected with ESP32 devices in the past without any issue.
What I've tried so far:
Setting up a dedicated 2.4GHz network through my router intended for smart devices
Disabling IPv6
Verifying Firewall settings (all outbound traffic is permitted)
Connecting to iPhone hotspot
Restarting router/modem
Configuring with Web App, CLI, and APP multiple times
Reflashing / resetting device to factory.
It seems to me this all points to a the device being a dud. If there are any other suggestions I may take please let me know.
I would get a log from the Web device doctor. One possibility is that DNS lookup is failing, which would be in the log. The DNS server IP comes from the DHCP settings for your network.
Thanks for the reply Gus, I'll give try this after work. I've used the particle update command in the CLI which supposedly does the same thing but had no luck. But I'll give the web interface a shot!
Is this by chance an old Argon that was part of the original shipment of pre-order Argon mesh devices? Does your log have a line that states the MVER? You can also get this using the device inspect tool, where it's listed as the NCP version.
If you have a MVER/NCP version of 3, that's the problem and it can be fixed but none of Web device doctor, Device Restore USB, web device setup, or particle update fix it because it's not a common problem. But the symptom is "Failed to write into data channel -60001".
It's possible. I just purchased this device as part of the air quality monitor kit which is being discontinued due to the silicon shortage, so it could be that I potentially received an older device.
That solution sounds promising. I'll try inspecting the device and flashing that firmware later this evening and let you know how it goes! Thanks.
Tried flashing the argon-ncp-firmware-0.0.5-ota.bin file with the Argon in listening mode using "particle flash ---serial argon-ncp-firmware-0.0.5-ota.bin" and was greeted with a Flash Success message. Unfortunately this didn't seem to work, the particle inspect still shows version 3 and the Argon is still failing to connect.
The one last thing you can try is to use Device Restore USB. Select the Argon, click the Flash even if system parts are already the correct version checkbox and also the Update NCP (network coprocessor) checkbox. The latter only appears if the force checkbox is checked.
This uses a different technique than particle flash --serial so maybe it will behave differently. I forgot that feature existed in Device Restore USB.
The problem has been fixed. The device restore didn't entirely work but I noticed that my bootloader was a fairly old version. I'm not sure exactly what ended up working correctly but I tried manually (using the CLI) installing a new version of the bootloader (version 3000) and then went back to the device doctor tool and used that. The bootloader ended up reverting to version 1200 during this but the device doctor was suddenly able to finally update the NCP. Not entirely sure what was preventing that from happening before but it worked.
I wish I could give a more detailed account of what eventually fixed it but I believe using the device restore tool followed by the steps here: Updating SoftDevice and bootloader and then using the Device Doctor is what eventually solved the issue.
As soon as NCP version 5 was active it connected to the cloud instantly. For future reference these are now my current firmware versions that are working.