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...
Hi,
I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit...
Hi,
I've been using your nRF51822 with considerable success. I now need to migrate across to an M3 for greater power. I want to keep most of the application code I wrote...
Hi
Thank you for the IOS App "nRF Loader" which was released last week. It works well and offers a lot of possibilities for Nordic developpers. I've one question about...
Hi,
I have just opened my nRF8001 DK. It seems like for the evaluation of the nRF8001, I also need to purchase a nRFgo Motherboard, which is sold separetely.
Where does...
Hello,
I would like to do some code tests and simulations of my application in the keil microvision, so I would like to know if you could give me an example project to...
Is it possible to initiate communicate with an ANT+ device using a nRF24L01+?
I understand that the RF Channel is 2.466 GHz (66), however I do not know what Address(es...
hi nordic guys,
i created one custom profile, which is having two characteristics
my minimum and max conn interval is - 10ms and 50 ms
1. characterisic one will send...
Hi,
i am using accelerometer sensor, which is i2c compatible.
i have nrf51822 pca10001 board.
in accelerometer datasheet it is mention as after every write there...
The documentation clearly state that if the payload length is read as > 32 byte, the RX FIFO must be flushed.
My question is, will that erase all other pending messages even...
How much current can the nrf51822 sink per pin? In the datasheet, I can see that it is at least 5mA. I also see that the chip can drive 3 pins at 5mA, but can it handle more...
Hi
SPI master is 3rd party MCU. SPI slave is nRF51822.
If MCU sends a bunch of data to nRF51822 via SPI, at the same time, BTLE host like celluar phone try to connect...
Hi,
I am using the PCA10001 v1.0 from the development kit and am having trouble measuring the same current as the one from the specification.
I am using the ble_app_proximity...
Hi,
According to nRF51 Series Reference Manual v1.1 , section 10.1.3 there are 3 ways to leave debug interface mode after programming the chip. Assuming that my device...
Hi
i created one timer0 interrupt in ble_app_hrs.
void timer0_init()
{
NRF_TIMER0->TASKS_STOP=0;
NRF_TIMER0->PRESCALER=4;
NRF_TIMER0->BITMODE=3;
NRF_TIMER0->MODE...