So is this supposed to work?
I have tried both a DHT11 and AM2320. Used my meter to see if the sensor is sending data to the NMMiner, which it is.
ESP32-2432S028R CN1 3-pin DHT11 module
┌────────────────────┐ ┌───────────────┐
│ Pin 1 GND ──────┼─────────────►│ - / GND │
│ Pin 2 GPIO22 │ │ │
│ Pin 3 GPIO27 ─────┼─────────────►│ S / DATA │
│ Pin 4 3.3V ──────┼─────────────►│ VCC / + │
└────────────────────┘ └───────────────┘
ESP32-2432S028R CN1 4-pin AM2320
┌────────────────────┐ ┌───────────────┐
│ Pin 1 GND ──────┼─────────────►│ Pin 3 GND │
│ Pin 2 GPIO22 ─────┼─────────────►│ Pin 4 SCL │
│ Pin 3 GPIO27 ─────┼─────────────►│ Pin 2 SDA │
│ Pin 4 3.3V ──────┼─────────────►│ Pin 1 VDD │
└────────────────────┘ └───────────────┘
So is this supposed to work?
I have tried both a DHT11 and AM2320. Used my meter to see if the sensor is sending data to the NMMiner, which it is.