Datasheet
Deprecated: Bluefruit Buddy (https://adafru.it/mCn) (OS X)
This native OS X application is a basic proof of concept app that allows you to connect to your Bluefruit LE module
using most recent macbooks or iMacs. You can get basic information about the modules and use the UART service to
send and receive data.
The full source for the application is available in the github repo at Adafruit_BluefruitLE_OSX (https://adafru.it/mCo).
ABLE (https://adafru.it/ijB) (Cross Platform/Node+Electron)
ABLE (https://adafru.it/ijB) (Adafruit Bluefruit LE Desktop) is a cross-platform desktop application based on Sandeep
Misty's noble library (https://adafru.it/ijC) and the Electron (https://adafru.it/ijD) project from Github (used by Atom).
It runs on OS X, Windows 7+ and select flavours of Linux (Ubuntu tested locally). Windows 7 support is particularly
interesting since Windows 7 has no native support for Bluetooth Low Energy but the noble library talks directly to
$ ./bluefruit
bluefruit v0.3
Usage:
bluefruit <command> [options...]
Commands:
Scan peripherals: scan
Automatic update: update [--enable-beta] [--uuid <uuid>]
Custom firmware: dfu --hex <filename> [--init <filename>] [--uuid <uuid>]
Show this screen: --help
Show version: --version
Options:
--uuid <uuid> If present the peripheral with that uuid is used. If not present a list of peripherals is displayed
--enable-beta If not present only stable versions are used
Short syntax:
-u = --uuid, -b = --enable-beta, -h = --hex, -i = --init, -v = --version, -? = --help
© Adafruit Industries https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide Page 165 of 175