Skip to content

MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.

License

Notifications You must be signed in to change notification settings

ederjc/micropython_bmi270

 
 

Repository files navigation

MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.

This project was initially written by jposada202020 and is licensed under the MIT License.

I did only some minor changes to the examples to get it working on the Infineon PSOC6 AI Eval Kit using Infineon's PSOC6 MicroPython port.

Installation

To install directly using a Wi-Fi capable board:

import mip
mip.install("github:ederjc/micropython_bmi270")

Alternatively, use a tool of your choice to upload the folder micropython_bmi270 to the file system of your board.

Usage Example

Take a look at the examples directory.

Documentation

API documentation for this library can be found on Read the Docs.

About

MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%