I created a library to make getting these values easier, and also include pointers to where the constants come from and the documentation for the values.
The system diagnostics feature in Particle Device OS 0.8.0 can make troubleshooting device problems easier.
For example, when viewing a device in the console , you can view the device vitals:
[devicevitals]
This is periodically updated automatically so you don’t have to worry about it. You can also use the cloud API to request a refresh of the device vitals .
You can also monitor the device vitals event by subscribing to it.
But what if you want to get at some of this information from your us…