10 DOF and BeagleBoard Black

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
tikot
 
Posts: 1
Joined: Mon May 26, 2014 6:30 pm

10 DOF and BeagleBoard Black

Post by tikot »

How would be best to connect 10 DOF to BeagleBoard Black? Any suggestions on where I can start?

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: 10 DOF and BeagleBoard Black

Post by adafruit_support_mike »

The hardware connections use I2C, so that isn't too hard.

On the software side, our Adafruit_BBIO library provides a basic interface for programming the BBB's I2C, SPI, and UART interfaces in Python.

The challenge would be in getting code to communciate with the chips. You can use our Arduino libraries for the L3GD20, LSM303, and BMP180 as a working reference, but we don't have code that supports those devices on the BBB directly.

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”