Hi there,
I am trying to set up a Microstack accelerometer for Raspberry Pi as part of a school project. I have connected it to the pi via a baseboard and have had a bit of trouble in getting it started.
There are 2 issues I have encountered, firstly using 'sudo i2cdetect -y 1' it doesn't show up that the accelerometer is connected. I have enabled the I2C interface but couldn't find where to set the I2C kernel module to load by default.
The second is that when I run 'import microstacknode.hardware.accelerometer.mma8452q' I get the following:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/microstacknode/hardware/accelerometer/mma8452q.py", line 3, in <module>
from microstackcommon.i2c import I2CMaster, writing_bytes, writing, reading
ImportError: No module named 'microstackcommon'
Thanks for any help.