Search found 2 matches

by macirtr
Thu May 17, 2018 9:27 pm
Forum: General Discussion
Topic: Filter Beacon Devices
Replies: 1
Views: 4144

Filter Beacon Devices

Hello; I am developing bluetooth application with arduino ide and esp32 ble development board. And i use https://github.com/nkolban/ESP32_BLE_Arduino/tree/master/examples/BLE_scan code. Mr. Kolban has developed a great application. Need a little help. Beacon searching run every second and I want to ...
by macirtr
Tue May 15, 2018 5:52 pm
Forum: General Discussion
Topic: View Esp Log With Arduino IDE
Replies: 5
Views: 28354

View Esp Log With Arduino IDE

Hello;

I am developing bluetooth application with arduino ide and esp32 ble development board in windows 7.

How how can i view esp log data?

Thanks.

Example
ESP_LOGD(LOG_TAG, "Ignoring %s, already seen it.", advertisedAddress.toString().c_str());