diff --git a/README.md b/README.md index 1c455559fe9..9df0d69b0ca 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ See early prototype [in action](https://www.youtube.com/watch?v=DdxAmmsYfMA). ## Hardware +The custom module is using Bosch BMI160 accelerometer/gyroscope chip connected via I2C. + Take a look into the [schematic](https://github.com/ginkage/FlippAirMouse/tree/main/schematic) folder for Gerber, BOM and CPL files, so you can order directly from JLCPCB. Original idea: @@ -42,6 +44,8 @@ Reality: ## Software +The code is based on the original Bosch [driver](https://github.com/BoschSensortec/BMI160_driver/) and an orientation tracking implementation from the [Cardboard](https://github.com/googlevr/cardboard/tree/master/sdk/sensors) project + If you're familiar with Flipper applications, start in the [firmware](https://github.com/flipperdevices/flipperzero-firmware) checkout folder and do the following: ``` cd applications/plugins