Project for CSC 4980 - Security in IOT (Fall '23). This project uses a Raspberry Pi to implement an Anti-Theft Flooring System over a CoAP server.
- Developing a Theft Detection System IoT application
- Use analog sensor input to trigger camera activation and send alert
- Knowledge on Raspberry Libraries for proper resource/sensor implementation
- Raspberry Pi Camera Module
- ADS 1115 Chip
- Piezo-electric sensors
- Servo motor
- Smtplib - SMTP protocol client for sending email alerts
- Picamera2 - For camera module Interfacing
- Adafruit CircuitPython ADS1115 - For interfacing with ADS chip
- Professor - Dr. Haoxin Wang
sudo apt-get install python3-pip
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
pip3 install adafruit-circuitpython-ads1x15
raspi-config
Select Interfacing Options > I2C.
Select Yes when prompted to enable the I2C interface.
Select Yes when prompted to automatically load the I2C kernel module.
Select Finish.
sudo reboot