BLE data every 5 ms
Hello,
I designed my custom board using STM32WB series to be connected to sensor and send data to CLIENT which is my laptop. I am able to use Write and Read Characteristics for a single character.
Now I intend to use READ characteristic to send data every 5 millisecond to laptop. My sensor data payload can be maximum 120 Bytes.
Do you see any issues here on STM32WB ? Does BLE support this much ?
