I am having issues loading the UNO with the firmware. Can anyone tell me what software I can load onto the UNO in order to operate the L293D? I tried to use the SelectorFirmwareMK4.ino.with_bootloader.hex but I continue to get and error. "Arduino can only open its own sketches and other files ending in .ino or .pde.".
top of page
To test this feature, visit your live site.
Has anyone used the L293D Motor Driver Shield & Arduino?
Has anyone used the L293D Motor Driver Shield & Arduino?
30 comments
Like
30 Comments
bottom of page
I also found this doc that helps explain the pin out. https://playwithcircuit.com/l293d-motor-driver-shield-arduino-tutorial/ So the question becomes are we programming the pins on the Arduino or the L293 Motor shield? And what are they looking for regarding the label of the pin. Found this code on another site. Looks like the L293 has a forward and backward pin out. Is that what chameleon has as well?
Okay I have found the pin out I need. Can you help me understanding what the chameleon code functions do. And I will know what pins I need to in put.
I am lost. I don't know how many times I tried to start over with this. What file needs to be changed to adjust the pin out and what application are we changing it with? Do I need to add the AdaFruit Library? Will that work with your program? I have seen so many videos on the library's. had all of them installed and nothing worked. Cleaned it all off and started from scratch and getting no where fast. Tried to order your board from the suggested site and there is no CPL file for them to know where to install the parts off the BOM. Any help would be greatly appreciated. I am using this board? https://lastminuteengineers.com/l293d-motor-driver-shield-arduino-tutorial/ It seems to me that it would be perfect for this project. But I am having a hard time understanding most of the directions here. Seems to be filled with holes and dead ends.
I have work on projects in my time but this!!!! WOW! is all I can say.
Still having issues after uploading the firmware. The motors seem to want to move but don't ever really do. I figure it would really move after the loading starts but it does not seem to work. Are there some type of motor settings that can be or need to be entered in the code ? This device does require the adafruit library. I am wondering if the current Firmware works with the adafruit library?
Okay. Thank you Bill. That is done. I will have to figure out what connection pins I use for the trigger and test.
You're trying to load the wrong file... you need to use the Arduino IDE to load the SelectorFirmwareMk4.ino file... and then burn (using the > in the upper left tool bar) to the Uno.
Or, if you have the hex file, you need to use the AVRDude program to burn the hex file directly to the eeprom... but that's not recommended if you're using an Uno... just load the project and upload it to the Unoboard from the IDE.
Follow the guides for any Arduino project to load it to the Uno.
Bill