Search found 1 match
- Wed Mar 11, 2020 1:06 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino BluetoothSerial Max Speed
- Replies: 0
- Views: 4617
ESP32 Arduino BluetoothSerial Max Speed
Hi guys, I am trying to understand the maximum BT SPP transmission speed that can be achieved using ESP32. What my project requires is to send 2bytes of data every 200us (5kHz) AND additional 15bytes of data every 50ms(20Hz) via BT. I am trying to achieve that using BT SPP, however, I could not unde...