Hello,
I have a JetCat P80-SE hobby jet engine that I have strapped to a bicycle. Over the years, I have tinkered with the setup to make it faster, cleaner, safer, but one thing that I've always kicked down the road is getting a proper throttle rather than just setting it to max thrust and riding for the 3-5 minutes of gas that I've got.
What I would like to do is create a small enclosure on the handlebars with some sort of micro-controller and either a variable resistor or this little servo controller that I have. The controller would read the resistance value or the PWM signal and transmit that value wirelessly to a second controller attached to the engine computer. That second controller needs to send a PWM signal to the computer in order for it to work.
I was looking at buying 2x NANO ESP32 models to do this. It's been a while since I've worked with micro-controllers. I remember working with UART and Zigbee stuff in college, but it looks like these controllers have Bluetooth and WiFi. That seems intimidating but also seems fun to work with.
Basically what I'm asking is for a sanity check: am I over-complicating things? Is my plan sound? Do you have any suggestions?