reading Servo signals?
Delus123
Posts: 9
Now that I've got my robot running I'm wondering if it would be possible to read a signal comming from a servo controller whith the prop. ·i have an rc remote which i would like to use to control my robot the recever has eight servo chanels and i whould like to use at least two to control the movments of my quadroped.
Comments
its a work in progress (so many cool things - so little time), it uses some ASM to read the pulses on pins and outputs them serially to a PC console (hypertrm).· It would be easy to modify to use a tv interface or similar
James
1. when the remote is turned of i get random values usualy below 90_000
2. i get 960 returned quite regularly and i have no idea why
3. every once and a while it quits updating the value returned(when the value should be different and > 90_000) for a while but continues when i move the stick on the remote again.
and on top of all that it works with the simple test(test3.spin) program I've made but is some what random when i try to run my robot whith it(test2.spin) (it keeps giving lower values than it should be. whith the stick centered the value acording to test3.spin is ~200_000).· i'll try your code but i like using thing's i understand so i guess i'll have to start learning some asembly.
Post Edited (Delus123) : 12/20/2006 7:59:11 PM GMT