mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 04:10:27 +00:00
commit
29ef6ce82b
@ -142,8 +142,6 @@ PiZero: 8 (UART0_TXD) -> FZ: 14 (RX)
|
|||||||
PiZero: 10 (UART0_RXD) -> FZ: 13 (TX)
|
PiZero: 10 (UART0_RXD) -> FZ: 13 (TX)
|
||||||
```
|
```
|
||||||
|
|
||||||
# Some other accessories to try with Flipper (Code needed!)
|
|
||||||
|
|
||||||
## HC-SR04 Ultrasonic Distance Sensor
|
## HC-SR04 Ultrasonic Distance Sensor
|
||||||
|
|
||||||
Plugin by Sanqui: https://github.com/Sanqui/flipperzero-firmware/blob/hc_sr04/applications/hc_sr04/hc_sr04.c
|
Plugin by Sanqui: https://github.com/Sanqui/flipperzero-firmware/blob/hc_sr04/applications/hc_sr04/hc_sr04.c
|
||||||
@ -161,6 +159,51 @@ Flipper -> GPIO -> USB-UART Bridge -> LEFT -> UART Pins
|
|||||||
```
|
```
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
## NMEA 0183 GPS
|
||||||
|
https://github.com/ezod/flipperzero-gps
|
||||||
|
```
|
||||||
|
GPIO pins 9 (3.3V), 11 (GND), 13 (TX), and 14 (RX)
|
||||||
|
```
|
||||||
|
![GPS NMEA 0183](https://github.com/ezod/flipperzero-gps/raw/main/wiring.png)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## i2c Tools (by NaejEL)
|
||||||
|
```
|
||||||
|
C0 -> SCL / C1 -> SDA / GND -> GND | 3v3 logic levels only!
|
||||||
|
```
|
||||||
|
https://github.com/NaejEL/flipperzero-i2ctools
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## HTU21D / SI7021 Temperature Sensor
|
||||||
|
```
|
||||||
|
GPIO pins 9 (3.3V), 11 (GND), 15 (sda), and 16 (scl)
|
||||||
|
```
|
||||||
|
https://github.com/Mywk/FlipperTemperatureSensor
|
||||||
|
![Temperature Sensor - HTU21D / SI7021](https://github.com/Mywk/FlipperTemperatureSensor/raw/master/images/Flipper.png)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## AM2320/AM2321 Temp. Sensor
|
||||||
|
```
|
||||||
|
GPIO pins 9 (3.3V), 11 (GND), 15 (sda), and 16 (scl)
|
||||||
|
```
|
||||||
|
https://github.com/xMasterX/AM2320_Flipper_Plugin
|
||||||
|
![Connection](https://user-images.githubusercontent.com/10697207/199586577-5c9cf516-2096-4d70-9e2f-1f9458a68d65.jpg)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## DHT11/22 Temp. Sensor
|
||||||
|
```
|
||||||
|
VCC (none, +, VCC, red wire) 1 (5V) or 9 (3V3)
|
||||||
|
GND (-, GND, black wire) 8, 18 (GND)
|
||||||
|
DATA (OUT, S, yellow wire) 2-7, 10, 12-17 (to choose from)
|
||||||
|
```
|
||||||
|
https://github.com/quen0n/FipperZero-DHT-Monitor
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
I've had so many asking for me to add this.<br>
|
I've had so many asking for me to add this.<br>
|
||||||
![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
|
![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user