Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roycuadra/iot-smartenviro-v1.2
In this simple IoT projects i use a ESP32C3 Supermini Because its Power Efficient and a AHT30 Sensor, it has a motion detection using an RCWL-0516 microwave radar sensor,
https://github.com/roycuadra/iot-smartenviro-v1.2
aht30 esp32c3-super-mini microcontroller rcwl-0516-microwave-doppler-radar sensors
Last synced: 18 days ago
JSON representation
In this simple IoT projects i use a ESP32C3 Supermini Because its Power Efficient and a AHT30 Sensor, it has a motion detection using an RCWL-0516 microwave radar sensor,
- Host: GitHub
- URL: https://github.com/roycuadra/iot-smartenviro-v1.2
- Owner: roycuadra
- Created: 2024-11-18T10:31:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T13:53:08.000Z (25 days ago)
- Last Synced: 2024-11-30T14:38:04.050Z (25 days ago)
- Topics: aht30, esp32c3-super-mini, microcontroller, rcwl-0516-microwave-doppler-radar, sensors
- Language: HTML
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User Interface Design
## Features
- **Wi-Fi Access Point:**
- Hosts an User interface for monitoring data.
- Automatically shuts down Access Point if no clients connected to save power.
- **Environmental Monitoring:**
- Measures temperature, humidity, and calculates heat index using the Adafruit AHTX0 sensor.
- Real-time data updates via WebSocket.
- **Motion Detection:**
- Detects motion using the RCWL-0516 microwave radar sensor and triggers an audible buzzer and Turn On LED lights.
- Automatically turns off Buzzer and LED lights after a Timeout.## Pin Configuration
| Component | GPIO Pin |
|-------------------|----------|
| Passive Buzzer | GPIO1 |
| LED | GPIO4 |
| RCWL-0516 | GPIO5 |
| AHT30 (I2C SDA) | GPIO21 |
| AHT30 (I2C SCL) | GPIO22 |