PMS5003 air quality sensor
-
I'm converting a RPi python library to micropython for the PMS5003 sensor.
I have a question regarding the serial timeout.The docs state:
timeout_chars Rx timeout defined in number of characters. The value given here will be multiplied by the time a characters takes to be transmitted at the configured baudrate.
2.0 seconds in that case would translate to a value of 2400 at a baudrate of 9600?
-
@bucknall If you could clarify that would be great, thanks!
I left out the timeout for now.
-
Did you manage to resolve your question @RobTuDelft? Looks like a really useful library, thanks! :)
-
I've uploaded the library file on github. You can test it if you want.