Flippy Sensors ๐ฌ
October 3, 2024 ยท View on GitHub
flippy sensor is a WIP multi-sensor board for the flipper zero. It includes a SHT30 for temperature and humidity, a LSM6DS3TR-C for gyro and accelerometer and a PA1010D for GPS. A first batch is currently in production at JLCPCB.
It comes with an application to visualise data and log them on the SD card ๐พ !
The application
video demo : here
PCB renders

sensors list
- PA1010D: GPS/GNSS datasheet
- LSM6DS3TR-C: Accelerometer and gyroscope datasheet
- SHT30: Temperature and humidity datasheet
All sensors communicate with I2C
| sensor | I2C address |
|---|---|
| PA1010D | 0x10 |
| LSM6DS3TR-C | 0x6A |
| SHT30 | 0x44 |