



Login / Signup
Cart
Your cart is empty
In its simplest form, it works on the same principle as a common USB/Serial adapter (the FTDI Friend, for example!). Any data that you enter via your favourite terminal emulator on your development machine will be transferred over the air to the connected phone or tablet, and vice versa, as a basic 'UART' connection.
You might be asking, Hey, my MacBook already has Bluetooth and I can get a USB Bluetooth adapter, so why use this? Good question! You can get a Bluetooth 4.0 USB dongle from the store already, but Windows 7 doesn't support Bluetooth Low Energy natively, and on Win8 or OS X you'll have to sort through a huge pile of native Bluetooth APIs and development tools that often require an annual paid licence and specific licence terms to access. You can't just connect wirelessly without a huge stack of software or firmware in the way because there isn't a standard, open-source, cross-platform way to talk BLE today.
The Bluefruit Friend is much more, it has a full BLE peripheral stack and interface software so that you can treat your BLE connection just like a UART connection - that makes it trivial to use with free Terminal software or scripting software like python (with pySerial). Using Bluefruit LE Friend, you can be up and running in under an hour on just about anything with a USB port, with easy migration across platforms and operating systems.
To use, simply plug into your computer and flip the switch to either UART mode (transparent data transfer, anything you type will be sent, and data from the phone is received as well) or CoMmanD mode, where thanks to an easy to learn AT command set, you can also create your own basic GATT Services and Characteristics, simulate Beacons, and change the way that the device name appears/advertises itself.
To make sure that your device stays up to date and can benefit from the latest Bluefruit LE firmware from Adafruit, you can also update the firmware on your BLEFriend over the air using any BLE-supported iOS or Android device. We always try to keep the bar as high as possible at Adafruit, and one of the biggest advantages of the BLEFriend and the entire Bluefruit LE family is that we wrote and maintain all the firmware running on the devices ourselves from scratch, and we'll be releasing new firmware and bug fixes without having to rely on a third-party vendor. For super-advanced users, we have an SWD connector on board that can be used to reprogram the nrf51822 using Nordic's SDK and an SWD debugger like the J-Link.
You can even pick up a sniffer edition of the board that comes pre-flashed with special firmware that turns your BLEFriend into a low-cost Bluetooth Low Energy sniffer, capturing data and pushing it out to Wireshark. This firmware takes over the entire module so you cannot use the over-the-air programming ability, a J-Link programmer is required. We currently offer this as a separate product since not everyone has a J-Link.











