TransparentBLE is an iOS utility for working with Bluetooth Low Energy devices through reusable profile files.

It is built for people who have a BLE device and want to inspect it, understand it, or control it from iPhone or iPad without writing a native iOS app. A profile can describe how a device exposes data, how values should be parsed, and which commands can be sent safely from the app.

BLE Profiles

Profiles turn raw BLE services, characteristics, and payloads into a more usable interface. They can be used for custom hardware, meters, embedded devices, chargers, sensors, or other BLE products where the owner understands the protocol and wants an iOS control surface.

Device Scanning

The scan screen discovers nearby BLE devices and supports different scan intervals for practical testing. RSSI history can help when searching for a device by signal strength.

Local Logs

TransparentBLE can record diagnostic logs locally on the device. Logs are useful when debugging BLE behavior, reconnects, RSSI changes, profile parsing, and device responses.

Local First

TransparentBLE does not use developer-operated cloud services, analytics, ads, or tracking SDKs. Device data, profile files, and logs stay local unless you choose to export or share them.