Page 2 of 2
Re: ESP32Cam and Servo Control
Posted: Sun Nov 10, 2019 9:44 pm
by benjaraccoon
Hi MadScientist I am a physics student who is doing a project very similar to yours, I have to control 4 servomotors with the ESP32-CAM and also be streaming, do you think this is possible?
Re: ESP32Cam and Servo Control
Posted: Mon Dec 16, 2019 12:39 pm
by LBLBLBLB
Hi Mad scientist,
I am trying to do like you did and have the servo and cam both work at the same time. Can you explain how you got around sending servo and the cam over wireless at the same time?
Thank you very much
Re: ESP32Cam and Servo Control
Posted: Sun Dec 22, 2019 5:06 pm
by xgarbxgarb
Hi Mad scientist,
I am trying to do like you did and have the servo and cam both work at the same time. Can you explain how you got around sending servo and the cam over wireless at the same time?
Thank you very much
Here's how I did a pan and tilt platform with the ESP32-CAM -
https://robotzero.one/pan-and-tilt-cont ... esp32-cam/ There might be some helpful code in the tutorial.
Re: ESP32Cam and Servo Control
Posted: Mon Dec 23, 2019 12:28 pm
by LBLBLBLB
Hi Mad scientist,
I am trying to do like you did and have the servo and cam both work at the same time. Can you explain how you got around sending servo and the cam over wireless at the same time?
Thank you very much
Here's how I did a pan and tilt platform with the ESP32-CAM -
https://robotzero.one/pan-and-tilt-cont ... esp32-cam/ There might be some helpful code in the tutorial.
Thanks - I have seen that one. Just trying to figure out how I can send the servo values from my computer (I have another program that is generating where the servos should move to).
Re: ESP32Cam and Servo Control
Posted: Sat Jun 19, 2021 10:40 pm
by tchalabi
Hello MadScientist,
I'm have the same trouble getting the camera and servo to run simultaneously.
Can you provide a code snippet that shows how you solved the timer issue?
Thanks!