BMA42x Sensor API for MicroPython
Find a file
Francesco Gazzetta 2c41c396ad Update BMA423-Sensor-API URL
The BoschSensortech repo disappeared

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
2024-06-28 10:22:06 +02:00
BMA42X-Sensor-API BMA42X-Sensor-API: Add basic support for BMA425 step counters 2021-08-31 21:19:35 +01:00
BMA423-Sensor-API@e65f82683c Initial revision 2020-06-06 09:03:03 +01:00
examples examples: temperature: Translated from C 2020-06-06 21:48:18 +01:00
.gitignore Add a simple gitignore file 2020-06-06 20:09:06 +01:00
.gitmodules Update BMA423-Sensor-API URL 2024-06-28 10:22:06 +02:00
bma42x.c bma42x: Provide a means to check the chip id 2021-08-31 21:49:01 +01:00
micropython.mk BMA42X-Sensor-API: Add basic support for BMA425 step counters 2021-08-31 21:19:35 +01:00
README.md README: update link to repo 2023-05-01 23:21:28 +02:00

BMA42x Sensor API for MicroPython

Quickstart

In the directory containing your MicroPython external C modules try:

git clone https://github.com/wasp-os/bma42x-upy
cd bma42x-upy
git submodule update --init

After updating the submodules see BMA423-Sensor-API/README.md for more information about the driver.

Credits

Thanks to Aaron Christophel (ATCnetz) for doing the initial reverse engineering. bma42x-upy doesn't contain any code from Aaron but his work was hugely important in helping us understand how the hardware works.