Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 512 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 512 Bytes

Hello BLE

Sample project for talking BLE with the https://github.com/OpenBluetoothToolbox/SimpleBLE library.

Dependencies

Install SimpleBLE C++ version with:

git clone https://github.com/OpenBluetoothToolbox/SimpleBLE.git
cd SimpleBLE
cmake simpleble -B build_simpleble
cmake --build build_simpleble
cmake --install build_simpleble

You may need sudo for the install step.

Compile

mkdir build/
cd build/
cmake ..
cmake --build .

Run

cd build/
./hello-ble