neilyoung
neilyoung
The original blufi_main.c does it, skdconfig identical...
Arghh. The initialization sequence has changed: Former way: initialise_wifi(); esp_bt_controller_init(); ret = esp_bluedroid_init(); Now: initialise_wifi(); esp_bt_controller_init(); ret = esp_bt_controller_enable(ESP_BT_MODE_BTDM); if (ret) { BLUFI_ERROR("%s enable bt controller failed\n", __func__); return; }...
Oops, sorry. Was a bit too fast (and too blind). The iBeacons are scanned. But please double check the detection routine EDIT: No, I need to stand my judgement: At...
OK, finally: You can _for sure_ forget about the iBeacon scan results (at least on a Sparkfun latest stack): Not only, that scans are just scattered, they are also complete...
Done. Same issues with this snippet BTW https://github.com/nkolban/esp32-snippets/blob/master/BLE/scanner/ble1.c
Please don't forget the iBeacon detection problem mentioned above. This _is_ your problem :)
Interesting turn in this matter: Up to now I just tested with RadBeacons (Dot). Now I used my iPhone as virtual Estimote beacon. And scans come in. The RSSI values...
Oh... there are a lot of issues with getWebCams on Catalina I see....
it works perfectly on a Mac. Update: March 2020. Well, I have to revert my statement. It is not working anymore on Mac :)
@Namburger Hi, thanks for the follow up. What eval step number would be suitable?