Search found 2 matches

by RuuddR
Tue Dec 20, 2022 8:20 am
Forum: ESP-IDF
Topic: BLE Service type primary or secondary
Replies: 0
Views: 773

BLE Service type primary or secondary

I had a question about services in BLE. When I check what kind of services my esp32 is running, I see that some services are primary and some are secondary. The problem is that a web application can only see the primary services and some of my services are being secondary. Is there any way to force ...
by RuuddR
Mon Dec 05, 2022 3:10 pm
Forum: ESP-IDF
Topic: BLE processing speed
Replies: 0
Views: 777

BLE processing speed

Hello,

I'm streaming data from a website to an ESP32 using BLE. The problem is that the speed of the onWrite callback is kinda slow, about 15kB/s. Is there any way to speed this up? The sending side is sending at about 50 kBps.