Hi all
I am trying to set up a ESP32 though this site, ESPHome Bluetooth Proxy . I think everything is ok because HA discovered it
BUT esphome can not adopt it.
I have set it - through my router to a static ip - 162.168.1.80 which seems fine
What could be the problem, and mainly how can I confirm that the device is working?
these are the logs
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:2
load:0x3fff0030,len:6660
load:0x40078000,len:14944
ho 0 tail 12 room 4
load:0x40080400,len:3816
entry 0x40080698
I (28) boot: ESP-IDF 4.4.4 2nd stage bootloader
I (28) boot: compile time 21:43:30
I (29) boot: chip revision: v1.0
I (31) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (38) boot.esp32: SPI Speed : 40MHz
I (43) boot.esp32: SPI Mode : DIO
I (48) boot.esp32: SPI Flash Size : 4MB
I (52) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 otadata OTA data 01 00 00009000 00002000
I (76) boot: 1 phy_init RF data 01 01 0000b000 00001000
I (83) boot: 2 app0 OTA app 00 10 00010000 001c0000
I (91) boot: 3 app1 OTA app 00 11 001d0000 001c0000
I (98) boot: 4 nvs WiFi data 01 02 00390000 0006d000
I (106) boot: End of partition table
I (110) boot_comm: chip revision: 1, min. application chip revision: 0
I (117) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=2bd68h (179560) map
I (191) esp_image: segment 1: paddr=0003bd90 vaddr=3ffbdb60 size=04288h ( 17032) load
I (198) esp_image: segment 2: paddr=00040020 vaddr=400d0020 size=d5500h (873728) map
I (514) esp_image: segment 3: paddr=00115528 vaddr=3ffc1de8 size=010d0h ( 4304) load
I (516) esp_image: segment 4: paddr=00116600 vaddr=40080000 size=1d29ch (119452) load
I (583) boot: Loaded app from partition at offset 0x10000
I (583) boot: Disabling RNG early entropy source...
I (595) cpu_start: Pro cpu up.
I (595) cpu_start: Starting app cpu, entry point is 0x40082210
I (0) cpu_start: App cpu up.
I (611) cpu_start: Pro cpu start user code
I (611) cpu_start: cpu freq: 160000000
I (611) cpu_start: Application information:
I (616) cpu_start: Project name: esp32-bluetooth-proxy
I (622) cpu_start: App version: 2023.7.0
I (627) cpu_start: Compile time: Jul 25 2023 21:41:21
I (633) cpu_start: ELF file SHA256: 73f3a4792e512320...
I (639) cpu_start: ESP-IDF: 4.4.4
I (644) heap_init: Initializing. RAM available for dynamic allocation:
I (651) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
I (657) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
I (663) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
I (669) heap_init: At 3FFCA708 len 000158F8 (86 KiB): DRAM
I (676) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (682) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (688) heap_init: At 4009D29C len 00002D64 (11 KiB): IRAM
I (696) spi_flash: detected chip: generic
I (699) spi_flash: flash io: dio
I (705) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.