Skip to content

A simple BLE scanner for iOS and macOS , written in SwiftUI

Notifications You must be signed in to change notification settings

gundrabur/BLEScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Bluetooth Scanner App for iOS and macOS

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.

Features

  • 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

Requirements

  • iOS 12.0 or later
  • macOS 13 or Later
  • Xcode 11 or later

Installation

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.

Released in the Apple App Store

Donwload it here: https://apps.apple.com/de/app/simple-ble-scanner/id1663446245?l=en

Credits

Developed by Christian Moeller, Jan 2023

License

This app is available under the MIT License. See the LICENSE file for more info.

About

A simple BLE scanner for iOS and macOS , written in SwiftUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages