Hello , I tried Integrating NINA-B41 ble module with STM32F412 series board , Ble module is communicated over uart through AT command , it is working fine
BUT When I send Data through "NOTIFY" , The Data size is limited to around 50-60 bytes , the data sheet shows it may support till 247 bytes , but i am unable to receive that much bytes when send from STM32 through NINA-B41 module to an nrf Connect App.
I am using nrf Connect App to communicate to my STM device.