Ryan Powell

Results 877 comments of Ryan Powell

I'll see what I can do abut this, not sure if it's fixable though. This is caused by the config in the arduino core I believe, since these chips have...

What did you do to change the framework, custom libs from the lib builder should work.

I think adding `CONFIG_BT_LE_MAX_CONNECTIONS=9` as well will fix it, this causes the controller to increase the buffer count.

Hmm I will have to try this with esp-idf, could be an upstream bug. Sadly all the controller stuff is a black box so we are at espressif's mercy on...

Same error actually, not enough callout buffers :(

@ovi1337 you should switch from using NimBLE-Arduino to esp-nimble-cpp since you have nimble enabled in your config.

Weird, it's trying to include the nimble arduino headers instead of the IDF ones.

I see what's happening now, the config for esp-nimble-cpp isn't considered in the sdkconfig, you need to manually add `CONFIG_NIMBLE_CPP_IDF=y`

I suspect it will fix the issue, unfortunately platformio and esp-idf don't seem to play well with custom components, seems to leave out their config options. That define is still...