View Single Post
  #1   Spotlight this post!  
Unread 10-01-2014, 16:18
tinybob20 tinybob20 is offline
Registered User
AKA: Jeremy
FRC #1559 (DevilTech)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Victor
Posts: 18
tinybob20 is an unknown quantity at this point
Question Working with the ADXL345

Hi,

Our team has been trying to implement a ADXL345 accelerometer to use for a PID-controlled drive system. We tried to talk to to it over the basic I2C class, but it returned weird values when we moved it (30,-30,40,-40, etc). We tried to use the ADXL345_I2C class, but we couldn't even get it to return a value. Is there a special way this sensor needs to be created or set up? (if we can get it to work just using the basic I2C, we would be pretty happy.)

Any help appreciated.
Reply With Quote