RCWL-0516 edits

blakadder 2019-11-02 02:27:10 +01:00
parent 2feaffd456
commit 7014ef33d0
4 changed files with 34 additions and 37 deletions

@ -48,7 +48,7 @@ More about [general configuration](https://github.com/arendst/Tasmota/wiki/Senso
- **PMS3003-5003-7003** - Particle Concentration sensor (Serial)
- [**PN532**](PN532) - NFC/RFID controller
- [**PZEM-0XX**](PZEM-0XX) - Energy Monitor (Serial)<img src="https://user-images.githubusercontent.com/5904370/53279642-7433c680-3712-11e9-9aa2-7fd1adce3def.png" width="200" align="right" />
- [**RCWL 0516**](Wemos-D1-Mini-and-RCWL-0516-Microwave-Radar-Sensor) - Microwave Radar Presence detection
- [**RCWL-0516**](RCWL-0516) - Microwave Radar Presence detection
- [**RDM6300**](Wemos-D1-Mini-and-RDM6300) - 125Khz RFID Module
- **RX-4M50RR30SF / RX-AM8SF** - RF Sensor receiver (GPIO)
- **SCD30** - CO<sub>2</sub> sensor (I<sup>2</sup>C)

32
RCWL-0516.md Normal file

@ -0,0 +1,32 @@
RCWL-0516 microwave radar motion sensor module uses a “microwave Doppler radar” technique to detect moving objects. Its advantage over traditional PIRs is that it can detect presence through obstacles with a sensing distance of 3m average in real life conditions.
<img src="https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/rcwl0516-microwave-radar-sensor-front.jpg" width=200>
<img src="https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/rcwl0516-microwave-radar-sensor-back.jpg" width=200>
## Configuration
## Wiring
| RCWL-0516 | ESP266 |
|---|---|
|GND |GND |
|VIN |5V |
|OUT | GPIOx |
### Tasmota Configuration
In _Configuration -> Configure Module_ menu change an available GPIO to `Switch1`.
<img src="https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/wemos-rcwl0516-config-marked.jpg" width=350>
A configured RCWL-0516 will not appear in the web UI, only the console displays the status of Switch1 as `POWER`.
<img src="https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/wemos-rcwl0516-console-marked.jpg" width=350>
Continue to use RCWL-0516 just as any other [PIR](PIR-Motion-Sensors) in Tasmota.
---
[Buy from AliExpress](https://aliexpress.com/item/RCWL-0516-microwave-radar-sensor-module-Human-body-induction-switch-module-Intelligent-sensor/32816228153.html)
[Features of RCWL-0516](https://www.electroschematics.com/get-started-microwave-radar-motion-sensor/)
[RCWL-0516 Datasheet](https://ita.ovh/files/rcwl-0516.pdf)
[RCWL-0516 GitHub](https://github.com/jdesbonnet/RCWL-0516)

@ -41,7 +41,7 @@
- **PMS3003-5003-7003** Particle Concentration sensor (Serial)
- [**PN532**](PN532) NFC/RFID controller
- [**PZEM-0XX**](PZEM-0XX) Energy Monitor (Serial)<img src="https://user-images.githubusercontent.com/5904370/53279642-7433c680-3712-11e9-9aa2-7fd1adce3def.png" width="250" align="right" />
- [**RCWL 0516**](Wemos-D1-Mini-and-RCWL-0516-Microwave-Radar-Sensor) Microwave Radar Presence detection
- [**RCWL-0516**](RCWL-0516) Microwave Radar Presence detection
- [**RDM6300**](Wemos-D1-Mini-and-RDM6300) 125Khz RFID Module
- **RX-4M50RR30SF / RX-AM8SF** RF Sensor receiver (GPIO)
- **SCD30** CO<sub>2</sub> sensor (I<sup>2</sup>C)

@ -1,35 +0,0 @@
## RCWL-0516 Microwave Radar Sensor (single pin)
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/rcwl0516-microwave-radar-sensor-front.jpg" align=right width=200>
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/rcwl0516-microwave-radar-sensor-back.jpg" align=right width=200>
RCWL-0516 microwave radar sensor module Human body induction switch module Intelligent sensor Features:
1. transmission signal processing control chip RCWL-9196
2. wide operating voltage range: 4.0-28.0V
3. compared with the traditional infrared feeling PIR, with the penetrating detection capability
4. block time, distance adjustable
5. output 3.3V power supply
See [RCWL-0516 Microwave Radar Sensor](https://ita.ovh/files/rcwl-0516.pdf) and [Github RCWL-0516](https://github.com/jdesbonnet/RCWL-0516) for more information.
Buy example: [RCWL 0516 Microwave Radar Sensor](https://aliexpress.com/item/RCWL-0516-microwave-radar-sensor-module-Human-body-induction-switch-module-Intelligent-sensor/32816228153.html)
### Connecting the RCWL-0516 to a Wemos Mini D1
| Wemos |RCWL-0516 |
|---|---|
|GND |GND |
|5V |VIN |
|D1 (gpio05) |OUT |
### Tasmota Configuration
In the Configuration -> Configure Module page, select the following:
1. **Module Type : 18 Generic**
2. **D1 GPIO05 : 09 Switch1**
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos-rcwl0516-config-marked.jpg" width=350>
### Tasmota Main
After reboot of the device the console displays the status of switch1.
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos-rcwl0516-console-marked.jpg" width=350>