ESPHome BlueTooth Proxy, only for ESPHome traffic?

Thanks @brooksben11, so you mean leave out the following 2 lines but leave the rest (and change the board and framework ofcource)?

    interval: 1100ms
    window: 1100ms

Will test!

Yep, exactly that. Hope it works!

Compiling and programming works, but cannot find it on the network after that, not even after setting a static ip.

Gave up and ordered the standard “ATOM Lite ESP32 IoT Development Kit” that earlier was out of stock.
Do you use

esp32:
  board: esp32dev
  framework:
    type: esp-idf

for these?

Care to explain the steps you took to flash them as bluetooth proxy? I am getting an error that says “Your ESP32-S3 board is not supported.”

1 Like

These are the only parameters and board type I’ve ever used.

I’ve never used an S3 board before.

I’m getting the same error :frowning:
“Your ESP32-S3 board is not supported”

Ok the real reason is that the the S3 is, indeed, unsupported. It is the older, VERY similar looking non-S3 version that we need to purchase. Safest to use the recommended links off the ESPHome site Ready-Made Projects — ESPHome.
Click on the M5Stack and then look at the links (one for M5Staci site and one for ali express). Both of those point to the non-S3 version. I made the same mistake and have gotten the S3 one and it just won’t work, or at least not out of the box.

What code are you loading? I used the Ready Made Projects as ^ ncd recommended and it works great. I struggled at first to get it working properly as well.