Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

BLE examples

ble


Here you find examples how to use the BLE communication.

The examples are as follows:


BLE Proximity Sensing

This example shows how to scan BLE for nearby devices and how to advertise the device so it can be found by other BLE devices.


BLE OTA DFU

This example shows how to prepare the RAK4631 for OTA DFU => Over The Air Firmware Upgrade.


BLE UART

This examples initializes a BLE UART service. You can communicate between two BLE devices the same way you would do over a Serial connection.