What should happen after flashing? [n00b question] DIY Module

I’m trying to build my own ESP32+OLED+LoRa Module Ra-02 module.
Following this tutorial and this wiring

I have two problems:

  1. when I finish the web installer process, I don’t know what to do.
    Everything seems to be working fine (here is a screengrab) but I don’t see any BT device popping up.

  2. I have both iphone and androind:
    2.1) on iphone I see this super strange “bluetooth is off” notification (BT is on obvously). I’m running version 2.2.23 from 5 days ago)


    2.2) on android, I don’t see any device poppung up.

If I try to test the singular module, following this tutorial and the basic example from Sandeep Mistry on Arduino IDE I’m getting this on the serial port

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
LoRa Sender

Any help?
Sorry If I’ve put too many issues in one post

Be sure to check the serial logs with the CLI command meshtastic --noproto or any serial monitor on baud 115200 if there are any errors displayed.

Thanks, will follow this path of the CLI.

If I do what you say, it tells me:

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0

That doesn’t look correct, you should see a lot of debug messages.

Maybe try clicking “Full Erase and Install” in the Web Flasher.