ESP3D V3 - Sensors bug #858
Replies: 5 comments 32 replies
-
you cannot use GPIO 16/17 they are used by PSRAM which is used by camera indeed there is a typo error - now fixed than you 5ce1d16 |
Beta Was this translation helpful? Give feedback.
-
You're right regarding GPIO16. I missed the fact that it had 2 labels on the schematic. |
Beta Was this translation helpful? Give feedback.
-
I don't see on the ESP)32-CAM schematic anything regarding GPIO12 being other than a SD card data pin. Anyway I tried GPIO13 as you suggested (though your configuration.h shows pin 34), but still nothing concerning sensors on the dashboard, although the settings page shows DHT11 with a 1000ms polling interval. Also from the terminal: |
Beta Was this translation helpful? Give feedback.
-
Are you using an ESP32-CAM or ESP32 dev board or module? |
Beta Was this translation helpful? Give feedback.
-
This is the debug output. I added debug info at the entry and exit of dht setup function. |
Beta Was this translation helpful? Give feedback.
-
Is the sensors feature working in ESP3D V3?
I am using an ESP32-CAM with a DHT11 sensor connected to GPIO16. Once I change the sensor type from None to DHT11 in Web UI/Settings/Features, the camera panel becomes blank, and the sensor data isn't shown anywhere. I tested the hardware setup with a DHT11 test sketch, and the sensor works fine.
Moreover, ESP210.cpp has a syntax error that prevents compilation (patch attached)
ESP210.diff.txt
Beta Was this translation helpful? Give feedback.
All reactions