From 4936380159e340eabc9a744fae2ceac6bdf6815f Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 3 Aug 2022 02:03:33 -0700 Subject: [PATCH] Added LoRa ESP32 Wifi --- GPIO/ReadMe.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/GPIO/ReadMe.md b/GPIO/ReadMe.md index f849512c9..fdd3c2c79 100644 --- a/GPIO/ReadMe.md +++ b/GPIO/ReadMe.md @@ -49,3 +49,16 @@ ESP32: 3.3V -> FZ: 9 (3.3V) ***OR*** ESP32: 5V -> FZ: 1 (5V) Switch between UART Pins 13/14 and 15/16 setting in FlipperZero
`(GPIO -> USB-UART Bridge -> LEFT -> UART Pins)` + +# LoRa ESP32 Wifi (Wifi + Bluetooth + LoRa 433 MHz) + +![WIFI_LoRa_ESP32 to F0](https://user-images.githubusercontent.com/57457139/182568878-aef3ff21-2748-4ba3-9cdd-bc2f5d33b26d.jpg) + +## LoRa ESP32 Wifi Pinout to Flipper Zero (PENDING VERIFICATION) +LoRa32: 1 (RX0) -> FZ: 13 or 15 (these are TX pins)
+LoRa32: 2 (TX0) -> FZ: 14 or 16 (these are RX pins)
+LoRa32: 3 (GND) -> FZ: 8 or 11 or 18 (GND)
+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`