Skip to content

Commit 4966e1f

Browse files
authored
Update README.md
1 parent 121b01e commit 4966e1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ See early prototype [in action](https://www.youtube.com/watch?v=DdxAmmsYfMA).
2525

2626
## Hardware
2727

28+
The custom module is using Bosch BMI160 accelerometer/gyroscope chip connected via I2C.
29+
2830
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.
2931

3032
Original idea:
@@ -42,6 +44,8 @@ Reality:
4244

4345
## Software
4446

47+
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
48+
4549
If you're familiar with Flipper applications, start in the [firmware](https://github.com/flipperdevices/flipperzero-firmware) checkout folder and do the following:
4650
```
4751
cd applications/plugins

0 commit comments

Comments
 (0)