![]() |
PWM inputs?
Is there any way for the RC to accept a PWM input?
|
Re: PWM inputs?
I believe there's a way to build a small resistor-capacitor circuit that'll convert the PWM pulse in to a 0 to 5 volt charge that can read through the ADCs. You'll have to get more info from Google or someone else on here though.
|
Re: PWM inputs?
Quote:
|
Re: PWM inputs?
Presumably you'd have a sensor that has a PWM output or something. A R-C circuit would smooth the signal out into a mostly DC signal.... However, the smoother you get it, the bigger delay there would be in the system. It's probably not terribly relevant if your PWM is high frequency, though.
For direct input, I think you'd need two digital interrupt inputs and a NOT IC. interrupts firing on the rising edge of the signal, so you start a timer when the straight signal fires, and stop the timer when the NOTed signal fires. Voila, the time of the pulse. Then you just need to calibrate the time widths to your data. And account for the delay from the NOT gate if you need real precision or something. It'd act to add a constant amount to your pulse widths, so as long as you calibrate it it shouldn't matter, though. Note that I'm not figuring out if the pulses are wide enough for the controller to measure or if there would be too many interrupts per second for the processor to handle. |
Re: PWM inputs?
Quote:
Thanks. I'll see what I can do, and I'll probably post my solution on here when (if?) I finish a PWM/analog converter. Bharat: http://www.robot-electronics.co.uk/s...CMPS032004.htm For gyro redundancy. Thanks to all, George |
Re: PWM inputs?
Quote:
Use DIO3 and use both rising and falling edges as interrupts. Read Port B within the interrupt handler to determine which edge you are processing... Mike |
Re: PWM inputs?
Quote:
-Kevin |
Re: PWM inputs?
Thanks a bunch. Unfortunately (should have posted about it before) we've decided to use an integrator on a gyro instead of a compass.
Thanks anyway, George |
| All times are GMT -5. The time now is 20:25. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi