Be it home or business, surveillance systems have become an essential part of security. The system is designed to easily fit in closed spaces to detect intruders and presents visuals on your computer screen. The embedded system is designed with Arduino Uno board with Atmega328P microcontroller. The IR sensor value and angle is serially transmitted which is retrieved by the python program to present on the web dashboard.
- Live dashboard
- Range: Upto 20cm
- Battery operated system
- Miniature system : 7cm x 6 cm area
- Arduino Uno board (Atmega 328P 8-bit microcontroller)
- IR sensor
- Plastic case BO motor
- Pyserial : Enables the access of serial ports through python properties
- Streamlit : Open-source python library to develop custom webpages
- Plotly : Graphing library offers wide range of charts to make interactive, publication quality graphs.
- This work is inspired from M Khosarani's blend of arduino and python
- Streamlit documentation
- Plotly's python graphing library API reference

