I am setting up sensors with the Particle Photon. I would like to identify them uniquely from the serial connection. At the moment, my code on the Particle Photon outputs:
timestamp,temperature,acceleration
I want to include the device ID as a filed. Particle published a way to query the device ID and I would like to print it from within the firmware code to the serial line.
Is it possible to print a device ID on the serial line?