Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akimach/lsm9ds1_raspberrypi_library

RaspberryPi library for the LSM9DS1 9DOF IMU
https://github.com/akimach/lsm9ds1_raspberrypi_library

lsm9ds1 lsm9ds1-raspberrypi-library raspberry raspberry-pi raspberry-pi-3

Last synced: about 2 months ago
JSON representation

RaspberryPi library for the LSM9DS1 9DOF IMU

Awesome Lists containing this project

README

        

SparkFun LSM9DS1 RaspberryPI Library
===

Porting [SparkFun_LSM9DS1_Arduino_Library](https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library) to Raspberry Pi

LSM9DS1

[LSM9DS1 Breakout Board (SEN-13284)](https://www.sparkfun.com/products/13284)

This library supports only I2C.

## Requirement

* [WiringPi](http://wiringpi.com/)

```
$ sudo apt-get install libi2c-dev
$ git clone git://git.drogon.net/wiringPi
$ cd wiringPi
$ git pull origin
$ ./build
```

## Install

```
$ git clone https://github.com/akimach/LSM9DS1_RaspberryPi_Library.git
$ cd LSM9DS1_RaspberryPi_Library
$ make
$ sudo make install
```

## Python version

```
$ cd LSM9DS1_RaspberryPi_Library/example
$ sudo python LSM9DS1_Basic_I2C.py
```