I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
As title says, I have a clean install of Xubuntu 23.10, latest nrfutil and toolchain-manager package
My shell is zsh, however "nrfutil toolchain-manager launch --shell zsh...
Hello, I'm trying to get FOTA over BLE (SoC & external Flash) working on NCS 2.9.0. The sysbuild and MCUboot configurations and overlays seem to be fine. The application builds...
Hi,
I've started working with the nRF52-DK for developing a new product based on the nRF52832. I'll be using custom services so I took as a starting point the projects provided...
Hi,
I'm using Linux with Visual code extension to compile for both nrf52840DK and nrf52480 dongle and I'm using the programmer in nrfConnect to write to the devices. The...
This case don't happen when i merged net_core and app_core to burn . I used to burn only one core.
What causes this?
Now I have a new question.I use one nrf5340 as CIS...
I am using nRF connect SDK and wanted to examine gpio 'out' register during the debugging session but every time I try to print the register value, I get the following error...
Hi,
I am using the SDK 2.1.1 and I will upgrade to 2.1.4 since errata 160 is fixed there.
Reading the errata document here , the anomaly 168 is fixed in SDK 2.5.1. Unfortunately...
Dear nRF support,
nRF5340 custom board
nRF NCS 2.5.x
Running into this very weird issue:
Program runs fine if I don't attach debugger to it
When I do "attach to...
Hello Nordic Engineer,
I successfully controlled the 52840 DK through Mesh using my phone. However, after exiting the app and reopening it, I can no longer control the...
Hello Team,
I’m working on implementing BLE Mesh on the nRF52832. I extracted the BLE Mesh ZIP file and placed it in the same directory as the nRF SDK. Then, I opened the...
Dear Nordic Support Team,
I am encountering an issue with the nRF52 SDK for Mesh v5.0 and nRF52 SDK v17.0.2 while running the serial example. The system runs for a while...
Hello,
In the header file nrf54l15_types.h, we see the following defines related to the SAADC:
* REFSEL @Bit 12 : Reference control */
#define SAADC_CH_CONFIG_REFSEL_Pos...
Errors on calling "lte_lc_init()"
Does anyone know what the corresponding error codes mean, or what could be done to debug the cause?
Thank you very much.
I am writing an i2s application for the nRF5340 Audio DK with toolchain and nRF Connect SDK v2.9.0.
During development I noticed that nrfx_i2s_start() does not seem to check...