sparkfun / pdp-qwiic-micro-python

Repo to manage the logistics of micro python qwiic driver development
0 stars 0 forks source link

SparkFun 6 Degrees of Freedom Breakout - LSM6DSO #4

Open gigapod opened 10 months ago

gigapod commented 10 months ago

Board

SparkFun 6 Degrees of Freedom Breakout - LSM6DSO

Notes

Driver

sfe-SparkFro commented 10 months ago

Arduino library is ~2k lines of code, will take a while to convert and verify everything.

sfe-SparkFro commented 8 months ago

Implemented a simple port of the Arduino library, which only implements the core functionality (get data and set relevant settings) without the advanced features (interrupts, FIFO, tap detection, step counting, etc.). Those can be added later if desired.

https://github.com/sparkfun/Qwiic_LSM6DSO_Py/pull/1

Tested to work on both the XRP and XBee.

faludi commented 7 months ago

Working well on XBee. For now the basic features are all I need so we're set.