aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 030ff2135bedb1380bea14d856ad681248651545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Sensor-Server
A small Flask based server for an embedded IoT weather sensor.

Currently just to learn how to use a web framework, and there are a lot of things that will need to be implimented and improved.

TODO:
* Finialize API
* Allow viewing specific data on homepage
* Build proper website
* Probably more

Sensor is an esp8266 module with a BME 280 sensor that can report temperature, humidity, and barametric pressure.