B4R Question (Solved)Problem with ESP32 wifi configuration

rbghongade

Active Member
Licensed User
Longtime User
Hi friends,
I have run into a problem with ESP32 wifi configuration. I used the exact same files given here:https://www.b4x.com/android/forum/threads/esp-configurator-based-on-b4rserializator.81452/
The B4J program does not connect to the ESP32. If displays "Failed to connect"
While connecting the laptop to the ESP32 AP, the log I get is attached herewith.
B4X:
Leaving...
Hard resetting via RTS pin...
********************* PROGRAM STARTING ****************
ets Jun  8 2016 00:22:57
rst:0x1 (POWERON_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:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
AppStart
StartAP: 1
My AP ip: 192.168.4.1
Network data not found.
dhcps: send_nak>>udp_sendto result 0
dhcps: send_offer>>udp_sendto result 0
dhcps: send_offer>>udp_sendto result 0
 
Top