Capture all beacons data real time

User avatar
arunbm123
Posts: 96
Joined: Fri Feb 23, 2018 5:36 am

Capture all beacons data real time

Postby arunbm123 » Sun Mar 03, 2019 3:51 pm

hello Geeks

ESP_LOGI(TAG, "----------iBeacon Found---------");
struct AMessage * pxMessage = malloc(sizeof(struct AMessage));
pxMessage->minor = minor;
pxMessage->rssi = scan_result->scan_rst.rssi;

if (xQueueSendToBack(xQueue1, (void * ) pxMessage,TickType_t ) 0)) {
}


i am testing with many beacons...
I find Many Beacons are detected before xQueueSendToBack could return .
How to handle this situation.

Who is online

Users browsing this forum: Google [Bot], MichaelS and 94 guests