The previous response is correct. Let me elaborate a little more on his answer. 
The sensors that are available for the Arduino all have an interface that is 
used to communicate with them. Some use SPI, some I2C, some just a plain old 
analog to digital converter connection. The BBB does in fact have all of the 
communication protocols that the Arduino has. However, the libraries you get 
with the sensors for use in your Arduino will not work with the BBB. You will 
have to write your own drivers to communicate with those sensors.

As far as physical connections, all you need are some jumper wires to run from 
the shield pins to the header pins of the BBB. You won't be able to just plug 
it in as is, as the communication protocols needed are on different pins. 

Currently I am using the GPRS shield, the TFT shield, and the SD shield with my 
BBB. Finding the correct pins to connect them to was a breeze. Writing the code 
was more complex, but I use my BBB in bare metal mode. I'm sure the Linux 
drivers would be much easier ;)

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to