-
Hi I'm working on a ESP32 open hardware bot: https://github.com/rosmo-robot/micro-bot/tree/master/Hardware/V2.11
Would your code support this hardware?
-
Hi Cocktailyogi,
do you think that it's possible to use an l293d motor shield for this project?
I think that this shield is perfect: 2 stepper, servo ports and it's incredibily cheap on ebay...
Thank…
-
From Edward - suggestion to look at using discrete transistors or FETs to reduce the costs.
-
Do you have a KiCAD PCB folder like the KiCAD PCB folder for the new version with TC4424, but for the old version with the L293D?
-
-
Code:
import l293d
door = l293d.DC(22, 18, 16)
door.stop()
Result:
File "/usr/local/lib/python2.7/dist-packages/l293d/driver.py", line 162, in stop
self.__move_motor(0, after, True…
-
The DC motor gets voltage (from VCC) even though VIN and/or the enable pin are 0. Check if this is by design or an error.
[L293D Tutorial](https://lastminuteengineers.com/l293d-dc-motor-arduino-tut…
-
Hello Pieter,
I have tried implementing very basic controls for a motorized fader myself. I can't get it to stop on point like your video shows. I then saw your website, and wanted to try your librar…
-
I can't find rpi-pwm directory in class, after the bootstrap so rpi gpio cant write in it. I'am using raspberry 2 and i trying to control dc motors with l293d ic.
I'm a bit confused, what i'm doing wr…
-
Please add support for motor shield Node MCU with L293DD (dual letter D) - https://www.aliexpress.com/item/5-PCS-ESP8266-WiFi-Motor-Impulsionada-Expansion-Board-L293D-ESP12E-Lua-A-Internet-Das-Coisas-…