Skip to content

mikrotron-zg/meteotron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteotron

A simple weather station project based on Adafruit Feather ESP32-S2 and BME680. Basic version reads temperature, relative humidity and atmospheric pressure, connects to local Wi-Fi and sends data to ThingsBoard demo server. You can find current data from our test setup here.

meteotron dashboard

Hardware

Hardware needed for this project:

Also, we can go solar by using:

Software

Project software is written in VS Code with PlatformIO plugin, but it can be compiled using Arduino IDE (you might need to change a few things here and there, and manually download the libraries used in the project, but it should work).

Before compiling, you must add your credentials (WiFi, ThingsBoard, etc), so please follow the instructions in include/CredentialsTemplate.h file.