WIP: Update 'README.md' #2
11
README.md
11
README.md
|
@ -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
|
## Dependencies
|
||||||
Prepare toolchain (macOS):
|
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!!
|
TODO!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue