Ward_Programm3r

IMU resources

Nov 13th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Wire-FTC Documentation:
  2. http://olliesworkshops.blogspot.com/2015/11/arduino-wire-library-for-i2c-sensors.html
  3. http://olliesworkshops.blogspot.com/2015/10/ftc-i2c-sensor-illustrations.html
  4.  
  5. Wire-Arduino Documentation:
  6. http://playground.arduino.cc/Main/WireLibraryDetailedReference
  7. http://dsscircuits.com/articles/arduino-i2c-slave-guide
  8.  
  9. MPU Page:
  10. https://www.sparkfun.com/products/11486
  11. https://github.com/sparkfun/MPU-9150_Breakout/blob/master/firmware/MPU6050/MPU6050_6Axis_MotionApps20.h
  12. https://learn.sparkfun.com/tutorials/mpu-9150-hookup-guide
  13. http://playground.arduino.cc/Main/MPU-9150
  14.  
  15. MPU Documentation:
  16. http://www.i2cdevlib.com/docs/html/class_m_p_u6050.html (Relevant: GetMotion6 and GetMotion9)
  17.  
  18. MPU Datasheet (Note: Unreliable):
  19. https://cdn.sparkfun.com/datasheets/Sensors/IMU/MPU-9150-Datasheet.pdf
  20.  
  21. Imperial Robotics Adafruit IMU:
  22. https://github.com/ImperialRobotics/BoschIMU/blob/master/AdafruitIMU.java
  23.  
  24. FTC-Xtensible library:
  25. https://github.com/dmssargent/Xtensible-ftc_app/tree/master/FtcXtensible/src/main/java/org/ftccommunity/ftcxtensible
  26.  
  27.  
  28. Semi-relevant other-team code:
  29. https://github.com/5954-7032-FTC/FTC_MainLine_Mk2/blob/dbb9fd193cf2a5fa33547836615828474b438ae6/FtcRobotController/src/main/java/com/qualcomm/customsensors/IMUSensor.java
  30. https://github.com/ftctechnh/ftc_app/pull/76/files
Advertisement
Add Comment
Please, Sign In to add comment