I'm working with a research group on campus learning about robotics and automation. My current task is learning the insides and outs of the Arduino motor shield and combine it with a bluetooth shield.
We're using
this bluetooth shield and
this motor shield. If necessary, we also have access to
this motor shield.For the most part, my current code works with each board individually, but when I combine them, suddenly nothing works. Which leads me to the conclusion that there are pin conflicts. That being said, is there any way that I can get this to work? Any work arounds, etc.
For any curious, our ultimate goal for this project is to connect it to an Android phone via bluetooth, have the phone connected to and monitoring a Twitter feed, and parsing commands sent to that feed.
Thanks ahead.