Hello everyone,
I am working on a project where I am connecting a peripheral device (using nrf52832) to a central device (nrf52840 dongle). I am utilizing pc-ble-driver-py for connecting to the peripheral, notifying, sending, and receiving. However, I encounter the following error after initiating notification from the central device:
pc_ble_driver_py.exceptions.NordicSemiException: Failed to ble_vs_uuid_add. Error code: NRF_ERROR_NO_MEM
I saw some threads where they have adjusted the RAM_SIZE that resolved this issue. How can I do this in pc-ble-dricer-py??
Thanking you in advance.