electronic governor actuator by ardino (servo , ir and a LCD to monitor)

I want a arduino programming code of electronic governor actuator for my generator .

Project Concept :

An IR sensor as a tachometer to detect & monitor the speed of fly wheal and a servo motor is attached at the carburetor governor rod to set the position of butterfly to maintained the speed of fly wheal at 1500 Rpm.

If the speed will increase or decrease with respect to the our set point of 1500 RPM then servo will move clock-wise and anticlockwise respectively.

A 2X2 LCD is attached to monitor the RPM and servo motor Position in % .

Please help me in this my project.

I want a arduino programming code of electronic governor actuator for my generator .

In general, this forum works by providing help for people who have encountered problems.

If you want to pay someone to write the code for you then this thread can be moved to Gigs and Collaborations or you could try to write it yourself and have it moved to the Programming section if you encounter problems

Please use the "Report to moderator" link if you would like it moved

You probably have two areas to work on, one is converting what is most likely digital pulses of the IR sensor into an analog value, and then using that analog value to control the servo. You might start experimenting with the example programs in the arduino IDE.