Skip to content
Puria Izady edited this page Mar 29, 2019 · 64 revisions

Welcome to the ABLE Wiki

ABLE, Android Bluetooth-Low-Energy, is a framework for prototyping applications consisting of Android devices, Bluetooth LE communication, and embedded hardware. The framework takes care of the scanning and pairing process for you. It shows you a list of available Bluetooth LE devices and provides an interface to connect, display data and display GATT services and characteristics supported by the devices. So you can focus on the main issues you want to evaluate with your device.

Why ABLE?

The framework takes care of the scanning and pairing process for you. It shows you a list of available Bluetooth LE devices and provides an interface to connect, display data and display GATT services and characteristics supported by the devices.

Table of Contents

Screenshots of the app

Examples using the ABLE framework

Cypress CapLED

In this example, ABLE is used to read/write sensor data on the platform CY8CKIT-042-BLE of the company Cypress® with a capacitive sensor and an RGB LED.