Can the VMA401 board be used with a Raspberry PI

Can the VMA401 board be used with a Raspberry PI and has anyone developed the code in python to do so.

Thanks

Jerry Hoffman

Hello,

Please have a look at:

https://www.velleman.eu/support/downloads/?code=VMA401
https://en.wikipedia.org/wiki/ULN2003A

and type “uln2003 raspberry pi” in your search engine.

Regards.

Hello velgsh819,

Yes the VMA401 can be used with Raspberry PI.

For python code’s you can try these tutorials:

https://custom-build-robots.com/electronic/stepper-motor-28byj-48-uln2003a-controller-raspberry-pi-and-python/8862?lang=en

Best Regards,
Velleman Support

Hi…It’s critical to take note of that RPi.GPIO will set the GPIO port to be an information when it’s done (it sets to an information any port which the content set to a yield, and you need to set it to a yield before you can do anything with it, regardless of whether it previously was). As GPIO16 quits being a yield, control through the part interface will not work anymore.