- Run mosquitto on a server or device. Add the IP address of this device to
conn.py
, and the two arduino files. - Run
app.py
on a device or server (can be the same or different device). Add this IP address toconn.py
as theapi_endpoint
. - Run
conn.py
on any device. - Connect the LCD and IR to an ESP32 an run
CS3237_Shawn_1611.ino
on it.
Note: all devices need to be on the same network for this to work
- Run cam.py on the device. Ensure the url contains the IP address of the device on which
app.py
is running.
- Run
Camera_photo_MQTT.ino
on the camera.