Sensor board sometimes returns incorrect firmware version with status OK.
Some of tested sds011 sensors returned 1.0.0 version [year.month.day].
Solution:
version should be checked against possible ranges (at least month and day) and result in different status (not ok - it may require new status)
Monitoring water tanker level using NodeMCU ESP8266 and HC-SR04P Ultrasonic Sensor and broadcasting it using a simple HTTP server inside NodeMCU ESP8266 and show data in an Android App
Controlling the lights in your house using your voice is a great way to dip your toes into the smart homeworld. And if you already have a smartphone you can build your own smart switch using a few bucks.
Sensor board sometimes returns incorrect firmware version with status OK.
Some of tested sds011 sensors returned 1.0.0 version [year.month.day].
Solution:
version should be checked against possible ranges (at least month and day) and result in different status (not ok - it may require new status)