Help with ESP32 and Marauder.
Posted: Sun Jan 29, 2023 3:13 pm
I'm trying to build this project https://github.com/justcallmekoko/ESP32Marauder/ for use on an ESP32 Wroom and FlipperZero board.
This how Marauder is configured in terms of RX/TX:
I can't find anywhere in the arduino code how to change this. I have tried to add this line to the code of but I get no results... the serial console only shows me this message:
As I could force the use of RX2 and TX2 instead of the other, I appreciate the help in advance.
This how Marauder is configured in terms of RX/TX:
Code: Select all
ESP32: 3 (RX0) -> FZ: 13 or 15 (these are TX pins)
ESP32: 1 (TX0) -> FZ: 14 or 16 (these are RX pins)
I want to change to this:
ESP32: 17 (RX0) -> FZ: 13 or 15 (these are TX pins)
ESP32: 1 6(TX0) -> FZ: 14 or 16 (these are RX pins)
Code: Select all
esp32_marauder.ino
Code: Select all
Serial.begin(115200,SERIAL_8N1,16,17);
Code: Select all
load:0x40080400,len:3036
entry 0x400805e4
ESP-IDF version is: v4.4.3
ets Jul 29 2019 12:21:46