-
Notifications
You must be signed in to change notification settings - Fork 20
SPI support? #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
we haven't gotten to it, but if you'd like to help we'd love a hand :) |
I'd like to contribute upon some additional details and understanding. Is there a place that I can start? |
@sakethramanujam you would need a sensor, do you have one? |
I'd need a sensor. Where can I procure one from? |
we sell them at adafruit, but you could get them anywhere as long as its an LSM6DS series |
Trying to find one at my local store and on e-stores. [EDIT] |
@pslade2 hello, any luck getting the sensor? thanks. :) |
Any update on this? |
I have a 4517 and 4565, currently wired for I2C and running. I checked out the LSM6DS code atGithub but as I posted here https://forums.adafruit.com/viewtopic.php?p=1049398#p1049398 " I'm not following (yet) how self.i2c_device is even used as it does not seem to be referenced" |
There is also an issue mentioned elsewhere of getting (near) simultaneous data from the two chips. It could use a helper function to grab all board data in one go, and document corresponding DRDY wire connection. At St there is some posting on this, like https://community.st.com/t5/mems-sensors/lsm6dsl-int2-lt-gt-lis3mdl-drdy-short-circuit/m-p/775622 Related to this, I2C "Fast Mode" appears to be 400kHz on the Pi driver, but the ST part supports "I²C fast mode +" of 1MHz, and this https://www.abelectronics.co.uk/kb/article/1/i2c-part-2-enabling-i2c-on-the-raspberry-pi, and the Camera Module docs, implies that the Zeros might be able to run at 1MHz. I'll try to test. |
FYI, I just added BTW the Pi Zero 2 W does show as "raspberrypi_zero2w" in |
I saw that there is an Arduino SPI library for this device. Are there plans to support SPI for this sensor in python as well?
The text was updated successfully, but these errors were encountered: