Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wl0ckk/motionalarm

Alarm system controlled by 433 MHz remote control, based on Arduino Nano and Ultrasonic rangefinder HC-SR04
https://github.com/wl0ckk/motionalarm

Last synced: about 2 months ago
JSON representation

Alarm system controlled by 433 MHz remote control, based on Arduino Nano and Ultrasonic rangefinder HC-SR04

Awesome Lists containing this project

README

        

![Connection Diagram](scheme.png)
| Component | Connection to Arduino Nano |
|--------------------------|----------------------------|
| **HC-SR04** |
| Trig | D3 |
| Echo | D4 |
| VCC | 5V |
| GND | GND |
| **433MHz RX Module** |
| Data | D2 |
| VCC | 5V |
| GND | GND |
| **Buzzer** |
| Red Wire | D5 |
| Black Wire | GND |