Search found 7 matches

by kaikeraut
Thu Oct 28, 2021 5:02 am
Forum: General Discussion
Topic: ESP32 Bluedroid Connection parameters for maximum transfer speed
Replies: 2
Views: 2006

Re: ESP32 Bluedroid Connection parameters for maximum transfer speed

If it takes 15 mins then its problem. That much data should be transferred under 30 sec or so assuming that MTU is setup correctly. Ive got similar problem once, but it was ble mesh project, so ble has been used extensively and ive been doing OTA over ble at the same time. Do you have any example p...
by kaikeraut
Wed Oct 20, 2021 12:09 pm
Forum: General Discussion
Topic: ESP32 Bluedroid Connection parameters for maximum transfer speed
Replies: 2
Views: 2006

ESP32 Bluedroid Connection parameters for maximum transfer speed

I am using Bluedroid Stack (BLE) and Communicating with Mobile App(Newly developed), transferring the 500 KB data takes a lot of time(15 mints) - GATT profile. MTU size configured: 512 Connection parameters: latency: 0 max_int: 0x20 min_int: 0x10 timeout: 400 please suggest how to improve the transf...
by kaikeraut
Wed Sep 29, 2021 12:49 pm
Forum: General Discussion
Topic: ESP32 Bluedroid RAM usage
Replies: 0
Views: 1114

ESP32 Bluedroid RAM usage

What is the minimum requirement of RAM and Flash to use Bluedroid Stack using it in Dual Mode?
by kaikeraut
Tue Sep 28, 2021 2:53 pm
Forum: General Discussion
Topic: ESP32 NimBLE throughput
Replies: 1
Views: 2008

ESP32 NimBLE throughput

Does anybody have a reference throughput/speed using a nimble BLE stack between two ESP32 boards? Not getting any reference for esp32 nimble stack throughput.
by kaikeraut
Mon Sep 27, 2021 1:07 pm
Forum: ESP-IDF
Topic: ESP32 BLE suggestions for streaming EEG sensor data to Android
Replies: 5
Views: 3186

Re: ESP32 BLE suggestions for streaming EEG sensor data to Android

Any reference link to start with bluedroid to use both BLE and SPP (for large packets) in dual mode.
by kaikeraut
Wed Sep 22, 2021 3:22 pm
Forum: ESP-IDF
Topic: ESP32 BLE suggestions for streaming EEG sensor data to Android
Replies: 5
Views: 3186

Re: ESP32 BLE suggestions for streaming EEG sensor data to Android

Our custom board based on ESP32-WROVER-E, it has Bluetooth v4.2

and it requires to transfer of large files more than 3 MB of sensor data files. Hoping BLE would be good and not time taking.
Still doing reaching to go with Bluetooth classic or BLE, Seeing dependencies from App(android/iOS) side.
by kaikeraut
Wed Sep 22, 2021 10:45 am
Forum: ESP-IDF
Topic: ESP32 BLE suggestions for streaming EEG sensor data to Android
Replies: 5
Views: 3186

Re: ESP32 BLE suggestions for streaming EEG sensor data to Android

I am also looking for similar suggestion to start of my project, Thanks in advance