From 9c264e24739b9190615f48e78f583f443ba3eca2 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:06:20 -0700 Subject: [PATCH] Added serial connection options --- Wifi_DevBoard/ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Wifi_DevBoard/ReadMe.md b/Wifi_DevBoard/ReadMe.md index 006f7545..649723ee 100644 --- a/Wifi_DevBoard/ReadMe.md +++ b/Wifi_DevBoard/ReadMe.md @@ -36,6 +36,11 @@ ESP32-S2 is the correct board if you are installing on the Flipper WiFi Dev Boar If you are using the Marauder OTA method, you shouldn't have to install any libraries.
The only other thing you should have to install is the boards for the ESP32 in the Arduino IDE and the drivers for the ESP32-S2. +You can connect to Marauder in a handful of ways (make sure qFlipper is CLOSED):
+- Through Flipper's USB-C on a computer ([PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) is good for Windows, find the COM port with [USB Device Tree View](https://www.uwe-sieber.de/usbtreeview_e.html).)
+- If you'd rather go direct to the devboard, plug it in directly and give PuTTY a go like above.
+- If you have an Android phone, many have had success with the [Serial USB Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal) app. + Commands `channel`, `scanap`, `sniffbeacon`, `sniffdeauth`, `sniffpmkid`, `stopscan`, `clearap`, `ssid`, `update` ------------------------------------------------------------------------------