Creating a Simple BLE Scanner on iPhone
Here are steps to create a simple BLE (Bluetooth Low Energy) scanner app for iPhone (for my own learning purpose). The goal is to enable below features. Scan for all advertising devices around. Print the device name, RSSI (signal strength), and advertising data [1] for each discovered device in the debug console output [2]. * It… Continue reading “Creating a Simple BLE Scanner on iPhone”