BiiSafe Buddy

From IoT
Jump to: navigation, search

Go Up to ThingConnect Devices


BiiSafe Buddy is a Bluetooth LE based device that works as a Smart Key Finder.

Use the TBiiSafeBuddyBT component to communicate with the BiiSafe Buddy Smart Key Finder.

Demo Location

You can find the sample projects for the BiiSafe Buddy Smart Key Finder in the following IoT demo directories after installing the component:

  • Start | Programs | Embarcadero RAD Studio Berlin | Samples and then navigate to:
    • Delphi: Internet of Things\Object Pascal\Thing Connect\BiiSafeBuddyBT
    • C++: Internet of Things\CPP\Thing Connect\BiiSafeBuddyBT

Supported Services

The BiiSafe Buddy Smart Key Finder component supports the following Bluetooth LE services and characteristics:

Service Characteristic Property Readable Subscription Write Notify
Device Information Serial Number String SerialNumber
YesSubscriptionFeature.png
Firmware Revision String FirmwareRevision
YesSubscriptionFeature.png
Hardware Revision String HardwareRevision
YesSubscriptionFeature.png
Manufacturer Name String ManufacturerName
YesSubscriptionFeature.png
Model Number String ModelNumber
YesSubscriptionFeature.png
Button Alarm ButtonAlarm
YesSubscriptionFeature.png
YesSubscriptionFeature.png
Battery Level BatteryLevel
YesSubscriptionFeature.png
YesSubscriptionFeature.png
Temperature Temperature
YesSubscriptionFeature.png
YesSubscriptionFeature.png
Command
YesSubscriptionFeature.png
No Response

Device Details

  • Device: BiiSafe Bluetooth® Smart
  • Model Number: BiiSafe Buddy 1.0
  • Firmware: 2.0.00
  • Technology: Bluetooth LE

Known Issues

This device changes its name each time it is disconnected/connected. Use the ScanResponse or ScanResponseAllDevices method instead of the Connect method. Please refer to the Readme provided with this demo for more IoT ThingConnect component information.

See Also