This app scans for nearby Bluetooth Low Energy (BLE) devices and displays them in a list. The list can be filtered by a search field, and the advertised data of each device is displayed in the list. The app also displays the RSSI (received signal strength indicator) value for each device, and the timestamp of every lookup in human readable format. The app has a button for starting or stopping the scan.
- Scan for nearby BLE devices
- Display discovered devices in a list
- Filter list by search field
- Display advertised data and RSSI value for each device
- Display Timestamp for each device
- Sort advertised data alphabetically
- Start and stop scan with a button
- iOS 12.0 or later
- macOS 13 or Later
- Xcode 11 or later
To install the app, clone or download the repository and open the .xcodeproj file in Xcode. Build and run the app on a device or simulator with iOS 13.0 or later.
Donwload it here: https://apps.apple.com/de/app/simple-ble-scanner/id1663446245?l=en
Developed by Christian Moeller, Jan 2023
This app is available under the MIT License. See the LICENSE file for more info.