Page 1 of 1

Bluetooth and ethernet

Posted: Fri Apr 16, 2021 8:37 am
by SimonVs
Hello,

Is it possible to have ethernet and bluetooth working at the same time?
I have combined the bluetooth A2DP sink example together with the ethernet basic example.

It is possible to ping the device, but when i connect to the device with bluetooth, the ethernet connection gets disconnected.

Another thing i noticed is the large IRAM size the bluetooth A2DP sing example needs. It takes up to 70% of the IRAM.
Is this normal?

I am using an ESP32-WROOM-32uE development kit (ESP32-PoE-ISO from olimex) and eclipse is used as IDE.

Thanks in advance!