Course: 2DT304 Project with Embedded Systems
University: Linnaeus University
Student project about lifebuoy monitoring to ensure that lifebuoys are in the correct positions or notice if they are gone. This is due to a wish to be able to replace the need to do manual rounds to check them. The problem formulation is from Kalmar Municipality. The result of this project is a simple representation of a mesh network with Seeed devices that detect whether a life buoy is missing or not and communicate over WiFi with an LoRa device. The LoRa device in its turn sends the data over LoRaWAN to The Things Network (TTN), via MQTT to MongoDB and the data is displayed on a website in real time.
- First prototype test with read button values, ESP-NOW and setup ESP-IDF
- Genereal Manuals / Documentation / Report
- Mesh implementation (E.g. mostly in
Seeed.c
) - Sketch and 3D printing box for the prototype
- LoRa / TTN connection (E.g. mostly in
LoRa.c
) - Simple website with Node.js, Express, MongoDB, Leaflet.
Youtube Video: 2DT304 Project with Embedded System - Lifebuoy Monitoring Prototype
Links to manuals for this project.