From 9cd59febea943e3f0e35555c4e4f4f2d4af1c5e8 Mon Sep 17 00:00:00 2001
From: V0lk3n <22322762+V0lk3n@users.noreply.github.com>
Date: Sun, 7 Aug 2022 14:00:00 +0200
Subject: [PATCH 1/2] Add Raspberry Pi Zero GPIO UART
---
GPIO/ReadMe.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/GPIO/ReadMe.md b/GPIO/ReadMe.md
index 1811dce90..5af695200 100644
--- a/GPIO/ReadMe.md
+++ b/GPIO/ReadMe.md
@@ -79,6 +79,29 @@ LoRa32: 4 (3.3V) -> FZ: 9 (3.3V)
Switch between UART Pins 13/14 and 15/16 setting in FlipperZero
`GPIO -> USB-UART Bridge -> LEFT -> UART Pins`
+# Raspberry Pi Zero UART
+
+![Rpi_Zero_GPIO](https://user-images.githubusercontent.com/22322762/183289015-45329e9c-83e0-4483-96a0-1b68552bfa3f.png)
+
+## Raspberry Pi Zero : Prerequisite
+
+Mount you'r SD Card to you'r computer and add the following line a the end of ```/boot/config.txt``` file.
+
+```
+enable_uart=1
+```
+
+Additionally you can look at the baudrate in the ```/boot/cmdline.txt``` file, which should be ```115200``` by default.
+
+## Raspberry Pi Zero : Pinout to Flipper Zero
+
+```
+PiZero: 4 (5V) -> FZ: 1 (5V)
+PiZero: 6 (GND) -> FZ: 11 (GND)
+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
From 64ef7748360289cad328f38bf24620bee37bc1cf Mon Sep 17 00:00:00 2001
From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
Date: Sun, 7 Aug 2022 15:48:53 -0700
Subject: [PATCH 2/2] Update ReadMe.md
---
GPIO/ReadMe.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/GPIO/ReadMe.md b/GPIO/ReadMe.md
index 5af695200..3f0c5064c 100644
--- a/GPIO/ReadMe.md
+++ b/GPIO/ReadMe.md
@@ -85,13 +85,11 @@ Switch between UART Pins 13/14 and 15/16 setting in FlipperZero
## Raspberry Pi Zero : Prerequisite
-Mount you'r SD Card to you'r computer and add the following line a the end of ```/boot/config.txt``` file.
+Mount your SD Card to your computer and add the following line at the end of `/boot/config.txt` file.
-```
-enable_uart=1
-```
+`enable_uart=1`
-Additionally you can look at the baudrate in the ```/boot/cmdline.txt``` file, which should be ```115200``` by default.
+Additionally you can look at the baudrate in the `/boot/cmdline.txt` file, which should be `115200` by default.
## Raspberry Pi Zero : Pinout to Flipper Zero