The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Please give me info about configuring a timer at given timeout. For eg,. if we want to blink LED for 30 seconds, how to configure them using timer events.
What is the optimum reset strategy for Debugging the nRF52832 with a Segger J-Link Plus?
(Setting of Project_Options/Category:J-Link_J-Trace/Reset)
nRF shall not...
Hi,
I am using SD 120 Ver 2.1.0 and SDK 8. I am getting disconnection with reason 0x3E sometimes. After disconnection even master is scanning, It wont get connected with...
I've been working on a separate problem with the NFC Type 4 library when I ran across this. I can duplicate it in the experimental_writeable_ndef_msg example.
All I did...
Hi Nordic Forum!
I've been trying to run a test program (pin toggle) on a custom nRF52832 board.
First, I tried the same program on the HDK to toggle pin P0.17 (LED1...
When I use additional VS UUID, should I use sd_ble_uuid_vs_add(), se_ble_gatts_service_add() in order?
example,
sd_ble_uuid_vs_add(); <- VS1 UUID
se_ble_gatts_service_add...
Hello, I am developing with pc-ble-driver using python. I noticed that the Bluetooth connection becomes disconnected when I alt tab out of the gui I made. Is there a solution...
Hello,
I am using SEGGER Embedded Studio together with a nRF52832 and I am trying to read an EEprom register containing a 32-bit floating point value in four bytes (register...
Hi,
I try to use the BLE to send data to a smartphone but I have a issue when I try to flash my nRF52 DK, using eclipse. I get the following error :
No source available...
I am using the example ble central devices from the SDK 8.1. The example provided prints out to pin 19 (the on-board LED). I wanted to change the functionality to print to...
I am trying to add ADC to my program per the nordic examples on GitHub.
Using GCC, SDK12, nrf51.
These are the errors I am getting: (sorry for the formatting of this - code...