mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Merge branch 'UNLEASHED' into 420
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Flipper Temperature Sensor - HTU21D / SI7021
|
||||
|
||||
[Original link](https://github.com/Mywk/FlipperTemperatureSensor)
|
||||
|
||||
## What is this?
|
||||
|
||||
A small app for the [Flipper Zero](https://flipperzero.one) that reads the [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) signal from a HTU21D or Si7021 sensor and displays the current temperature and humidity.
|
||||
|
||||
I'm using a [Sparkfun HTU21D sensor](https://learn.sparkfun.com/tutorials/htu21d-humidity-sensor-hookup-guide), also tested with a clone and with the Si7021 variant.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## How to Connect the sensor
|
||||

|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
App(
|
||||
appid="Si7021_Temperature_Sensor",
|
||||
name="[Si7021] Temperature Sensor",
|
||||
appid="HTU21D_Temperature_Sensor",
|
||||
name="[HTU21D] Temp Sensor",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="temperature_sensor_app",
|
||||
cdefines=["APP_TEMPERATURE_SENSOR"],
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 914 KiB |
Reference in New Issue
Block a user