Search found 1 match

by rene007
Tue Mar 07, 2017 11:41 am
Forum: General Discussion
Topic: BLE Scan and obtain RSSI
Replies: 12
Views: 32029

Re: BLE Scan and obtain RSSI

Start by looking here.

https://github.com/espressif/esp-idf/bl ... ttc_demo.c

Use the espressif SDK to flash the code in the link above into the chip.

The key thing is to set your ESP32 as a GATT client in order to scan for nearby BLE devices.