Search found 2 matches
- Mon Mar 20, 2023 10:10 am
- Forum: Hardware
- Topic: ESP32 servos uncontrolled movement during upload
- Replies: 2
- Views: 1043
Re: ESP32 servos uncontrolled movement during upload
Thanks for your hint. I thought the same, so I installed a pulldown and tried all Pins, but same result, first run no high during the upload on the selected GPIO, then when I repeat the upload, I always have the extra high signal, before the execiution of the code. I thought, that the ESP32 stores s...
- Sun Mar 19, 2023 5:39 pm
- Forum: Hardware
- Topic: ESP32 servos uncontrolled movement during upload
- Replies: 2
- Views: 1043
ESP32 servos uncontrolled movement during upload
I use ESP32 to run servos. Always during upload the servos have uncontrolled movments (connected to GPIOs), so I desided to use an relais, to switch the power supply of the servos on, during setup routine of code, so during upload the servos have no power, so I avoid the uncontroled movements. So I ...