Bluesee Ble Debugger For Mac

I am trying to use Bluesee to access a BLE relay to turn charging on or off. I have looked at the following options with no success. Siri Shortcuts reads battery level and calls a LUA script. Read the iOS battery level from within Lua and control the BLE relay. Anyhelp on the way forward would be greatly appreciated. Thanks in advance, Rob. Create an engaging and connected user experience by integrating Bluetooth ® wireless technology in your apps and hardware accessories. And with Core Bluetooth framework, it’s easy for your apps to interact with the growing number of Bluetooth Low Energy (BLE) devices. Note: The TI SmartRF Flash Programmer 2 doesn't support the CC debugger so it can't be used with BLE1xx modules. Note that the circumstances that cause a missing MAC address almost always result in the loss of the BLE stack license key as well. You can check this using the 'Info' button in the BLE Update utility.

Create an engaging and connected user experience by integrating Bluetooth® wireless technology in your apps and hardware accessories. And with Core Bluetooth framework, it’s easy for your apps to interact with the growing number of Bluetooth Low Energy (BLE) devices.

Blue Sea Ble Debugger For Mac Osx

Apps

Documentation

Sample Code

Accessories

  • Videos

    Learn about using Core Bluetooth with video presentations and tutorials.

  • Tools

    Download the latest versions of Apple Bluetooth Guidelines Validation and Bluetooth Explorer. View downloads

  • Developer Forums

    Ask questions and discuss Core Bluetooth with Apple engineers and other developers. View forum

  • MFi Program

    Join the MFi Program to create hardware accessories that use the External Accessory framework or Classic Bluetooth technology. Learn more

  • Related Resources

This guide will show you how to turn your Mac into a Bluetooth Low Energy (BLE) peripheral device for creating your very own BLE services and characteristics.

Steps

BlueBluesee Ble Debugger For Mac
  1. Check if you have node.js installed already
    In Terminal, run this command:
  2. Install node.js on your Mac
    Go to the Node.js website
    Download the installer for the latest LTS version (v6.11.2 LTS at the time of writing)
    Follow the installer prompts

  3. Download example files from the bleno github repoEcho example
    It includes two files: main.js & characteristic.js
    Place these 2 files by themselves in a folder somewhere

  4. In Terminal, navigate to the folder containing your main.js and characteristic.js files

  5. Use Node Package Manager (npm) to install bleno in that directory
    Run this command in Terminal:
  6. In Terminal, run the main.js script to start advertising your device
  7. Open a BLE app, like LightBlue to view your device, its services and characteristics
    LightBlue for iOS
    LightBlue for MacOS

Any value you write to the Echo Characteristic (UUID: 0xEC0E) on the device should be echoed in the Terminal window

Blue Sea Ble Debugger For Mac Catalina

Output in Terminal:

Blue Sea Ble Debugger For Mac Os

To quit the node program, press Control + C

For more info, see the bleno github page

Blue Sea Ble Debugger For Mac Download

Enjoy!