diff --git a/GPIO/ReadMe.md b/GPIO/ReadMe.md
index 3e607df3..59734d3d 100644
--- a/GPIO/ReadMe.md
+++ b/GPIO/ReadMe.md
@@ -142,8 +142,6 @@ PiZero: 8 (UART0_TXD) -> FZ: 14 (RX)
 PiZero: 10 (UART0_RXD) -> FZ: 13 (TX)
 ```
 
-# Some other accessories to try with Flipper (Code needed!)
-
 ## HC-SR04 Ultrasonic Distance Sensor
 
 Plugin by Sanqui: https://github.com/Sanqui/flipperzero-firmware/blob/hc_sr04/applications/hc_sr04/hc_sr04.c
@@ -161,6 +159,43 @@ 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>
 ![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)