Grove - 6-Axis Accelerometer&Gyroscope

Hey there,

i’m trying to connect the " Grove - 6-Axis Accelerometer&Gyroscope" to the Grove Pi, but there ist no documentation about this sensor.
It uses the LSM6DS3-Chip.

Has anybody played around with it and could show me a way how to get the gyro data?
Is there an example code in python?

Is there a compatible and documented sensor on the market?

Best wishes and thanks for your help!

Hi @baumeister,

I found something on Seeed’s page on their wiki:
http://wiki.seeedstudio.com/Grove-6-Axis_AccelerometerAndGyroscope/

If you scroll down the page you’ll see a link that takes you to a GitHub repo:

It looks like all they’ve got there is the C++ library, so you’ll need to do the translation to Python by yourself.

Thank you!