Search found 2 matches

by stef@n
Wed Dec 30, 2020 12:57 pm
Forum: General Discussion
Topic: ESP-32 disconnects from BLE device after 5 seconds
Replies: 1
Views: 1482

Re: ESP-32 disconnects from BLE device after 5 seconds

The disconnection happens because of my device. It disconnects after 5 seconds. When checking the disconnection reason I get Disconnect reason: 19. My smartphone also confirms it.
by stef@n
Wed Dec 30, 2020 7:55 am
Forum: General Discussion
Topic: ESP-32 disconnects from BLE device after 5 seconds
Replies: 1
Views: 1482

ESP-32 disconnects from BLE device after 5 seconds

Hello! I am trying to read data from a BLE device using an ESP-32. It works in my setup function and about 5 seconds of loop. After 5 seconds, though, it disconnects and starts displaying false values. I have this in void setup: char* deviceMacAddress1 = "C4:7C:8D:67:6A:23"; BLEAddress floraAddress1...