Weekly Insights: What Upgrades Does Bluetooth 6.0 Bring and What Are Its Benefits?

Weekly Insights: What Upgrades Does Bluetooth 6.0 Bring and What Are Its Benefits?

I only recently learned that Bluetooth 6.0 has been released for over six months. However, this technology is like taking medicine; it takes time for it to be industrialized and for its benefits to be realized. Let’s first review the major upgrades of Bluetooth over the years: Bluetooth Major Version Release Date Core Upgrade Points … Read more

Debugging Techniques for nRF5 SDK

Debugging Techniques for nRF5 SDK

This article describes the main debugging methods for the Nordic nRF5 SDK to help everyone quickly locate and solve problems. Generally, you can debug your code using various methods such as logging, IDE debug mode, the app_error_check function provided by the SDK, and command line methods. 1. Debugging via Logging The nRF5 SDK supports two … Read more