Skip to content

Latest commit

 

History

History

st_ble_sensor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bluetooth: ST BLE Sensor Demo

Overview

This application demonstrates BLE peripheral by exposing vendor-specific GATT services. Currently only button notification and LED service are implemented. Other BLE sensor services can easily be added. See BlueST protocol document for details of how to add a new service.

Requirements

Building and Running

This sample can be found under :zephyr_file:`samples/bluetooth/st_ble_sensor` in the Zephyr tree.

Open ST BLE Sensor app and click on "CONNECT TO A DEVICE" button to scan BLE devices. To connect click on the device shown in the Device List. After connected, tap LED image on Android to test LED service. Push SW0 button on embedded device to test button service.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.