describe optional pins
This commit is contained in:
parent
a0ccf23ced
commit
db40432ad1
14
Readme.md
14
Readme.md
@ -7,6 +7,8 @@ after this upgrade it will measure:
|
|||||||
* pressure
|
* pressure
|
||||||
* altitude
|
* altitude
|
||||||
|
|
||||||
|
The system can be powered by USB-C or Micro-USB, attached at ESP8266 board.
|
||||||
|
|
||||||
## Filesystem
|
## Filesystem
|
||||||
### Configuration
|
### Configuration
|
||||||
Use the config-example.json from the host folder and create here a config.json file.
|
Use the config-example.json from the host folder and create here a config.json file.
|
||||||
@ -39,11 +41,17 @@ VCC | GND
|
|||||||
The following pins are used:
|
The following pins are used:
|
||||||
* GPIO4 PM1006 particle sensor
|
* GPIO4 PM1006 particle sensor
|
||||||
* GPIO2 WS2812 stripe out of three LEDs, replacing the orignal LEDs at front
|
* GPIO2 WS2812 stripe out of three LEDs, replacing the orignal LEDs at front
|
||||||
* GPIO15 Red LED
|
* GPIO15 Red LED (optional)
|
||||||
* GPIO12 Green LED
|
* GPIO12 Green LED (optional)
|
||||||
* GPIO13 Blue LED
|
* GPIO13 Blue LED (optional)
|
||||||
* GPIO14 I2C clock
|
* GPIO14 I2C clock
|
||||||
* GPIO5 I2C data pin
|
* GPIO5 I2C data pin
|
||||||
|
|
||||||
|
# Bill of materials
|
||||||
|
* IKEA Vindriktning
|
||||||
|
* ESP8266 (e.g. Witty board)
|
||||||
|
* BMP280 sensor
|
||||||
|
* some wire
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
* [https://github.com/amkuipers/witty Witty pinout]
|
* [https://github.com/amkuipers/witty Witty pinout]
|
Loading…
Reference in New Issue
Block a user