Merge branch 'UNLEASHED' into 420

This commit is contained in:
RogueMaster
2022-10-20 17:19:57 -04:00
6 changed files with 20 additions and 13 deletions
@@ -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.
![Flipper Temperature Sensor](docs/Flipper.png)
![App](docs/App.png)
## How to Connect the sensor
![Connection](docs/Connection.png)
@@ -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