Device crash and reboots after trying to configure

Hello, I have a custom esp32 with ra-01SH (running meshtastic_diy-v1 fw v 2.2.14.) the connection is according to Nanovhf diy meshtastic(GitHub - NanoVHF/Meshtastic-DIY). Also I flashed the board using web flasher.

For unknown reason it keeps rebooting everytime i tried to set the region or any config, after it boots nothing changed at all. After looking at the logs and console i saw this

INFO | ??:??:?? 23 [Router] Received Admin from=0x0, id=0x7520619c, portnum=6, payloadlen=17
INFO | ??:??:?? 23 [Router] Client is setting the config
INFO | ??:??:?? 23 [Router] Setting config: LoRa
INFO | ??:??:?? 23 [Router] Saving changes to disk
DEBUG | ??:??:?? 23 [Router] Expanding short PSK #1
INFO | ??:??:?? 23 [Router] Wanted region 1, using US
DEBUG | ??:??:?? 23 [Router] (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=0, time 231 ms
DEBUG | ??:??:?? 23 [Router] (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=253, time 2115 ms
INFO | ??:??:?? 23 [Router] Radio freq=906.875, config.lora.frequency_offset=0.000
INFO | ??:??:?? 23 [Router] From Radio onread
INFO | ??:??:?? 23 [Router] Set radio: region=US, name=LongFast, config=0, ch=19, power=30
INFO | ??:??:?? 23 [Router] Radio myRegion->freqStart → myRegion->freqEnd: 902.000000 → 928.000000 (26.000000 mhz)
INFO | ??:??:?? 23 [Router] Radio myRegion->numChannels: 104 x 250.000kHz
INFO | ??:??:?? 23 [Router] Radio channel_num: 20
INFO | ??:??:?? 23 [Router] Radio frequency: 906.875000
INFO | ??:??:?? 23 [Router] Slot time: 42 msec
INFO | ??:??:?? 23 [Router] getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 23 [Router] SX126x standby failed with error -707

assert failed: void SX126xInterface::setStandby() [with T = SX1262] SX126xInterface.cpp:214 (err == RADIOLIB_ERR_NONE)

Backtrace: 0x4008447d:0x3ffd8da0 0x40096de5:0x3ffd8dc0 0x4009d2bd:0x3ffd8de0 0x400e33c2:0x3ffd8f10 0x400e3073:0x3ffd8f30 0x40224ebf:0x3ffd8f50 0x40224c8d:0x3ffd8f70 0x400e3feb:0x3ffd8f90 0x400f01e8:0x3ffd8fb0 0x400f02c3:0x3ffd8fd0 0x400f10e9:0x3ffd8ff0 0x400f005a:0x3ffd91f0 0x400e384e:0x3ffd93f0 0x400e8e59:0x3ffd9430 0x400e8f41:0x3ffd9450 0x400e8f5d:0x3ffd9470 0x400e8591:0x3ffd94a0 0x400d611a:0x3ffd94c0 0x4010339d:0x3ffd94e0 0x400e0932:0x3ffd9510 0x4013b23d:0x3ffd9530

ELF file SHA256: 45e7be94d97ebd6c

E (26646) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting…
ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13192
load:0x40080400,len:3028
entry 0x400805e4
E (843) esp_core_dump_flash: No core dump��ѥѥ���found!
E (843) esp_core_dump_flash: No core dump partition found!
[ 12][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480 / 2 = 240 Mhz, APB: 80000000 Hz
��@INFO | ??:??:?? 0

//\ E S H T /\ S T / C

INFO | ??:??:?? 0 Booted, wake cause 0 (boot count 1), reset_reason=reset
DEBUG | ??:??:?? 0 Filesystem files (495616/1048576 Bytes):
DEBUG | ??:??:?? 0 /prefs/channels.proto (53 Bytes)
DEBUG | ??:??:?? 0 /prefs/db.proto (120 Bytes)
DEBUG | ??:??:?? 0 /static/.gitkeep (0 Bytes)
DEBUG | ??:??:?? 0 /static/Logo_Black.svg.gz (592 Bytes)
DEBUG | ??:??:?? 0 /static/Logo_White.svg.gz (600 Bytes)
DEBUG | ??:??:?? 0 /static/apple-touch-icon.png.gz (3162 Bytes)
DEBUG | ??:??:?? 0 /static/favicon.ico.gz (2221 Bytes)
DEBUG | ??:??:?? 0 /static/icon.svg.gz (842 Bytes)
DEBUG | ??:??:?? 0 /static/index-4c6bb78f.css.gz (17156 Bytes)
DEBUG | ??:??:?? 0 /static/index-a77a21e0.js.gz (205078 Bytes)
DEBUG | ??:??:?? 0 /static/index-fc2e9253.js.gz (347 Bytes)
DEBUG | ??:??:?? 0 /static/index.html.gz (546 Bytes)
DEBUG | ??:??:?? 0 /static/maplibre-gl-282f41f2.js.gz (207180 Bytes)
DEBUG | ??:??:?? 0 /static/robots.txt.gz (42 Bytes)
DEBUG | ??:??:?? 0 /static/site.webmanifest.gz (196 Bytes)
[ 444][I][esp32-hal-i2c.c:75] i2cInit(): Initialising I2C Master: sda=21 scl=22 freq=100000
DEBUG | ??:??:?? 0 Using analog input 35 for battery level
INFO | ??:??:?? 0 ADCmod: ADC characterization based on reference voltage stored in eFuse
INFO | ??:??:?? 0 Scanning for i2c devices…
[ 471][W][Wire.cpp:301] begin(): Bus already started in Master Mode.
DEBUG | ??:??:?? 0 Scanning for i2c devices on port 1
DEBUG | ??:??:?? 0 I2C device found at address 0x3c
INFO | ??:??:?? 0 ssd1306 display found
INFO | ??:??:?? 0 ssd1306 display found
DEBUG | ??:??:?? 0 0x4 subtype probed in 2 tries
INFO | ??:??:?? 0 1 I2C devices found
DEBUG | ??:??:?? 0 acc_info = 0
INFO | ??:??:?? 0 Meshtastic hwvendor=39, swver=2.2.14.57542ce
DEBUG | ??:??:?? 0 Setting random seed 2165085598
DEBUG | ??:??:?? 0 Total heap: 190440
DEBUG | ??:??:?? 0 Free heap: 155964
DEBUG | ??:??:?? 0 Total PSRAM: 0
DEBUG | ??:??:?? 0 Free PSRAM: 0
DEBUG | ??:??:?? 0 NVS: UsedEntries 90, FreeEntries 540, AllEntries 630, NameSpaces 3
DEBUG | ??:??:?? 0 Setup Preferences in Flash Storage
DEBUG | ??:??:?? 0 Number of Device Reboots: 28
DEBUG | ??:??:?? 0 OTA firmware version 0.2.1.2fbe7fc
INFO | ??:??:?? 0 Initializing NodeDB
INFO | ??:??:?? 0 Loading /prefs/db.proto
INFO | ??:??:?? 0 Loaded saved devicestate version 22
[ 581][E][vfs_api.cpp:105] open(): /littlefs/prefs/config.proto does not exist, no permits for creation
INFO | ??:??:?? 0 No /prefs/config.proto preferences found
INFO | ??:??:?? 0 Installing default LocalConfig
INFO | ??:??:?? 0 Setting default channel and radio preferences!
DEBUG | ??:??:?? 0 Expanding short PSK #1
INFO | ??:??:?? 0 Wanted region 0, using UNSET
[ 612][E][vfs_api.cpp:105] open(): /littlefs/prefs/module.proto does not exist, no permits for creation
INFO | ??:??:?? 0 No /prefs/module.proto preferences found
INFO | ??:??:?? 0 Installing default ModuleConfig
INFO | ??:??:?? 0 Loading /prefs/channels.proto
INFO | ??:??:?? 0 Loaded saved channelFile version 22
[ 660][E][vfs_api.cpp:105] open(): /littlefs/oem/oem.proto does not exist, no permits for creation
INFO | ??:??:?? 0 No /oem/oem.proto preferences found
DEBUG | ??:??:?? 0 cleanupMeshDB purged 0 entries
WARN | ??:??:?? 0 Using nodenum 0xf2575724
DEBUG | ??:??:?? 0 Number of Device Reboots: 28
DEBUG | ??:??:?? 0 Expanding short PSK #1
INFO | ??:??:?? 0 Wanted region 0, using UNSET
DEBUG | ??:??:?? 0 region=0, NODENUM=0xf2575724, dbsize=1
INFO | ??:??:?? 0 Saving /prefs/db.proto
WARN | ??:??:?? 0 SPI.begin(SCK=5, MISO=19, MOSI=27, NSS=18)
DEBUG | ??:??:?? 0 Read RTC time as 25
INFO | ??:??:?? 0 Setting GPS power=1
DEBUG | ??:??:?? 0 WANT GPS=1
INFO | ??:??:?? 0 Setting GPS power=1
DEBUG | ??:??:?? 0 Using GPIO12 for GPS RX
DEBUG | ??:??:?? 0 Using GPIO15 for GPS TX
DEBUG | ??:??:?? 0 NeighborInfoModule is disabled
INFO | ??:??:?? 0 External Notification Module Disabled
INFO | ??:??:?? 0 Turning on screen
DEBUG | ??:??:?? 0 Module wants a UI Frame
DEBUG | ??:??:?? 0 Module wants a UI Frame
WARN | ??:??:?? 0 RF95Interface(cs=18, irq=26, rst=23, busy=33)
INFO | ??:??:?? 0 Starting meshradio init…
DEBUG | ??:??:?? 0 (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=0, time 231 ms
DEBUG | ??:??:?? 0 (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=253, time 2115 ms
INFO | ??:??:?? 0 Radio freq=906.875, config.lora.frequency_offset=0.000
INFO | ??:??:?? 0 Set radio: region=UNSET, name=LongFast, config=0, ch=19, power=30
INFO | ??:??:?? 0 Radio myRegion->freqStart → myRegion->freqEnd: 902.000000 → 928.000000 (26.000000 mhz)
INFO | ??:??:?? 0 Radio myRegion->numChannels: 104 x 250.000kHz
INFO | ??:??:?? 0 Radio channel_num: 20
INFO | ??:??:?? 0 Radio frequency: 906.875000
INFO | ??:??:?? 0 Slot time: 42 msec
INFO | ??:??:?? 0 Set radio: final power level=20
INFO | ??:??:?? 1 RF95 init result -2
INFO | ??:??:?? 1 Frequency set to 906.875000
INFO | ??:??:?? 1 Bandwidth set to 250.000000
INFO | ??:??:?? 1 Power output set to 20
WARN | ??:??:?? 1 Failed to find RF95 radio
WARN | ??:??:?? 1 SX126xInterface(cs=18, irq=33, rst=23, busy=32)
DEBUG | ??:??:?? 1 SX126X_DIO3_TCXO_VOLTAGE defined, using DIO3 as TCXO reference voltage at 1.800000 V
INFO | ??:??:?? 1 Starting meshradio init…
DEBUG | ??:??:?? 1 (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=0, time 231 ms
DEBUG | ??:??:?? 1 (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=253, time 2115 ms
INFO | ??:??:?? 1 Radio freq=906.875, config.lora.frequency_offset=0.000
INFO | ??:??:?? 1 Set radio: region=UNSET, name=LongFast, config=0, ch=19, power=30
INFO | ??:??:?? 1 Radio myRegion->freqStart → myRegion->freqEnd: 902.000000 → 928.000000 (26.000000 mhz)
INFO | ??:??:?? 1 Radio myRegion->numChannels: 104 x 250.000kHz
INFO | ??:??:?? 1 Radio channel_num: 20
INFO | ??:??:?? 1 Radio frequency: 906.875000
INFO | ??:??:?? 1 Slot time: 42 msec
INFO | ??:??:?? 1 Set radio: final power level=22
INFO | ??:??:?? 1 SX126x init result -707
INFO | ??:??:?? 1 Frequency set to 906.875000
INFO | ??:??:?? 1 Bandwidth set to 250.000000
INFO | ??:??:?? 1 Power output set to 22
DEBUG | ??:??:?? 1 Current limit set to 140.000000
DEBUG | ??:??:?? 1 Current limit set result 0
DEBUG | ??:??:?? 1 Setting DIO2 as not RF switch
DEBUG | ??:??:?? 1 Using MCU pin -1 as RXEN and pin 13 as TXEN to control RF switching
INFO | ??:??:?? 1 Set RX gain to boosted mode; result: 0
INFO | ??:??:?? 1 SX1262 Radio init succeeded, using SX1262 radio
INFO | ??:??:?? 1 Not using WIFI
DEBUG | ??:??:?? 1 (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=237, time 2000 ms
DEBUG | ??:??:?? 1 LoRA bitrate = 118.500000 bytes / sec
INFO | ??:??:?? 1 PowerFSM init, USB power=1
DEBff�??:??:?? 1 Enter state: BOOT
[ 1467][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 320 / 4 = 80 Mhz, APB: 80000000 Hz
DEBUG | ??:??:?? 1 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 1 [Screen] Screen: Started…
DEBUG | ??:??:?? 1 [GPS] Probing for GPS at 9600
WARN | ??:??:?? 2 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 9600
INFO | ??:??:?? 2 [RangeTestModule] Range Test Module - Disabled
INFO | ??:??:?? 4 [PowerFSM] Initialise the NimBLE bluetooth module
DEBUG | ??:??:?? 5 [GPS] Probing for GPS at 4800
DEBUG | ??:??:?? 5 [GPS] Setting Baud to 4800
INFO | ??:??:?? 6 [GPS] BLE authentication complete
WARN | ??:??:?? 6 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 4800
INFO | ??:??:?? 6 [Screen] Done with boot screen…
DEBUG | ??:??:?? 6 [Screen] showing standard frames
DEBUG | ??:??:?? 6 [Screen] Showing 0 module frames
DEBUG | ??:??:?? 6 [Screen] Total frame count: 103
DEBUG | ??:??:?? 6 [Screen] Added modules. numframes: 0
DEBUG | ??:??:?? 6 [Screen] Finished building frames. numframes: 2
INFO | ??:??:?? 8 From Radio onread
INFO | ??:??:?? 8 To Radio onwrite
INFO | ??:??:?? 8 Client wants config, nonce=17
INFO | ??:??:?? 8 Starting API client config
INFO | ??:??:?? 8 From Radio onread
INFO | ??:??:?? 8 getFromRadio=STATE_SEND_MY_INFO
DEBUG | ??:??:?? 8 encoding toPhone packet to phone variant=3, 14 bytes
INFO | ??:??:?? 8 From Radio onread
INFO | ??:??:?? 8 getFromRadio=STATE_SEND_METADATA
DEBUG | ??:??:?? 8 encoding toPhone packet to phone variant=13, 31 bytes
DEBUG | ??:??:?? 8 [GPS] Probing for GPS at 38400
DEBUG | ??:??:?? 8 [GPS] Setting Baud to 38400
INFO | ??:??:?? 8 [GPS] From Radio onread
INFO | ??:??:?? 8 [GPS] getFromRadio=STATE_SEND_NODEINFO
INFO | ??:??:?? 8 [GPS] nodeinfo: num=0xf2575724, lastseen=0, id=!f2575724, name=Meshtastic 5724
DEBUG | ??:??:?? 8 [GPS] encoding toPhone packet to phone variant=4, 58 bytes
INFO | ??:??:?? 8 [GPS] From Radio onread
INFO | ??:??:?? 8 [GPS] getFromRadio=STATE_SEND_NODEINFO
INFO | ??:??:?? 8 [GPS] Done sending nodeinfos
INFO | ??:??:?? 8 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 8 [GPS] encoding toPhone packet to phone variant=10, 9 bytes
INFO | ??:??:?? 8 [GPS] From Radio onread
INFO | ??:??:?? 8 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 8 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CHANNELS
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=10, 6 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=5, 11 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=5, 23 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=5, 17 bytes
INFO | ??:??:?? 9 [GPS] From Radio onread
INFO | ??:??:?? 9 [GPS] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 9 [GPS] encoding toPhone packet to phone variant=5, 20 bytes
INFO | ??:??:?? 10 [GPS] From Radio onread
INFO | ??:??:?? 10 [GPS] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 10 [GPS] encoding toPhone packet to phone variant=5, 7 bytes
WARN | ??:??:?? 10 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 38400
INFO | ??:??:?? 10 [Screen] From Radio onread
INFO | ??:??:?? 10 [Screen] getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 10 [Screen] encoding toPhone packet to phone variant=5, 14 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_CONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=5, 10 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 53 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 10 From Radio onread
INFO | ??:??:?? 10 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 10 encoding toPhone packet to phone variant=9, 13 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 11 [Screen] From Radio onread
INFO | ??:??:?? 11 [Screen] getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 4 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 7 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 12 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_MODULECONFIG
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=9, 8 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_COMPLETE_ID
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=7, 2 bytes
INFO | ??:??:?? 11 From Radio onread
INFO | ??:??:?? 11 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 11 encoding toPhone packet to phone variant=11, 6 bytes
INFO | ??:??:?? 11 From Radio onread
DEBUG | ??:??:?? 12 [GPS] Probing for GPS at 57600
DEBUG | ??:??:?? 12 [GPS] Setting Baud to 57600
WARN | ??:??:?? 13 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 57600
DEBUG | ??:??:?? 15 [GPS] Probing for GPS at 115200
DEBUG | ??:??:?? 15 [GPS] Setting Baud to 115200
WARN | ??:??:?? 16 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 115200
DEBUG | ??:??:?? 18 [GPS] Probing for GPS at 9600
DEBUG | ??:??:?? 18 [GPS] Setting Baud to 9600
WARN | ??:??:?? 20 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 9600
DEBUG | ??:??:?? 21 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 22 [GPS] Probing for GPS at 9600
WARN | ??:??:?? 23 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 9600
DEBUG | ??:??:?? 25 [GPS] Probing for GPS at 4800
DEBUG | ??:??:?? 25 [GPS] Setting Baud to 4800
WARN | ??:??:?? 26 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 4800
DEBUG | ??:??:?? 28 [GPS] Probing for GPS at 38400
DEBUG | ??:??:?? 28 [GPS] Setting Baud to 38400
WARN | ??:??:?? 30 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 38400
INFO | ??:??:?? 30 [NodeInfoModule] Sending our nodeinfo to mesh (wantReplies=1)
INFO | ??:??:?? 30 [NodeInfoModule] sending owner !f2575724/Meshtastic 5724/5724
DEBUG | ??:??:?? 30 [NodeInfoModule] Initial packet id 1412763865, numPacketId 4294967295
DEBUG | ??:??:?? 30 [NodeInfoModule] Update DB node 0xf2575724, rx_time=0, channel=0
DEBUG | ??:??:?? 30 [NodeInfoModule] handleReceived(LOCAL) (id=0x543510db fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)
DEBUG | ??:??:?? 30 [NodeInfoModule] No modules interested in portnum=4, src=LOCAL
DEBUG | ??:??:?? 30 [NodeInfoModule] localSend to channel 0
DEBUG | ??:??:?? 30 [NodeInfoModule] Add packet record (id=0x543510db fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=4 WANTRESP priority=10)
DEBUG | ??:??:?? 30 [NodeInfoModule] Expanding short PSK #1
DEBUG | ??:??:?? 30 [NodeInfoModule] Using AES128 key!
DEBUG | ??:??:?? 30 [NodeInfoModule] ESP32 crypt fr=f2575724, num=543510db, numBytes=50!
WARN | ??:??:?? 30 [NodeInfoModule] send - lora tx disable because RegionCode_Unset
INFO | ??:??:?? 30 Telling client we have new packets 2
INFO | ??:??:?? 30 BLE notify fromNum
INFO | ??:??:?? 31 From Radio onread
INFO | ??:??:?? 31 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 31 encoding toPhone packet to phone variant=11, 14 bytes
INFO | ??:??:?? 31 From Radio onread
DEBUG | ??:??:?? 32 [GPS] Probing for GPS at 57600
DEBUG | ??:??:?? 32 [GPS] Setting Baud to 57600
WARN | ??:??:?? 33 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 57600
DEBUG | ??:??:?? 35 [GPS] Probing for GPS at 115200
DEBUG | ??:??:?? 35 [GPS] Setting Baud to 115200
WARN | ??:??:?? 37 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 115200
DEBUG | ??:??:?? 39 [GPS] Probing for GPS at 9600
DEBUG | ??:??:?? 39 [GPS] Setting Baud to 9600
WARN | ??:??:?? 40 [GPS] Failed to find UBlox & MTK GNSS Module using baudrate 9600
WARN | ??:??:?? 40 [GPS] Giving up on GPS probe and setting to 9600.
DEBUG | ??:??:?? 41 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
INFO | ??:??:?? 45 [DeviceTelemetryModule] (Sending): air_util_tx=0.000000, channel_utilization=0.000000, battery_level=0, voltage=0.000000
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] updateTelemetry LOCAL
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Node status update: 1 online, 1 total
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] showing standard frames
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Showing 0 module frames
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Total frame count: 103
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Added modules. numframes: 0
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Finished building frames. numframes: 2
INFO | ??:??:?? 45 [DeviceTelemetryModule] Sending packet to mesh
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Update DB node 0xf2575724, rx_time=0, channel=0
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] handleReceived(LOCAL) (id=0x543510dc fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] No modules interested in portnum=67, src=LOCAL
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] localSend to channel 0
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Add packet record (id=0x543510dc fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Expanding short PSK #1
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Using AES128 key!
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] ESP32 crypt fr=f2575724, num=543510dc, numBytes=11!
WARN | ??:??:?? 45 [DeviceTelemetryModule] send - lora tx disable because RegionCode_Unset
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Using channel 0 (hash 0x8)
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Expanding short PSK #1
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] Using AES128 key!
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] ESP32 crypt fr=f2575724, num=543510dc, numBytes=11!
DEBUG | ??:??:?? 45 [DeviceTelemetryModule] decoded message (id=0x543510dc fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
INFO | ??:??:?? 45 Telling client we have new packets 4
INFO | ??:??:?? 46 BLE notify fromNum
INFO | ??:??:?? 46 From Radio onread
INFO | ??:??:?? 46 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 46 encoding toPhone packet to phone variant=11, 14 bytes
INFO | ??:??:?? 46 From Radio onread
INFO | ??:??:?? 46 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 46 phone downloaded packet (id=0x543510dc fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
DEBUG | ??:??:?? 46 encoding toPhone packet to phone variant=2, 34 bytes
INFO | ??:??:?? 46 From Radio onread
DEBUG | ??:??:?? 61 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 81 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 101 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
INFO | ??:??:?? 105 [DeviceTelemetryModule] (Sending): air_util_tx=0.000000, channel_utilization=0.000000, battery_level=0, voltage=0.000000
DEBUG | ??:??:?? 106 [DeviceTelemetryModule] updateTelemetry LOCAL
DEBUG | ??:??:?? 106 [DeviceTelemetryModule] Node status update: 1 online, 1 total
INFO | ??:??:?? 106 [DeviceTelemetryModule] Sending packet to phone
INFO | ??:??:?? 106 Telling client we have new packets 5
INFO | ??:??:?? 106 BLE notify fromNum
INFO | ??:??:?? 106 From Radio onread
INFO | ??:??:?? 106 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 106 phone downloaded packet (id=0x543510dd fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
DEBUG | ??:??:?? 106 encoding toPhone packet to phone variant=2, 34 bytes
INFO | ??:??:?? 106 From Radio onread
DEBUG | ??:??:?? 121 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 141 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
DEBUG | ??:??:?? 161 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
INFO | ??:??:?? 166 [DeviceTelemetryModule] (Sending): air_util_tx=0.000000, channel_utilization=0.000000, battery_level=0, voltage=0.000000
DEBUG | ??:??:?? 166 [DeviceTelemetryModule] updateTelemetry LOCAL
DEBUG | ??:??:?? 166 [DeviceTelemetryModule] Node status update: 1 online, 1 total
INFO | ??:??:?? 166 [DeviceTelemetryModule] Sending packet to phone
INFO | ??:??:?? 166 Telling client we have new packets 6
INFO | ??:??:?? 166 BLE notify fromNum
INFO | ??:??:?? 166 From Radio onread
INFO | ??:??:?? 166 getFromRadio=STATE_SEND_PACKETS
DEBUG | ??:??:?? 166 phone downloaded packet (id=0x543510de fr=0x24 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=67 priority=1)
DEBUG | ??:??:?? 166 encoding toPhone packet to phone variant=2, 34 bytes
INFO | ??:??:?? 166 From Radio onread
DEBUG | ??:??:?? 181 [Power] Battery: usbPower=0, isCharging=0, batMv=0, batPct=0
INFO | ??:??:?? 199 To Radio onwrite
DEBUG | ??:??:?? 199 PACKET FROM PHONE (id=0x7520619d fr=0x00 to=0x24, WantAck=1, HopLim=3 Ch=0x0 Portnum=6 priority=70)
DEBUG | ??:??:?? 199 Enqueued local (id=0x7520619d fr=0x00 to=0x24, WantAck=1, HopLim=3 Ch=0x0 Portnum=6 priority=70)
DEBUG | ??:??:?? 199 [Router] Add packet record (id=0x7520619d fr=0x00 to=0x24, WantAck=1, HopLim=3 Ch=0x0 Portnum=6 priority=70)
DEBUG | ??:??:?? 199 [Router] handleReceived(REMOTE) (id=0x7520619d fr=0x00 to=0x24, WantAck=1, HopLim=3 Ch=0x0 Portnum=6 priority=70)
DEBUG | ??:??:?? 199 [Router] Module ‘Admin’ wantsPacket=1
INFO | ??:??:?? 199 [Router] Received Admin from=0x0, id=0x7520619d, portnum=6, payloadlen=17
INFO | ??:??:?? 199 [Router] Client is setting the config
INFO | ??:??:?? 199 [Router] Setting config: LoRa
INFO | ??:??:?? 199 [Router] Saving changes to disk
DEBUG | ??:??:?? 199 [Router] Expanding short PSK #1
INFO | ??:??:?? 199 [Router] Wanted region 1, using US
DEBUG | ??:??:?? 199 [Router] (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=0, time 231 ms
DEBUG | ??:??:?? 199 [Router] (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=253, time 2115 ms
INFO | ??:??:?? 199 [Router] Radio freq=906.875, config.lora.frequency_offset=0.000
INFO | ??:??:?? 199 [Router] Set radio: region=US, name=LongFast, config=0, ch=19, power=30
INFO | ??:??:?? 200 [Router] Radio myRegion->freqStart → myRegion->freqEnd: 902.000000 → 928.000000 (26.000000 mhz)
INFO | ??:??:?? 200 [Router] Radio myRegion->numChannels: 104 x 250.000kHz
INFO | ??:??:?? 200 [Router] Radio channel_num: 20
INFO | ??:??:?? 200 [Router] Radio frequency: 906.875000
INFO | ??:??:?? 200 [Router] Slot time: 42 msec
DEBUG | ??:??:?? 200 [Router] SX126x standby failed with error -707

assert failed: void SX126xInterface::setStandby() [with T = SX1262] SX126xInterface.cpp:214 (err == RADIOLIB_ERR_NONE)

Backtrace: 0x4008447d:0x3ffd8da0 0x40096de5:0x3ffd8dc0 0x4009d2bd:0x3ffd8de0 0x400e33c2:0x3ffd8f10 0x400e3073:0x3ffd8f30 0x40224ebf:0x3ffd8f50 0x40224c8d:0x3ffd8f70 0x400e3feb:0x3ffd8f90 0x400f01e8:0x3ffd8fb0 0x400f02c3:0x3ffd8fd0 0x400f10e9:0x3ffd8ff0 0x400f005a:0x3ffd91f0 0x400e384e:0x3ffd93f0 0x400e8e59:0x3ffd9430 0x400e8f41:0x3ffd9450 0x400e8f5d:0x3ffd9470 0x400e8591:0x3ffd94a0 0x400d611a:0x3ffd94c0 0x4010339d:0x3ffd94e0 0x400e0932:0x3ffd9510 0x4013b23d:0x3ffd9530

ELF file SHA256: 45e7be94d97ebd6c

E (42770) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting…
ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13192
load:0x40080400,len:3028
entry 0x400805e4
E (843) esp_core_dump_flash: No core dump��ѥѥ���found!
E (843) esp_core_dump_flash: No core dump partition found!
[ 12][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480 / 2 = 240 Mhz, APB: 80000000 Hz
��@INFO | ??:??:?? 0

i dont know whats wrong with this thing, anyone got any idea how to solve the issues??

This suggests there is something wrong with the wiring. Since it could detect the radio, the SPI pins seem OK. Please double-check LORA_RESET, LORA_BUSY and LORA_DIO1.

After using a jumper cable and double checked using a multimeter, reset, DIO1 and busy is connected properly. this is the reference that im using

Also this is connection to esp pin
SCK=5, MISO=19, MOSI=27, NSS=18, DIO1=26, RST=23, BUSY=33, RX=14, TX=13

Thanks for the reply, but now still got the same error, any idea why ??

Do you have a schematic of how the radio module is connected to the ESP32? And can you share the variant.h file you’re using?

i dont know what is variant.h file that you are mentioning, i flashed the firmware straight forward from the web flasher like this


and this is the connection (RA-01SH module, esp32, oled and the button)

You can only use the DIY variant if your pinout is as defined here: firmware/variants/diy/v1/variant.h at master · meshtastic/firmware · GitHub

I see for example that your BUSY is connected to pin 33, while in the file it is set to 32. Also, your DIO1 is connected to 26, while in the file it is set to 33.

If you can’t change the wiring anymore, you’d have to change the variant file accordingly and compile the firmware yourself, see: Building Meshtastic Firmware | Meshtastic

i fix the wiring already, but still doesnt work at all