Skip to content

mwilliams03/Raspberry-Gyro-Acc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This code is released under the GNU General Public License.
  • Developed by Mark Williams
  • Created 28th April 2013

This program will enable your Raspberry Pi to read the values from a gyroscope and accelerometer and convert them to usable angles. Go here for more information; http://ozzmaker.com/guide-to-interfacing-a-gyro-and-accelerometer-with-a-raspberry-pi/

'#########################################

Updated and more indepth code can be found here (https://github.com/mwilliams03/BerryIMU)

'#########################################

Requires WiringPi

Compile with; gcc -o main -l rt main.c -lm

About

Reading IMU(accelerometer and gyro) with a raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages