Slicer Discord
ESP32-CAM servo mount – 3D printable model from Thingiverse Thingiverse

ESP32-CAM servo mount

by Snip69
19 Downloads
11 Likes
0 Makes
Go to Model
I made this motorized mount for an ESP32 CAM that I use to check on my printer from another room, or to check on my cats when I'm away.
The servo can be moved from the web interface.

Code is an adaptation from https://github.com/easytarget/esp32-cam-webserver that can easily be made to integrate the command for the servo.

There is a catch on how to allocate the timer, however.

void servoSetup() {
// Allow allocation of all timers
//Use all remaining timers
ESP32PWM::allocateTimer(8);
ESP32PWM::allocateTimer(9);
ESP32PWM::allocateTimer(10);
ESP32PWM::allocateTimer(11);
h_servo.setPeriodHertz(SERVO_PERIOD_HERTZ);
h_servo.attach(H_SERVO_PIN, SERVO_MIN, SERVO_MAX);
servoSetPosition(50, 'h');
ESP32PWM::allocateTimer(12);
ESP32PWM::allocateTimer(13);
ESP32PWM::allocateTimer(14);
ESP32PWM::allocateTimer(15);
v_servo.setPeriodHertz(SERVO_PERIOD_HERTZ);
v_servo.attach(V_SERVO
Source
Thingiverse
What you need to print this: Beginner Low confidence
Single piece
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection