justcallmekoko / ESP32Marauder

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addition to the GPIO description for GPS Hardware for ESP32 Marauder FlipperZero

N4do5 opened this issue · comments

Hi,

in the description of the GPS hardware there is no reference to the ESP 32 on the Flipper Zero.
After looking at your code "GPS Stuff", GPIO 21 is used for tx and GPIO 9 for rx.
I don't know if it's because of my hardware, but I don't have the GPIO 9 on my ESP.

After analyzing the schematic I used GPIO 13 for rx and it works!

Can you please add "ESP32 Marauder Flipper" to the "Hardware GPS" section?

Marauder Flipper tx=IO21 | rx=IO13

I haven't changed your code, but GPIO 9 is GPIO 13 on my ESP.

Best regards and thumbs up for your great work!

N4do5