Connecting Chinese ESP32S (ESP32-CAM) #696
Unanswered
saharesp
asked this question in
User assistance
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize to the authors, this will be a different installation and configuration method. Since I couldn't do it the way it's described here. But it turned out differently. Maybe it will be useful to someone. I was installing a sketch in Arduino IDE v.1.8.19. Camera 8225N v.2. In the Arduino IDE, in the board manager, select the board: AI Thinger ESP32-CAM. To do this, scroll down the list. We install the library as described by the authors. In the sketch itself, we make only one correction: we uncomment the line: #define CAMERA_MODEL_AI_THINKER in the file: appGlobals.h. We don't change anything else. Uploading the sketch. After the sketch has loaded and we see the IP address in the port monitor: 192.168.4.1, go to the list of WIFI networks available to your computer in the lower right corner of the screen and select a network with a name similar to the name of the installed library. My network looked like this: ESP-CAM_MJPEG_8056C46F6480. After you have connected to this network without a password, in the browser window we type: 192.168.4.1. Then follow the instructions.
Beta Was this translation helpful? Give feedback.
All reactions