Hello,
Im new to arduino and was wonderkng if anyone could tell me how to run two motors from the motor shield over bluetooth if this is possible.
Many Thanks
Jamie
Hello,
Im new to arduino and was wonderkng if anyone could tell me how to run two motors from the motor shield over bluetooth if this is possible.
Many Thanks
Jamie
Certainly possible - but first split it into two separate problems:
Talking to Arduino over bluetooth.
Driving a motor from an Arduino. Then extend to two motors.
Finally combine the parts.
So search the playground and forums for information - if you get stuck you'lll have some more specific
questions which can be answered. Without more details of specific hardware and what you want to do its hard
to give any more useful advice - find example sketchs for each piece of hardware separately and look at how they
work...