Search found 2 matches

by lktesp32
Thu Dec 08, 2022 11:08 am
Forum: ESP32 Arduino
Topic: New to esp32, trying to troubleshoot
Replies: 1
Views: 1172

Re: New to esp32, trying to troubleshoot

I logged the id.PID from esp_camera_sensor_get(), which returned the expected value for the ov2640 camera. This provided confirmation that the code was successfully seeing the camera as it should. After this, I ordered a second unit and the second one works fine. so just bad hw.
by lktesp32
Sat Dec 03, 2022 1:52 pm
Forum: ESP32 Arduino
Topic: New to esp32, trying to troubleshoot
Replies: 1
Views: 1172

New to esp32, trying to troubleshoot

This is my first experience with ESP32/Arduino. I ordered an Aokin ESP32-CAM with ESP32-CAM-MB from amazon. I installed Arduino IDE and selected AI Thinker ESP32 Cam as the board. I opened the CameraWebServer example and modified the WiFi creds. It uploads to the board fine, connects to wifi and res...