An Arduino-based smart home security system that detects motion using a PIR sensor and responds to AI-style commands via Serial Monitor.
- Motion detection using PIR sensor
- AI-style commands via Serial Monitor
- Visual and sound alerts (LED & Buzzer)
- Silent mode for non-intrusive alerts
- Fully simulated using Tinkercad
The system accepts the following commands via Serial Monitor to simulate AI control:
| Command | Function |
|---|---|
alert |
Manually trigger alarm |
silent |
Enable silent mode (no buzzer sound) |
on |
Re-enable system after turning it off |
off |
Disable system (no motion detection) |
- Arduino Uno
- PIR Motion Sensor
- LED
- Buzzer
- Jumper wires (simulated in Tinkercad)
AI_Smart_Security_System.inoβ Arduino source codeimages/β Circuit diagram, screenshotsREADME.mdβ Project documentation
- Arduino IDE
- Tinkercad Circuits β For simulation
- GitHub β For hosting and version control
- Add IoT alerts (e.g., Telegram bot or email notification)
- Integrate voice assistant like Google/Alexa
- Port system to ESP32 or Raspberry Pi for smarter edge processing
- Use AI tools (e.g., OpenAI, LLM) to control logic via natural language
Made with β€οΈ as a hobby project blending Arduino + AI logic!