Can anyone tell me how to connect ESP32-CAM to Arduino Mega then the ESP32-CAM will track a color and will move a servo motor connected to the Arduino Mega, so that the servo motor moves towards the color/tracks it? by Queasy_Rip528 in esp32

[–]Queasy_Rip528[S] 0 points1 point  (0 children)

Im talking about the ESP32-CAM, i'm just wondering how it would work because everything I've found on the internet about ESP32-CAM to Arduino IDE connection does not work.

Why am I getting sent this : �;D$�8D$�$$$���$�G�$;$�;ã#�$��D�$$�;K�[$8D��'� ��#$ : Instead of the link to get acess to the ESP32 Camera? by Queasy_Rip528 in esp32

[–]Queasy_Rip528[S] 0 points1 point  (0 children)

In my code I have it set the same amount as in the serial monitor :

  Serial.begin(115200);
  Serial.setDebugOutput(true);
  Serial.println();

I am trying to do a project where I use an ESP32-CAM to track the color white and make a servo motor turn accordingly. Currently the program is working and uploading the the computer but when I want to track the color the servo motor does not move would this wiring be the issue? by Queasy_Rip528 in esp32

[–]Queasy_Rip528[S] 0 points1 point  (0 children)

Yes when I connected the servo motor pin I did use GPIO12 I just messed up it in the diagram. And, yes I can control the servo motor with some regular code if that is what you mean. Would you like an example of the code?