I am excited to integrate my new PIXEL in a new system. I have been poking around the serial output but there are some columns that seem ambiguous to me and I am not having any luck finding documentation about it.
The output looks like:
4574145,13,3.0,nan,100
4575303,13,3.0,nan,100
4576483,13,3.0,nan,100
4577122,10,2.4,nan,100
4578275,10,2.4,nan,100
4579488,10,2.4,3.0,100
4580671,10,2.4,3.0,100
4581310,10,2.4,nan,100
4582503,10,2.4,nan,100
4583688,10,2.4,nan,100
4584327,10,2.4,nan,100
4585485,10,2.4,nan,100
4586650,10,2.4,nan,100
4587284,10,2.4,nan,100
4588517,10,2.4,3.0,100
4589700,10,2.4,3.0,100
4590337,10,2.4,nan,100
4591522,10,2.4,nan,100
And I am assuming the columns are:
timestamp,??,PM2.5 reading,??,??
Any clarification as to what these other columns mean?
Thanks!