WIP: Update 'README.md' #2

Closed
jannik wants to merge 1 commits from feature/readme into master
1 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
# Readme
# ESP32-based Environmental Sensor
A simple temperature and humidity sensor node using an ESP32 and a Si7021 sensor element running of a 18650 LiIon battery cell.
The sensor outputs the data to an influxdb instance, which must be reachable via HTTP.
To save energy, we use a lower CPU frequency.
But this requires compiling the core framework again with the changed settings (see below).
This repository contains the code running on the ESP32, as well as the PCB and case design.
## Dependencies
Prepare toolchain (macOS):
@ -40,7 +47,7 @@ git clone --recursive https://github.com/espressif/esp-idf.git
```
## Checkout this project and configure arduino-es32 with esp-idf:
## Checkout this project and configure arduino-esp32 with esp-idf:
```
TODO!!