This project builds a delivery protection and notification system, based on integration of Arduino Uno and Raspberry Pi 4. The codes are written in C and Python. The setup of the system requires:
- Arduino Uno with Ethernet Sheild
- Raspberry Pi 4 (or other available versions)
- A router
- A force sensor
- A bread board
- A 10K ohm resistor
- jumper wires
- Two cameras with USB connections (I used web cams)
- Setup the hardware system referring to the picture and the report.
- Upload the DeliveryCheck.ino script to the Arduino Board.
- Run python webservice.py in Raspberry Pi terminal window.
- Place an item on the force sensor, an email with picture should be sent to the receiver email address; when it is taken, another email with picture will be sent.