This is the repository for the final project, part of the Computer Science Course. The main goal of this project is remote data acquisition of temperature and humidity values. The captured data is transmitted to The Things Network (TTN) and subsequently displayed in a web application for management.
- Capturing temperature and humidity values through temperature and humidity sensors.
- Data transmission to The Things Network (TTN) using LoRaWAN.
- Development of a web application for data management.
- Study of images captured by image sensors and visualization in the web application.
- Arduino MKR WAN 1310 Boards
- DHT22(AM2302) Temperature and Humidity Sensors
- LoRaWAN
- MQTT
- Node.js and Express.js for web application development
- MySQL for data storage
- Leaflet for map visualization
Follow these steps to set up and run the project on your local machine:
-
Clone the Repository:
git clone https://github.com/hedy44/Final.git cd Final
-
Install Dependencies:
npm install
-
Run the project:
npm run dev