TheDIYGuy999 / Rc_Engine_Sound_ESP32

Allows to play vehicle engine sounds on an ESP32. Additional sounds can play in parallel with the engine sound! Controls your lights as well. compatible with SBUS, IBUS, PWM, PPM and SUMD signals.
https://www.youtube.com/watch?v=s93yAAmEtbM&t=3s
309 stars 121 forks source link

V. 6.1 Servos don't work #16

Closed Frenazo closed 3 years ago

Frenazo commented 3 years ago

Hi. thank you so much for this amazing project. I have a board with version 6.1 installed, connected by Sbus and all sounds, lights and motor work perfectly, however I can't get the servos to work connected to the PCB board terminals. If I connect the servos directly to the receiver they do work. Attached photo of the connections. Thanks a lot. P.D .: I am Oscar Moreno oscarveterinario from youtube, xD IMG_20201229_175225 IMG_20201229_175331

TheDIYGuy999 commented 3 years ago

Hi Oscar, thanks for the praise. This behaviour is normal. You can't connect the servos to the ESP32 board in SBUS mode, there are no RC signal outputs. The only exception is the ESC output. This means, you have to connect the servos directly to the receiver.

Frenazo commented 3 years ago

Thanks!