musingsole

Results 2 comments of musingsole

I have an [ESP32-C3 board](https://learn.adafruit.com/adafruit-qt-py-esp32-c3-wifi-dev-board) and am running into a stack overflow as well. I tried using the [old hid_services.py module you linked](https://github.com/Heerkog/MicroPythonBLEHID/blob/47ec9967618005e342e0d3a0a4eea2f0b261a190/hid_services.py) but still ran into a stack overflow:...

The same code that triggered a stack overflow on my ESP32-C3 boards is running fine on my ESP32-**S3**. The S3 has 512 kB SRAM versus the C3's 400 kB, and...