Pico Driver Motor HAT is a DC motor control module that is powered by one H-bridge IC L293D with the motor input supply range 6 V-24 V. It is designed to connect 2 DC motors or 1 stepper motor simultaneously that would help the user to make projects in a compact size with high efficiency.
L293D | PICO |
---|---|
L293D EN1 | GP17 |
L293D EN2 | GP16 |
L293D IN1 | GP21 |
L293D IN2 | GP20 |
L293D IN3 | GP19 |
L293D IN4 | GP18 |
- Raspberry Pi Pico Motor Driver HAT: (Buy it from : https://shop.sb-components.co.uk/products/pico-motor-driver )
- Raspberry Pi Pico (Buy it from : https://shop.sb-components.co.uk/collections/latest-collections/products/raspberry-pi-pico-board-with-header )
- USB Cable
- Jumper Cables (optional)
- Stack Raspberry Pi Pico on female header of Pico Motor Driver HAT.
- Connect USB cable on Raspberry Pi Pico USB port.
- Now use example code "Motor_Test.py" from Pico Motor Driver HAT's github repository in any micropython supported ide (preferred thonny ide).
- Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico).
- Click on green play button to run example of Pico Motor Driver HAT.