python code for getting quadrature encoder data
vaibhav
Posts: 25
hello guys,
I have ARLO robot and
I am controlling DHB10 motor control board serially using raspberry pi instead of a propeller board so how can I read encoders data.
can I get python code from someone or any suggestion on it
I have ARLO robot and
I am controlling DHB10 motor control board serially using raspberry pi instead of a propeller board so how can I read encoders data.
can I get python code from someone or any suggestion on it
Comments
That’s pretty much the difference between a microcontroller and a computer. A computer may be faster, but it cannot perform things in a deterministic time (reliably at repeatable time slots).
It’s just the same as a Windoze PC... Like when you are just writing a simple document in word or an email, and your pc appears to go to sleep (unresponsive) while the OS (Windoze) does a cleanup or phones home. Nothing you can do when this happens.