Create readme.md
This commit is contained in:
parent
7bf92db4c9
commit
5d947cc8e1
34
usermods/Enclosure_with_OLED_temp_ESP07/readme.md
Normal file
34
usermods/Enclosure_with_OLED_temp_ESP07/readme.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Almost universal controller board for outdoor applications
|
||||||
|
This usermod is using ideas from @mrVanboy and @400killer
|
||||||
|
## Features
|
||||||
|
- SSD1306 128x32 and 128x64 I2C OLED display (optional)
|
||||||
|
- Dallas temperature sensor (optional)
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
![Hardware connection](assets/controller.jpg)
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
Functionality checked with:
|
||||||
|
- ESP-07S
|
||||||
|
- PlatformIO
|
||||||
|
- SSD1306 128x32 I2C OLED display
|
||||||
|
- DS18B20 (temperature sensor)
|
||||||
|
- KY-022 (infrared receiver)
|
||||||
|
- Push button (N.O. momentary switch)
|
||||||
|
|
||||||
|
### Platformio
|
||||||
|
Uncomment `U8g2@~2.27.3`,`DallasTemperature@~3.8.0`,`OneWire@~2.3.5 under` `[common]` section in `platformio.ini`:
|
||||||
|
```ini
|
||||||
|
# platformio.ini
|
||||||
|
...
|
||||||
|
[common]
|
||||||
|
...
|
||||||
|
lib_deps_external =
|
||||||
|
...
|
||||||
|
#For use SSD1306 0.91" OLED display uncomment following
|
||||||
|
U8g2@~2.27.3
|
||||||
|
#For Dallas sensor uncomment following 2 lines
|
||||||
|
DallasTemperature@~3.8.0
|
||||||
|
OneWire@~2.3.5
|
||||||
|
...
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user