0 Members and 1 Guest are viewing this topic.
And Peteski, I deeply appreciate the plug.. But I must correct it. My throttle design does not use PWM. It uses half sine waves on top of smooth DC, and it varies the amplitude of the pulse so it goes away at higher throttle settings. But I side-stepped PWM because I didn't want it to screw up decoder-equipped engines trying to run in DC mode. (but thanks )
Ah ok. When I did the search your rather sizable thread about the throttle came up and I did a quick scan of the post where PMW was mentioned. It seemed to indicate that you used a Arduino to generate the PWM signal. But that might have just been a some early design considerations. It is on me for not being more thorough. Either way, your throttle is a very impressive product.
Chris, Is Rokuhan rc02 the name or brand? Just thought I would ask.
https://www.google.com/search?q=rokuhan+rc02+controller
Thank you again, sir!I did have to deal with PWM because PWM is what actually comes out of an Arduino pin if you use it as a D to A. So you get "0 to 5 volts" for a value between 0... 1023, but that is only the average DC based on the pulse width. In my case, I needed actual smooth DC to go into my analog throttle where the conventional pot control used to be, so I had to put a little RC filter across the PWM to get smooth DC between 0...5, and then run that through an opamp to make it 0...16v to go into my throttle ( fun, eh?)