From 4966e1f8a6855ab70371da1d5088f1898d7ff1f6 Mon Sep 17 00:00:00 2001 From: Ivan Podogov Date: Fri, 11 Nov 2022 00:32:44 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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