(10-02-2018, 05:31)dormani Wrote: I am having a similar experience using AQ software 7.0 b007. I started experiencing this when I moved the monitor outside and placed under our pergola. It has been extremely hot here over the last month so I am wondering if this may be the cause. The pergola is partially enclosed and runs a couple of degrees hotter than outside.
Regards
Ian
I Ian,
If you already have upgraded your RX unit to v5.xx software, you could try the latest AQM software (v7.1_b004) which solves the NaN error.
(10-02-2018, 23:54)Werk_AG Wrote: Thanks Jim,
Things improve with the users feedback.
Now, any PM2.5 reading equal to zero, will not cause the NaN error anymore.
Werk,
Just uploaded b 004 and I am getting a zero reading for PM2.5 and PM10 and no NaN error but I don't believe the readings are zero; have never seen a zero reading in my location.
Code:
WeatherDuino 4Pro
Air Quality Monitor v7.10 b004
Please wait...
Waking up the PMS7003 dust sensor (40s)
Reading PMS7003 dust sensor...
I also had never seen a zero reading, this is why I haven't prevented that possibility before.
Unfortunatelly I haven't any PMS7003 at hand. If I had, I would have written a simple test software for the PMS7003, that will try to read the sensor at each 10 seconds, reporting the successful and failed attempts. That could help in you to understand those zero readings.
Anyway, even without the sensor I will try to write it.
PM7003_Simple_Test:44: error: 'PMS7003_SetPin' was not declared in this scope
pinMode(PMS7003_SetPin, OUTPUT);
^
C:\Users\JBA\Documents\Arduino\PM7003_Simple_Test\PM7003_Simple_Test\PM7003_Simple_Test\PM7003_Simple_Test.ino: In function 'void loop()':
PM7003_Simple_Test:50: error: 'PMS7003_SetPin' was not declared in this scope
digitalWrite(PMS7003_SetPin, HIGH); // Activate the PMS7003
^
Using library SoftwareSerial at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SoftwareSerial
exit status 1
'PMS7003_SetPin' was not declared in this scope
If you give a look at the code you will see that just one line of code need to be uncommented. Anyway I updated the software posted two topics above... now it should work without any editing.
If you give a look at the code you will see that just one line of code need to be uncommented. Anyway I updated the software posted two topics above... now it should work without any editing.
If you give a look at the code you will see that just one line of code need to be uncommented. Anyway I updated the software posted two topics above... now it should work without any editing.
Werk,
Thanks I will run it again later.
Jim
H
i Guys,
I am now having the same problem in that my sensor when running in the AQM is reporting zero values. When i run the test software i do get readings from 2 to 6. Any ideas ??