uasyncio parralel threading seems to not work

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
zaord
Posts: 96
Joined: Fri Jan 31, 2020 3:56 pm

Re: uasyncio parralel threading seems to not work

Post by zaord » Wed Aug 12, 2020 5:15 pm

Hi peter ! Do you know reference of good microcontroller ?

Best Regards,

Ewen

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Stepper motor drivers

Post by pythoncoder » Thu Aug 13, 2020 6:40 am

I'm not exactly up to date on this. I last drove stepper motors about 45 years ago ;)

I guess something like this should do. It's designed for Raspberry Pi, but as far as I can see it's just an I2C interface.

Ideally you want a driver that allows you to control acceleration and deceleration as well as target position as inertial loads can be problematic.

Perhaps someone will come up with alternatives.
Peter Hinch
Index to my micropython libraries.

Post Reply