for my project i was thinking of using 2 arduino motor shields (connected to the arduino uno) to control 3 DC motors.
IS THIS POSSIBLE? if it is then could someone please provide me with the code/link?
from what i've found so far, the arduino website says i can communicate between 2 arduino sets via a master-slave communication relationship. would this be possible for DC motors? how many bytes do i have to transmit? HELP PLEASEEEEEE
oh yes thanks but adafruit doesn't have its current sensor right? so if i wanna use the arduino motor shield which has its own current sensor then what's the coding like if i do the master-slave communication? like how many bytes am i suppose to send over if one arduino unit controls 2 dc motors while the other one controls just one dc motor
ORRR is there an easier alternative to implement a current sensor in that case i'll go for the adafruit
If you're not up for doing your own driver, you could stack two shields with a simple hand wired adapter to change the pins on the top one.
Depends how much space you've got.
anyway motor specs uh that one not confirmed yet but probably 12V?
just need to know whats the amount of bytes i'm supposed to give to the other arduino unit? i know its not helping much but hopefully you could provide a range of values?
is there a website i could go see regarding the coding?