|
@@ -25,6 +25,8 @@ See early prototype [in action](https://www.youtube.com/watch?v=DdxAmmsYfMA).
|
|
|
|
|
|
|
|
## Hardware
|
|
## 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.
|
|
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:
|
|
Original idea:
|
|
@@ -42,6 +44,8 @@ Reality:
|
|
|
|
|
|
|
|
## Software
|
|
## 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:
|
|
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
|
|
cd applications/plugins
|