Esp32: Difference between revisions
From DWIKI
mNo edit summary |
m (→Links) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
*[https://randomnerdtutorials.com/esp32-pinout-reference-gpios/ https://randomnerdtutorials.com/esp32-pinout-reference-gpios/] | *[https://randomnerdtutorials.com/esp32-pinout-reference-gpios/ https://randomnerdtutorials.com/esp32-pinout-reference-gpios/] | ||
*[https://esphome.io/ ESPHome] using ESP32 with [[Home-assistant|Home-assistant]] | *[https://esphome.io/ ESPHome] using ESP32 with [[Home-assistant|Home-assistant]] | ||
==ESP32-CAM== | |||
*[https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/ https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/] | *[https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/ https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/] | ||
* | *[https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ Esp32-cam face recognition] | ||
= FAQ = | |||
== A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header == | |||
Wrong voltage? | Wrong voltage? | ||
Seen this happen when 3.3V was on the 5V input | Seen this happen when 3.3V was on the 5V input | ||
| |||
== Brownout detector was triggered == | |||
3.3V on the 5V input? | 3.3V on the 5V input? | ||
==esp_camera_init(): Camera probe failed with error 0x20004== | |||
wronng CAMERA_MODEL ? |
Latest revision as of 14:38, 7 November 2023
Links
- The Espressif documentation
- https://esp32developer.com/hardware/programming/programming-hardware
- https://www.instructables.com/ESP-01-Module-Programming-Board/
- Programmer ESP-PROG
- https://randomnerdtutorials.com/esp32-digital-inputs-outputs-arduino/
- https://randomnerdtutorials.com/esp32-pinout-reference-gpios/
- ESPHome using ESP32 with Home-assistant
ESP32-CAM
FAQ
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Wrong voltage?
Seen this happen when 3.3V was on the 5V input
Brownout detector was triggered
3.3V on the 5V input?
esp_camera_init(): Camera probe failed with error 0x20004
wronng CAMERA_MODEL ?