Ricardo Quesada

Results 207 comments of Ricardo Quesada

good call. I'll take that into account for future versions.

add stetch, version, steps to reproduce, controller used, etc., etc., etc. http://bit.ly/bluepad32-help

What @ffgamelife said. It is possible to get the BT Address (AKA MAC Address) by doing what @ffgamelife said.

Thanks for reporting the bug. The best way for me to work on a bug is when I have: - the smallest possible sketch that reproduces - and of course,...

try to get the stacktrace if possible. Here the info how to get it: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/core_dump.html

so `rwbt.c` (If I have to guess it might be related with "Read Write Bluetooth") seems to be a blob.. no source code for that, and I wouldn't know why...

yes, but do it the "bp32" way. Explained here: https://bluepad32.readthedocs.io/en/latest/plat_esp32/#3-patch-btstack-and-integrate-it-as-a-local-component

@ak1932 Perhaps we can try again with esp-idf 5.3 or 5.4 but see this thread: https://github.com/espressif/esp-idf/issues/15190

The BP32 "Arduino IDE" version is using ESP-IDF 4.4 (IIRC), which uses the old ESP-IDF For Arduino v2.3. If you want to try with Arduino + ESP-IDF 5.3, use the...

thanks for the pull request! I have patch in my local repo that does something similar, but in a slightly different way. It will take me a few days before...