Skip to content

Simple, low power, high range, wireless motion detection/alarm using esp32, hc12 radio modules, HC-SR505 PIR Sensor, HW-508 Piezo Buzzer

License

Notifications You must be signed in to change notification settings

f321x/wireless_motion_sensor_esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wireless_motion_sensor_esp32

Small Saturday project utilizing two ESP32 (NodeMCU), two HC12 433 mHz radio modules, one HC-SR505 mini pir sensor, and one HW-508 (or KY-006) passive piezo buzzer. The power supply can be realized either via USB or by attaching a battery to the GPIO pins of the ESP.

One ESP (+PIR +HC12) acts as the motion detector and sends a signal to the other ESP (+HC12 +Buzzer), which then gives out an acoustic notification.

The range, depending on the set transmission power, can be >1km (outdoors). The price of the parts was around 92k sats (+soldering iron and 3D printed cases).

The .ino source files can be compiled and flashed to the ESP with the Arduino IDE.

Also, make sure your HC12 module works correctly; many Chinese clones need a simple fix to function correctly: https://ytb.trom.tf/watch?v=ZfBuEAH-Q8Y

IMG_20230603_231545_354_1

About

Simple, low power, high range, wireless motion detection/alarm using esp32, hc12 radio modules, HC-SR505 PIR Sensor, HW-508 Piezo Buzzer

Topics

Resources

License

Stars

Watchers

Forks

Languages