Go to file
2024-05-06 09:35:41 +02:00
Program updates 2024-05-05 21:49:05 +02:00
Schematics updates 2024-05-04 17:05:23 +02:00
.gitignore updates 2024-05-04 17:41:18 +02:00
Install.sh updates 2024-05-05 21:49:05 +02:00
LICENSE Initial commit 2024-01-29 13:45:13 +01:00
README.md Update README.md 2024-05-06 09:35:41 +02:00

WeatherStation

This repo will be used for our BTS project which consist of creating a weather station.
For this project used a raspberry pi 3B and a TZ-BT04 wich is a basic bluetooth HR/Temp sensor.

How does it work

How to use

Clone the repo with this command :
git clone https://github.com/jeanGaston/WeatherStation.git

Then go into the repo folder :
cd WeatherStation

Make the Install script executable using this command :
chmod +x Install.sh

Then execute it with sudo :
sudo ./Install.sh

Access the web interface in your browser at http://localhost:5000.

Usage

  • Navigate to http://localhost:5000 to view sensor data and configure system settings.
  • Check the logs for any errors or alerts.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.