Encoders for Stingray #28980
Hello Parallax Community,
I am using the Stingray #28980 chassis and motors for a team project. We want to purchase encoders for the DC motors on board. The motors are Part #27950, 7.2VDC, 310RPM, and have a 6mm shaft. Does anyone know what encoders would work well/accurately and are easy to program using python libraries?
Regards,
Alberto Andrade
I am using the Stingray #28980 chassis and motors for a team project. We want to purchase encoders for the DC motors on board. The motors are Part #27950, 7.2VDC, 310RPM, and have a 6mm shaft. Does anyone know what encoders would work well/accurately and are easy to program using python libraries?
Regards,
Alberto Andrade
Comments
They have SPI versions which might be the best option for Python. Adapters for a range of shaft diameters.
Quadrature encoders are common enough that there should be suitable libraries in any platform you chose to use.
I'm not aware of a suitable encoder in the Parallax store but I linked to some options in my reply to your other post.
If you provide photos of the motors you're using, it would likely help people in identifying appropriate encoders.
It's generally frowned on (it's likely against forum rules) to post the same question in more than one post. Not a big deal. Just so you know for the future.
https://forums.parallax.com/discussion/134682/forum-rules-and-guidelines#latest
Well to be blunt; I consider python to be a dog of a language and just because it's the language du jour, doesn't make it "great".
I suggested SPI because there is no way that python will decode quadrature signals at a serious frequency. The SPI devices hold the actual count for when python gets around to asking for it. SSI is similar.
But if we are talking low resolution/velocity, that's a different story.
I need upwards of 1M counts/sec and I achieve this with the Prop, using PropBasic which I personally regard as high-level PASM....it's amazing...Kudos to the author, Terry Hitt (Bean)
Thank you Mickster! I like your honesty, I'm writing you in for PotUS!
"I heard..."