STM32WB55 Nucleo unable to change data rate
Hello,
I have been getting into BLE applications with the stm32wb55 nucleo development board. I am currently developing my application over the BLE p2pServer app. I have modified the program such that the P2PS_Send_notification() method keeps sending a sensor data in a loop. however when i measure the data rate, it is somewhere around 4500bytes/sec. This was consistent with the results I got when I tested the Data Throughput app, and when i pressed SW2 the data throughput changed to around 40000 bytes/sec (these values are still way lower that what other people have experienced but I will get to that later as 40000 bytes/sec is good enough for me at the moment). However, when I tried to change the PHY to 2M on my application, the results were exactly the same. The wireless stack version is 1.18.03 and I have followed all steps mentioned in AN5289 section 7.8 and section 8.6.9 but nothing worked for me and my data rate is still at around 4500 bytes/sec. Any help would be greatly appreciated, thank you!
