Search found 2 matches

by reofit77
Fri Aug 19, 2022 2:55 pm
Forum: ESP-IDF
Topic: Bluetooth classic slow transmission
Replies: 1
Views: 2344

Re: Bluetooth classic slow transmission

Hello, Did you find a solution to your problem? I am using Classic BT SPP as well, I am struggling a bit to understand how is the transmission working. I would like to transmit a small amount of data (4 bytes) with a short deterministic delay (microsecond-ish to sub-microsecond if possible) from an ...
by reofit77
Tue Jun 21, 2022 12:00 pm
Forum: ESP-AT
Topic: ESP-AT and linux kernel communication
Replies: 1
Views: 2608

ESP-AT and linux kernel communication

Hello I'm trying for send at-commands from linux kernel and reading the response over uart, but when I read from the device after writing to it, I get some random characters which may change depending on the execution. These characters are different from the expected response. When I use the Arduino...