We are producing an issue where the ZBOSS stack will emit a ZBOSS Fatal Error without any context if we alter ZB_DEV_REJOIN_TIMEOUT_MS. Specifically, the steps to reproduce...
I am an experienced user of the Nordic Distance Measurement Library and I am encountering an issue where the device that is assuming the role of the DM_ROLE_INITIATOR can...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi Nordic,
We currently put cpu in deep sleep when battery charging almost finished.
We are using DMA (TWIM, SPIM), Timers (1-4) and PWM.
We explicitly turning...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
Hi,
I am connecting a central to multiple peripherals. In order to optimize the throughput I would like to simultanuously sniff the connection. In the nrf Sniffer documentation...
Hello! I need to post, but can't since december, why?
I have updated Windows 11, SDK 2.6.1 and 2.8.0 default is 2.6.1
Board SDK nrf9151
I need to use http_client or...
Hi,
It is not transparent to me, how can I determine this value? Is it a best practices value?
I want to implement Tx Power profile but I don't know where to get this...
Dear Nordic support team,
What is the maximum number of timers that I can create (and use) using the app_timer lib?
err_code = app_timer_create(&m_timer_m_1_0,
APP_TIMER_MODE_REPEATED...
I've recently started sharing development activities with another developer. I created a GIT from the folder: C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\ble\myProjectFolder...
I'm leveraging off the heart rate sensor example to create my own VS service. I've successfully registered a 128-bit UUID with the Soft Device which is enumerated along with...
Hi,
i get the example for using PWM to run and modfied it to use it in my application. My Prolem is that i only have one PWM Output toggle Pin. How can i build a second...
Hi,
I'm using the MCP to send a long to a nrf6310 board loaded with SD v6. The board hangs when I send a long though, is this due to the MCP not being set up to send longs...
Hello,
I have the nRF51822 Evaluation Kit. I have run the basic code examples like 'Blinky' and the BlueTooth HRS (Heart Rate) application, successfully.
Now I would like...
Hi,
Is it possible to give a function address to the "Task End-Point" of a PPI channel?
Like :
err_code = sd_ppi_channel_assign(PPI_CHAN0_TO_TOGGLE_LED,
&(NRF_TIMER1...
I am designing a device that needs to operate both as a Peripheral (such as a Heart Rate sensor) and also as a Central so it can optionally connect and gather data from other...
Hi,
in my application I have a device that has to be controlled by a remote control. For transmitting data between the remote and the device I would like to use BLE (not...
Hello,
Can you please help me with the following questions....
Why table 3 in the softdevice spec shows the same address for the application code_r1_base when softdevice...
I'm having a very strange issue when trying to debug application code on my Nordic platform. I'm hoping that someone else can shed some light on the issue, or at least confirm...