You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ See early prototype [in action](https://www.youtube.com/watch?v=DdxAmmsYfMA).
25
25
26
26
## Hardware
27
27
28
+
The custom module is using Bosch BMI160 accelerometer/gyroscope chip connected via I2C.
29
+
28
30
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.
29
31
30
32
Original idea:
@@ -42,6 +44,8 @@ Reality:
42
44
43
45
## Software
44
46
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
+
45
49
If you're familiar with Flipper applications, start in the [firmware](https://github.com/flipperdevices/flipperzero-firmware) checkout folder and do the following:
0 commit comments