Search found 3 matches

by FluidDynamics
Wed Dec 27, 2023 4:33 pm
Forum: ESP32 Arduino
Topic: ESP-32 Bluetooth read delay
Replies: 3
Views: 2773

Re: ESP-32 Bluetooth read delay

I lifted

Code: Select all

RX_QUEUE_SIZE
and

Code: Select all

TX_QUEUE_SIZE
in BluetoothSerial.cpp. That solved my problem.
by FluidDynamics
Tue Dec 26, 2023 6:29 pm
Forum: ESP32 Arduino
Topic: ESP-32 Bluetooth read delay
Replies: 3
Views: 2773

Re: ESP-32 Bluetooth read delay

Okay, thanks for that information. I'm relatively new to this topic. Can you show me a sample how to implement that for a faster Bluetooth communication?

Best regards.
by FluidDynamics
Tue Dec 26, 2023 8:16 am
Forum: ESP32 Arduino
Topic: ESP-32 Bluetooth read delay
Replies: 3
Views: 2773

ESP-32 Bluetooth read delay

Hey Folks, I've been searching the web and this forum for an answer, but didn't find one. So the problem is that i have always a delay of about 1000ms when I send a message to the ESP-32 before showing up in the serial monitor. For me, it seems some sort of read timeout, but couldn't figure it out. ...