I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Dear Support Team!
I'm just about to flash an external board (nRF52820) through P19 where the MCU is powered at 2.3V. I would like to use the nRF52833_DK and the PPK2 to...
Hi Team,
We are using SDK 3.1.0 and radio FW version 1.3.7.
Trying to read RSSI, RSRP, RSRQ, SNR levels using AT command AT%MEAS but it returnns error.
Am I missing...
Hi Nordic,
I'm developing a BLE protocol on an nRF54L05, and is trying to send (On request or by notifying) up to 750 logs of data, each log being 8 bytes (1 byte event...
Hello everyone,
Im using nrf5340dk for the first time, i have built project for nrf5340dk_cpuapp and i think code is good but for some reasone i dont see a led diodes turnin...
Hello,
I had a question about the BT GATT DM Workqueue used in gatt_dm.c.
In NCS 2.8.0, the BT GATT DM Workqueue was introduced as an alternative to the System Workqueue...
Hi List, I have been successful to run my basic functionalities like GPIOs, I2C and ADC using custom board files for nrf54l15 based custom hardware.
Now, I am trying to...
Description:
Hello, We are developing a DECT NR+ communication setup using multiple nRF9161 DK boards arranged in a Sink–Relay–Leaf topology.
Each board operates as a...
While working on debugging our application firmware using the nRF9151, we ran into issues that we hypothesized as being caused by an incorrect modem clock leading to validation...
Hi Nordic team, We have a production firmware developed on nRF Connect SDK v1.7.0 targeting a Fanstel BLG840FB4 gateway module (nRF9160 SiP + nRF52840 SoC). We are trying...
Hello.
****************************** 1 ******************************
In the picture above, it's the original circuit for 9151 in our schematic, for this block of pins...
I followed Lesson 1, exercises 1 and 2 of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ and successfully built and flashed the blinky sample on a nRF54L15...
Hi,
I'm porting a working SPI camera demo from nRF52840 to nRF54L15 and I'm stuck with an issue where the SPIS RX amount is correct, but the received buffer is all zeros...