hello....i have an ESC withe me..but i dont have a ready made remote control system,,..instead of that im using a home made remote control,made from 433Mhz rf module...now i need a circuit to generate PWM signals for my ESC....just need the mazximum throttle and off condition....pls help me....
You can use microcontroller like atmega 16 to generate PWM signals
can I use PIC??...i dont have a programmer for atmega...:(
Any microcontroller that provided timer can be used. Refer datasheet of your microcontroller for timer feature.
Something along these lines.
http://www.pages.drexel.edu/~kws23/tutorials/PWM/PWM.html
you can ven use a 555 chip for doing the needful-sanjay
Hi
Just go through the thread and related links. You will get them.
But you need an RF Blocker to receiver module for noise suppression due to motor commutation.
http://www.rcindia.org/radios-and-receivers/simplest-tx-rx-diy-anyone-interested/msg51753/#msg51753
Hey fellas,
Whats the difference if we give 50Hz PWM to 30 Amp ESC and 500Hz PWM to the same ESC..??
And what will be the effect on quadrotor if I use 3 ESCs of 30Amps and one of 25 Amps..??
If i have understood correctly. I don't think the frequency really matters, its the duty cycle of the pulses you send which makes the esc move.
Who tell that frequency does not matters ?
Frequency matters as after LPF, 10 pulse time required to response the error signal. So higher the frequency, faster be the response.
Moreover, with High frequency, the LPF (Low Pass Filter) circuit weight become less (for low L & C value required to achieve same dB/Dec) and circuit weight minimizes.
Again, jerk reduces (or smooths) at the motor.
Drawbacks of higher frequency switchings are.
1. Higher speed MOS switch, and free wheeling diode required (+you get low loss, -Price is high)
2. High frequency noise disturbs RF Communication. So, good filters in power line required.
So, a trade off is always done while selecting the switching frequency. So, better go for a tested circuit. While replacing any part, try to select the most nearest available one.
Thanks