We have experienced some modem faults and have implemented a custom `nrf_modem_fault_handler` to try to capture them.
We have enabled the config:
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC...
I am currently using the nRF9160 SLM firmware to send data over MQTT via datamode.
After connecting to the MQTT broker, I enter data mode using the following command: "AT#XMQTTPUB...
I'm trying to make a BLE beacon with Li-Ion battery and Qi wireless charging circuit. NRF52833 works in high-voltage mode (VDDH connected directly to the battery, internal...
I have mistakenly disabled Software Debugger (SWD) and wrote the configuration back to the board. Ever since board can not
(1) Connect and get the configuration data using...
Hello I want to add an extra config file based on the option in prj.conf or in Kconfg. For example: CONFIG_WIFI_SCAN_ONLY=y include the overlay-nrf7000-wifi-scan-only.conf...
1.Profile
During connection procedure of BLE, there are three packages: SCAN_REQ, SCAN_RSP 和 CONNECT_REQ。
SCAN_REQ: Scan request, issued by MASTER DEVICE, send to SLAVE DEVICE,sent by the Link Layer…
1.Profile
MTU: ATT Maximum Transmission Unit (MTU) is the maximum length of an ATT packet. The ATT MTU is defined by the L2CAP and can be
anywhere between 23 and infinity. The implementation of the…
Today I tried to find the better ways to debug program on nRF52840 PDK from CLI on linux.
The ways that I tried
[Failed] openocd (both stlink and jlink) & gdb
[Succeeded] JLink & JLinkGDBServer &…
Before we begin
Scope
Topics that will be covered include:
Before we begin
Necessary equipment and software
Necessary prior knowledge
Some basic theory
The Generic Attribute Profile (GATT)
Services…
Setting up the Timeslot API
When you want to use the radio while still maintaining a BLE connection or have a task that you need to do uninterrupted by radio activity, you can set up a timeslot. The timeslot…
Radio Notification
In this tutorial we will set up a beacon example and modify it to use radio notification. Then we will use radio notification to light a LED when the radio is transmitting.
While this…
Board Support Package
In this tutorial we will use the Board Support Package to control hardware peripherals on the nRF51 or nRF52 DK.
Required tools
Keil 5.20
nRF SDK 11nRFgo Studio 1.21.…
nRF51 Low power modes and power profiles documentation
The low power modes for the nRF51 series are System On and System Off. You can read about them in the nRF51 Series Reference Manual v3.0 sections…
###Note: This tutorial is for the legacy DFU module included in SDK version 11 and earlier. To get started with the new DFU included in SDK 12 and above, please see the SDK documentation in the Infocenter…