Tutorial explaining how to write a Nordic BLE peripheral firmware using PolyMCU and use Gattlib on the host computer to communicate with this device.
Bluetooth Nordic UART Service will be used through this tutorial.
Tags: open-source, polymcu, linux, bluetooth, gattlib, cmake, nordic
This blog entry explains the reasons why we came to write a new library to access BLE (Bluetooth Low Energy) GATT protocol on Linux.
It also cover how the story of how this library was developed with the difficulties we encountered.
Tags: open-source, linux, bluetooth, gattlib, cmake