Hardware/ESP

ESP32 를 이용한 Beacon

초인로크 2023. 5. 16. 13:13
반응형

아이폰과 비콘을 연계한 시스템을 개발하는 것을 생각하고 있는데,

 

일단 기본적인 샘플을 이용하면 간단하게 비콘 설정을 할 수 있다.

 

 

 

 

기본 설정은 그대로 놔두고 샘플을 업로드하면,

 

아이폰에서 아래와 같이 인식이 된다.

 

 

 

 

여기서 사용된 앱은 아래의 링크에 있는 BLE Scanner이다.

 

 

https://apps.apple.com/us/app/ble-scanner-4-0/id1221763603

 

‎BLE Scanner 4.0

‎No.1 Scanner Utility for Bluetooth Low Energy Scanner & Peripheral, iBeacon Scanner and advertiser and Eddystone Scanner for UID, TLM, URL beacon format. BLE Scanner was developed with a vision to help Bluetooth community, developers who wants to build

apps.apple.com

 

 

좀 더 자세한 설정을 들 할 수 있는데,

 

아래의 웹페이지를 참고하여 프로그래밍을 준비하고 있다.

 

 

https://circuitdigest.com/microcontroller-projects/esp32-based-bluetooth-ibeacon

 

ESP32 based Bluetooth iBeacon

ESP32 is really a powerful IoT device having inbuilt support for Bluetooth and WiFi. The ESP32 is advanced version of its predecessor ESP8266 with extra features like RAM, ROM, GPIO Pins etc. The ESP32 module supports both classic Bluetooth and Bluetooth L

circuitdigest.com

 

 

이제 아이폰 프로그래밍으로 어떻게 앱을 만들 수 있을까 봐야겠다.

 

반응형