I'm developing with an nRF52832, NCS V2.6.0 (happy to update to a newer SDK if it gets me the functionality I need) and Zephyr 3.5
What I'm currently doing is having my...
Hi Support Team
Could you guide us build an efficient automatic programming tool for nRF54L15’s mass production? Our Apple Find My and Google Find My project will be mass...
The functions “ nrf_log_frontend_std_...() ” called by “ NRF_LOG_INTERNAL_MODULE(...) ” use only 4-byte (uint32_t) arguments, which is not suitable for arguments of type ...
Hi,
If the following function is used, how to solve this error:
#include <nrfx_reset_reason.h>
void check_and_clear_reset_reason ( void )
{
// 获取复位原因
uint32_t...
Hi
We have a Nordic thingy device with us & using that we would like to perform some network testing.
We are setting up a private NB IoT network and we would like to...
2025-06-13T08:43:42.649Z INFO Initialising the bundled nrfutil device 2025-06-13T08:43:42.652Z DEBUG Started watching devices 2025-06-13T08:43:44.400Z INFO Using the bundled...
I am using two nRF5340 Audio DKs one as a gateway and the other as a headset. I tested the nrf5340_audio example and managed to get the speaker output working through the...
Is it the only way to call a function on a read characteristic to make a read request and then inside on_ble_event call the function?
Is this the right way?
Hi
in the communication with an SPI peripheral device, a communication cycle might take up to 5 ms.
It is implemented as a blocking function, meaning that app_sched_execute...
Hi all! Several weeks I've tryed to implement code for my wireless temperature sensor based on nrf24le1 and ds18b20. In datasheet said that in memory retention mode the power...
Hi,
Is it possible to send a advertisements for a single (or a fixed number of) Advertising Events? I need to control the number of Advertising Events "sent" for a mesh...
Hi, I'm looking to build a simple ANT+ application. My only asset for this project is a background in C/C++. I'll need to learn/relearn the basic electronics and protocol...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...
I understand that in order to trigger bonding procedure you need to read/write a secure characteristic.
I am using the nRF Connect application on IPhone and trying to see...
Hi all,
I need to take samples of a period of two periodic signals and made some DSP processing with both signals.
I need at least 64 to 128 samples per signals.
I...
Greetings,
In Bluetooth 5, there is a new mode of advertisement called periodic advertisements where the advertising device can periodically advertise over the 37 non-primary...
I have a design running on nRF51 that I'm evaluating to run on nRF52. One important characteristic I'm looking for is to store it for long period with a minimum power consumption...
Having some problems upgrading the PCA10056 to firmware 1.0.1 as stated in the getting started. After downloading the only file I found I can no longer connect to it.
Can...
I've been trying to use nRF52 (PCA10040 board) with SDK 12 to read data from max30102 through I2C.
I used non-blocking read and this is twi init function and event hander...
According to S130_SDS_v2.0, I can choose to return NRF_RADIO_SIGNAL_CALLBACK_ACTION_NONE after NRF_RADIO_CALLBACK_SIGNAL_TYPE_EXTEND_SUCCEEDED to stop extend more timeslots...
I want to trigger SAADC by PPI between RTC compare event and SAADC sample task. Is it possible?
In the SAADC example (SDK 12.2.0), a timer is implemented. In function nrf_drv_timer_extended_compare...
Hi!
Which project do i need to look at in order for 5 devices which are NFR52 to send data each other
There is only one center in multilink project and other devices dont...