Page 1 of 1

esp32-at wifi + bluekitchen bluetooth

Posted: Mon Mar 02, 2020 3:10 am
by krishan
Hi All,
has anyone used espressif esp32-at wifi stack with bluekitchen bluetooth stack (btstack)?
I am not able to successfully integrate esp32-at and btstack.
I am running into run-time asserts, watchdog triggers, and failure to power-on hci layer of btstack.

any help here would be greatly appreciated, if you need more info, logs, please let me know.

thanks in advance
-Krishan

Re: esp32-at wifi + bluekitchen bluetooth

Posted: Mon Mar 02, 2020 6:25 am
by Helen L
It seems that the ESP32 at bluetooth stack is depending on the ESP-IDF, which uses the bluedroid bluetooth stack.

Re: esp32-at wifi + bluekitchen bluetooth

Posted: Tue Mar 03, 2020 2:20 am
by krishan
thank you Helen,
I made some progress here. Since the AT is a library, I need to do lots of reverse engineering, and debug logs to figure out the control path.

Re: esp32-at wifi + bluekitchen bluetooth

Posted: Wed Nov 04, 2020 4:51 pm
by nikhiloz
HI Krishnan

Did u get ti working with bluekitchen ?