Help with ESP32 and Marauder.

lolalolita
Posts: 1
Joined: Sun Jan 29, 2023 3:09 pm

Help with ESP32 and Marauder.

Postby lolalolita » 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:

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)
I can't find anywhere in the arduino code how to change this. I have tried to add this line to the code of

Code: Select all

esp32_marauder.ino 

Code: Select all

Serial.begin(115200,SERIAL_8N1,16,17);
but I get no results... the serial console only shows me this message:

Code: Select all

load:0x40080400,len:3036
entry 0x400805e4
ESP-IDF version is: v4.4.3
ets Jul 29 2019 12:21:46
As I could force the use of RX2 and TX2 instead of the other, I appreciate the help in advance.

Who is online

Users browsing this forum: Baidu [Spider], PepeTheGreat and 64 guests