The Arduino Nano 33 BLE Sense board is built from the nRF52840 processor from Nordic. This processor has a Bluetooth and BLE radio module. In this chapter, we explore how to get started with BLE on the Arduino Nano 33 BLE Sense. We will build programs to use this BLE module.
Setting up a BLE library on Arduino Nano 33 BLE Sense.
Building a simple BLE application.
Developing an LED control program over BLE.
Exposing sensor data over the BLE service.
Introduction
The ...