Skip to content

Commit

Permalink
Fixed ESP32 LDR Pin
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar authored May 16, 2024
1 parent cacf1b4 commit 44f0915
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ Enables automatic brightness control and exposes the brightness/lux value via AP

![](/hardware_gl5516.png)

| ESP8266 | ESP32 | LDR GL5516 | Resistor 10k Ohm | Function | Note |
| ------- | ----- | ---------- | ---------------- | ------------------------- | ---- |
| 3V3 | 3V3 | Leg 1 | | |
| G | GND | - | Leg 1 | |
| A0 | ADC0 | Leg 2 | Leg 2 | Acts as a voltage divider |
| ESP8266 | ESP32 | LDR GL5516 | Resistor 10k Ohm | Function | Note |
| ------- | ------ | ---------- | ---------------- | ------------------------- | ---- |
| 3V3 | 3V3 | Leg 1 | | |
| G | GND | - | Leg 1 | |
| A0 | GPIO34 | Leg 2 | Leg 2 | Acts as a voltage divider |

### DHT22 Sensor

Expand Down

0 comments on commit 44f0915

Please sign in to comment.