Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
added D1 mini pin assignments
  • Loading branch information
m-s-e authored Oct 18, 2021
1 parent 42c87e1 commit 1b1312f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ How everything is connected together.

#### Photodiode

| PHOTODIODE | ESP32 |
|------------|--------------|
| A0 | NOT USING |
| DO | D12 (GPIO12) |
| VCC | 3V3 |
| GND | GND |
| PHOTODIODE | ESP32 | D1 mini / ESP8266 |
|------------|--------------|-------------------|
| A0 | NOT USING | NOT USING |
| DO | D12 (GPIO12) | D6 (GPIO12) |
| VCC | 3V3 | 3V3 |
| GND | GND | GND |

For problems with the measurements, see the [FAQ part](#faq) further down.

#### LED

How the status led is connected to the ESP32. For each measured pulse, the LED will briefly flash red and in case of no WiFi connection, the LED will continue to flash blue.

| LED | ESP32 |
|--------|------------|
| RED | D2 (GPIO2) |
| GREEN | D4 (GPIO4) |
| BLUE | D5 (GPIO5) |
| GND | GND |
| LED | ESP32 | D1 mini / ESP8266 |
|--------|------------|-------------------|
| RED | D2 (GPIO2) | D4 (GPIO2) |
| GREEN | D4 (GPIO4) | D2 (GPIO4) |
| BLUE | D5 (GPIO5) | D1 (GPIO5) |
| GND | GND | GND |

## Get started

Expand Down Expand Up @@ -134,4 +134,4 @@ SOFTWARE.
[license-shield]: https://img.shields.io/github/license/klaasnicolaas/home-assistant-glow.svg
[commits-shield]: https://img.shields.io/github/commit-activity/y/klaasnicolaas/home-assistant-glow.svg
[commits]: https://github.com/klaasnicolaas/home-assistant-glow/commits/master
[last-commit-shield]: https://img.shields.io/github/last-commit/klaasnicolaas/home-assistant-glow.svg
[last-commit-shield]: https://img.shields.io/github/last-commit/klaasnicolaas/home-assistant-glow.svg

0 comments on commit 1b1312f

Please sign in to comment.