ESP32, Bluetooth, ble_ibeacon 0. 참고 사이트esp-idf\examples\bluetooth\ble_ibeaconhttps://github.com/espressif/esp-idf/tree/master/examples/bluetooth/ble_ibeacon 1. 모듈 2. 보드 연결 3. 소스 설명esp_ibeacon_api.hSendor Mode 또는 Receiver Mode 설정 /* Because current ESP IDF version doesn't support scan and adv simultaneously, * so iBeacon sender and receiver should not run simultaneously */ #define IBEACON_SENDER ..