Cloud debug

Using the Particle Web Device Doctor allows checking account and SIM status and enables other troubleshooting checks. However, if you only want to use the cloud debug firmware, you can do so by installing the firmware and viewing the data in the USB serial console.

Automatic install

Automatic install is the easiest way to install the cloud debug firmware and Device OS (if necessary). If you prefer to install manually, see the instructions below.

Viewing the results

To view the results in a web browser, use the Debug log tool. The tool also helps decode some commands.

Or you can use the Particle CLI command:

particle serial monitor --follow

If you are interested in understanding the log output:

Manual installation

You should use Web Device Doctor as it is able to do both device-side and cloud-side checks from one user interface, but if you prefer to install manually or do not have a compatible browser or computer, you can flash appropriate binary below to your device manually.

The Particle CLI can flash the binary and Device OS as necessary:

particle flash --local firmware.bin
Platform Required Device OS
Argon 6.3.4
B-SoM 6.3.4
B5-SoM 6.3.4
Boron 6.3.4
E-SoM-X 6.3.4
Electron 3.3.1
M-SoM 6.3.4
P1 3.3.1
Photon 3.3.1
Photon 3.3.1
Photon 2 / P2 6.3.4

Note that the Device OS version is the minimum device OS version that must be installed to use that binary. It's OK if your device already has a newer version of Device OS. If your device has an older version of Device OS you should upgrade it first, or use the Web Device Doctor that will handle updating Device OS if necessary.