Hey,
Thanks for all the feedback so far. Here is a more complete explanation of the project.
I have a machine that uses a pressure sensor built with an ASIC that gives a PWM output of 5000Hz. The input voltage is 8V and due to the source cannot be changed. This part is being phased out and I need to replace it with another pressure sensor that I have on hand. This other sensor gives me the same DC% per pressure input so its a drop in replacement except for the fact that it outputs the signal as a 500Hz PWM.
I need a way to convert the 500Hz PWM up to a 5000Hz PWM, so that it can be as drop-in ready as possible with out having to change any other variables like the input voltage and the software that's reading the PWM output. The important thing is that the duty cycle between the two sensors have the same slope, which is what I want to keep, but the software that reads the output can only intake a 5000Hz PWM signal. Also, the output is internally clamped between 10% and 90% duty cycle.
What I would like to do is place a small module along the wiring harness that takes the 500Hz PWM output and converts it to a 5000Hz PWM ouput before it gets back to the large ECM that's reading this information. What would I need to put in this small module or is there something like a pre-made buffer module I can wire up to the sensor to convert the signal?
I am really new to electronics and since my background is mechanical I completely understand how the sensor works, but not how I can multiply frequencies or if this is a viable way to get the output I desire.
Thanks a ton!