Implementation of Bluetooth BLE One Master and Multiple Slaves with nRF52832

Implementation of Bluetooth BLE One Master and Multiple Slaves with nRF52832

When implementing Bluetooth one master and multiple slaves functionality using Nordic Semiconductor’s nRF52832 chip, you need to use the development kit and Bluetooth protocol stack provided by Nordic. Below are the detailed implementation steps and key code examples, based on the latest nRF5 SDK v17.1.0 and SoftDevice S132. 1. Development Environment Setup Essential Tools: nRF5 … Read more

Understanding BLE from Scratch: Principles of Low Energy Bluetooth and Practical Applications with nRF52

Understanding BLE from Scratch: Principles of Low Energy Bluetooth and Practical Applications with nRF52

Hello everyone, welcome to <span>Lixin Embedded</span>. The term “Internet of Things” has probably become quite familiar to you. In simple terms, the Internet of Things connects various devices to the network, allowing them to communicate with each other. Wireless technology is a star player in the Internet of Things, especially Low Energy Bluetooth (BLE), which … Read more

Quick Use of UART Serial Port and Applications

Quick Use of UART Serial Port and Applications

1. Serial Port Activation Process Before we start, let’s take a look at a few demo programs for serial ports from different chips. These include the STM32 V3.5 standard library, the official demo for nRF52832, and the official DEMO for the STC15 series microcontroller with a 51 core. From the above demo examples and the … Read more