Ryan Powell

Results 877 comments of Ryan Powell

Thanks, I will test this and see if I can reproduce it.

Not sure yet, haven't had time to test this myself. Could you make a simple test project for me to repro this with so I can look into it?

I see no issues with the s3 and 2.2.6/master and Arduino core v3.3.0, and with Arduino core v3.3.3 there is actually more free heap space, about 200 bytes, testing with...

Async web server will make your problem worse, uses much more ram. I don't see any extra consumption with WiFi and ble.

Thanks @EmileSpecialProducts, I will look into this for the next update to the nimble core.

As far as I know a custom app is all you can do.

This looks really good, only issue I have is the changes to the core files. This would make the api incompatible with the esp-idf version of NimBLE, maybe there's another...

I try to avoid modifying the stack code unless it's to address something that won't break the API with the esp-idf repo. I maintain a separate cpp wrapper for esp-idf:...

Thanks, this would be more appropriate to raise at the n-able-arduino repo https://github.com/h2zero/n-able-Arduino

Thanks @uutzinger, I will update the nimble core soon which will hopefully resolve this.