Friday 6 October 2017

How do I use pin5 to control duty cycle of a 555 based PWM?


I have built a simple PWM using a 555 IC to drive a motor for an optical chopper and I want to be able to use the output of the chopper signal as a speed correction feedback for the PWM. I think I should be able to do this using pin 5 on the 555 chip but I have no real idea how to do it. The current idea is to take the signal from the chopper through a F/V converter, into some sort of comparator and then use that output to increase/decrease the duty cycle of the PWM to adjust the speed of the motor up or down. I think I'm on the right track, I just have no real idea how to go about doing it because I'm an astronomer who dabbles in electronics but doesn't have any real training in circuit design. Please help if you can.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...