**In the images I have forgotten to connect the battery pack. But even with the battery pack, it doesn't work.**
Article I Used: https://business.tutsplus.com/tutorials ... -cms-20051






Actually the L239D will work just fine from the pi using 3.3v gpio .OutoftheBOTS wrote: ↑Mon Sep 18, 2017 10:13 am
I did have a read of the datasheet for the h bridge that byour using and it seems that it is designed for 5v logic and requires at least 4.5v for the logic pins, the RPi is a 3.3v system so it will need a level shifter to shift it from 3.3v to 5v.
Thanks for the correction. I did look again and I was looking at supply voltage for the chip Vcc (4.5v - 7v) not the logic high voltage Vihif you read the data sheet again you will see the the logic supply is 5v as stated but it also says that the high for a logic input is 2.3v minimum and 7v maximum so a 3.3v high from the gpio is sufficient to be registered as a logic high by the L239D.