Bluetooth GATT: How to Design Custom Services & Characteristics [MIDI device use case]
A step-by-step guide to designing custom Bluetooth LE GATT services and characteristics, with a hands-on MIDI device implementation example using the nRF52.
A step-by-step guide to designing custom Bluetooth LE GATT services and characteristics, with a hands-on MIDI device implementation example using the nRF52.
Learn how to capture and analyze Bluetooth LE advertising packets with the nRF52840 USB Dongle and Wireshark, including setup, display filters, coloring rules, and custom Wireshark profiles.
How fast is Bluetooth 5? Real throughput depends on PHY selection, DLE, ATT MTU, and connection intervals. This guide explains each factor with actual nRF52 measurements.
Choosing a Bluetooth LE chipset? Compare 17 popular SoCs from Nordic, Texas Instruments, Silicon Labs, NXP, and more — with detailed specs, features, and pricing to help you decide.
Learn how to integrate Nordic Buttonless DFU into your own nRF52 application, generate signing keys, build a secure bootloader, create DFU packages, and perform over-the-air firmware updates via nRF Connect.
For the purpose of this tutorial (separated into two parts), our goal is to create an iOS app that can manage multiple BLE peripherals. Our example will be
Implementing Over-the-Air Device Firmware Update for nRF52 - Part 3. A step-by-step guide by Novel Bits.
Implementing Over-the-Air Device Firmware Update for nRF52 - Part 2. A step-by-step guide by Novel Bits.
One of the most important and critical features of wirelessly-connected devices is the capability of over-the-air device firmware updates (aka OTA DFU).