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
298 stars 119 forks source link

PWM #56

Open racin44 opened 1 year ago

racin44 commented 1 year ago

I'm having issues getting the code changed from ppm to pwm. any help would be appreciated.

rengels commented 1 year ago

you have to modify 2_Remote.h and switch off everything that is not PPM.

This one works for me: https://github.com/rengels/Rc_Engine_Sound_ESP32/blob/huracan/src/2_Remote.h