timing operations
bryce s.
Posts: 11
i am currently trying to construct a universal remote control from scratch, and i have been having trouble because the stamp's freqout command only operates in intervals of 1 ms. i was wondering if there is anyway to regulate this with a pulsout command but i have been unable to come up with a method of linking the two.
does anyone have any ideas on how to do this?
does anyone have any ideas on how to do this?
Comments
Post Edited (Mike Green) : 7/3/2009 3:12:20 AM GMT
can you explain what you mean exactly?
If that's not fine enough control for your application, you'll have to add external circuitry to give you finer control or switch to a completely different microcontroller like the Propeller or the SX, both of which are faster and have better control of timing.
Read the Wikipedia article on the 555 timer. There's also an example in the "IR Remote for the BoeBot robot" tutorial that you can find among the Parallax tutorials here: www.parallax.com/tabid/535/Default.aspx. You may find other useful information in the tutorial for your project.