Close

plane integration and propeller synchronization

A project log for RC plane sound machine

play motor and machine gun sounds on your RC warbird

jp-gleyzesJP Gleyzes 10/24/2024 at 12:160 Comments

Mustang plane integration

To integrate the sound machine into the Mustang plane we glued an epoxy plate into the cockpit and the exciter was glued on this plate.

The cockpit cover, being as well made with epoxy and fiber glass, acts as a resonating chamber.

Then the sound machine is hidden into the plane and ready to run

And we discovered that the propeller was starting to rotate too quickly before the start sound of the engine was played...

So I made a small modification into the code to handle this behavior :

The specification is easy but the implementation needs some tricky modifications into the code...

We have to introduce 2 new thresholds into the code, let these tresholds accessible for tuning and compute the "derivative" of the throttle to know in which direction we move the throttle stick...

the "start" and "stop" thresholds are parameters that you can modify as usual: use a serial link to your ESP32 and type this command:

And here is the result with the mustang plane :

Discussions