Check out the very first beta release of the Adafruit Bluefruit LE desktop application. This is an application that lets you interact with Bluefruit LE and other Bluetooth low energy devices right from your Mac OSX, Windows, and Linux desktop. Just like the iOS and Android app you can do things like:
- View BLE device information like services, characteristics, and read characteristic values. Great for checking the firmware version of a device using its device information service.
- Send and receive data with a BLE UART, like controlling an Arduino project over BLE.
- Send control pad and color picker values to a BLE device over its UART connection.
- Visualize a BNO-055 absolute orientation sensor using a 3D model.
This application is built using the excellent Electron and noble open source libraries which allow a JavaScript application to easily run on any platform and access Bluetooth low energy hardware (even on Windows 7!). Be aware it’s still early in development and we expect there be bugs and other issues. Also if you’re using Windows you’ll need to have a CSR8510 USB BLE dongle–unfortunately other BLE adapters aren’t yet supported on Windows.
Check out the releases tab of the application’s home on GitHub to get the latest binary release. Be sure to check out the README.md file too to see instructions for using it on your platform. If you run into issues be sure to raise them on GitHub.