Motor Control With the L293D H-Bridge and the Micro:bit in Tinkercad*
by jwstynjao in Circuits > Microcontrollers
36 Views, 0 Favorites, 0 Comments
Motor Control With the L293D H-Bridge and the Micro:bit in Tinkercad*
 10.58.54 p.m..png)
In this instructable, you'll learn how to control DC motors using the L293D H-bridge and the Micro:bit board in Tinkercad. This circuit will allow you to drive motors in both directions and at different speeds, ideal for robotics and automation projects.
Supplies
PC with internet conection and tinkercad account.
Micro:bit Board
Micro:bit Expansion Module (optional, but recommended)
L293D Integrated Circuit
Breadboard
Connection Cables
External 5V Power Supply
DC Motor
Connecting the L293D to the Breadboard
 9.55.05 p.m..png)
 11.26.27 p.m..png)
Place the L293D in the center of the breadboard, making sure each side is on separate rows.
Distribute the power connections:
Connect pin 16 of the L293D to 5V.
Connect pin 8 of the L293D to the same 5V source.
Connect pins 4 and 5 of the L293D to GND.
Connect pins 12 and 13 of the L293D to GND.
Connect the L293D to the Micro:bit
 11.34.57 p.m..png)
Control Ports: Connect the Micro:bit pins to the L293D control pins:
Pin 0 of the Micro:bit → Pin 2 of the L293D (Input 1)
Pin 1 of the Micro:bit → Pin 7 of the L293D (Input 2)
Connecting Power:
Connect the 3V pin of the Micro:bit to Vcc of the L293D.
Connect GND of the Micro:bit to GND of the L293D.
Connecting the Motor
 11.45.27 p.m..png)
Connecting the Motor
Connect the L293D outputs to the motor terminals:
Pin 3 of the L293D → Motor Wire 1
Pin 6 of the L293D → Motor Wire 2
Make sure the external 5V power supply is properly connected to the circuit.
Programming in TinkerCad
 11.51.24 p.m..png)
Access Tinkercad.
Create a new project.
Add blocks to turn the motor on in one direction:
Digital write Pin 0 HIGH
Digital write Pin 1 LOW
To change the motor's direction:
Digital write Pin 0 LOW
Digital write Pin 1 HIGH
To stop the motor:
Digital write Pin 0 LOW
Digital write Pin 1 LOW
Enjoy Your Setup
Conclusion
By following these steps, you can control a motor with the L293D H-bridge and the Micro:bit in Tinkercad. You can expand this project to control more motors or add sensors for greater automation.
Ready to try it? Go ahead and customize it!
Incredible.
Watch Our Video Tutorial With the Step-by-step Instructions

By following these steps, you can control a motor with the L293D H-bridge and the Micro:bit in Tinkercad. You can expand this project to control more motors or add sensors for greater automation.
Ready to try it out? Feel free to customize it!
📢 Tip: Watch our step-by-step video tutorial and subscribe for more educational content. Don't miss out!