mirror of https://github.com/arendst/Tasmota.git
Nova Fitness SDS011 PM2.5 PM10 Laser Dust Sensor added
parent
d1bba0609c
commit
8479206ff9
|
@ -291,3 +291,42 @@ In the Configuration -> Configure Module page, select the following:
|
|||
After reboot of the device the displays the HC-SR04 distance.
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_hc-sr04_main_marked.jpg" width=300>
|
||||
|
||||
## Nova Fitness SDS011 PM2.5 PM10 Laser Dust Sensor
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/pm2.5_sensor_sds011.jpg" align=right width=300>
|
||||
|
||||
Nova Fitness SDS011 PM2.5 PM10 Laser Dust Sensor
|
||||
|
||||
The SDS011 using principle of laser scattering,can get the particle concentration between 0.3 to 10µm in the air. It with digital output and built-in fan is stable and reliable.
|
||||
|
||||
Accurate and Reliable: laser detection, stable, good consistency;
|
||||
Quick response: response time is less than 10 seconds when the scene changes;
|
||||
Easy integration: UART output (or IO output can be customized), fan built-in;
|
||||
High resolution: resolution of 0.3µg/m3;
|
||||
|
||||
Measurementparameters PM2.5, PM10
|
||||
Range 0.0-999.9µg /m3
|
||||
Rated voltage 5V
|
||||
Rated current 70mA±10mA
|
||||
|
||||
See [Nova Fitness SDS011 PM2.5 PM10 Laser Dust Feinstaub Sensor](https://inovafitness.de/produkt/sds011) (German) for more information.
|
||||
|
||||
Connecting the SDS011 to a Wemos Mini D1.
|
||||
|
||||
| Wemos | SDS011 |
|
||||
|---|---|
|
||||
|GND |GND |
|
||||
|5V |5V |
|
||||
|RX (gpio03) |TX |
|
||||
|
||||
|
||||
In the Configuration -> Configure Module page, select the following:
|
||||
1. **Module Type : 18 Generic**
|
||||
2. **RX (GPIO03 : 66 SDS0X1**
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_sds0x1_config_marked.jpg" width=300>
|
||||
|
||||
After reboot of the device the displays the SDS011 measurements.
|
||||
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_sds0x1_main_marked.jpg" width=300>
|
Loading…
Reference in New Issue