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...
Hello, Has anyone implemented Deep sleep in nrf52833, v2.9.0?
What all I tried :
1. tired to use "pm_state_force(0u,&(struct pm_state_info){PM_STATE_SUSPEND_TO_IDLE, 0...
Hi, may I looked bad , but I can not find NTF52 documentation, datasheet, evaluation board schematic, pinout, price... nothing , except the file nrf52.h in which I found some...
The following SDK files have incorrect comments:
markrages@qountdown:~$ grep 'units of 0.625' -r /opt/nrf51sdk-11.0.0 | grep 300 | grep to\ 25\ ms
/opt/nrf51sdk-11.0.0...
I configured nrf to go to sleep after 5 minutes of inactivity and then wake up by external signal (by accelerometer interrupt if any movement detected). what struck me is...
Hi again,
I'm here with another HID problem. When I flash my chip with standard HID mouse example, OS discovers it with it's declared in code name, connects succesfully...
I have designed an custom application board based on nRF51822 SoC,
Now i wanted to do testing on RF front.
I found one Test guideline(RF_Performance_Test_Guidelines_v1_0...
Hello Everyone,
I am able to do this functionality by using NRF5DK
Using Android APP (MCP master control panel) am able to make beep sound in the NRF51DK by using...
Im working with a nRF51422 EK. So, there is an android application with 2 buttons. Each of them can Set a LED. It will be set as long as the button is pressed on the application...
SDK:10.0.0
Here is the error when I compile
..............\components\softdevice\common\softdevice_handler\softdevice_handler.h(40): error: #5: cannot open source input...
Hello,
I have a project which is currently using S110 SoftDevice v7.1.0 with nRF51 SDK v6.1.0. The hardware is nRF51822 xxAA revision 2. It will probably be upgraded eventually...
Hi,
I intend to use ANT protocol for an application of soccer players trackers.
Each soccer player would wear One master and remote sensors communicating with ANT.
But...
Is there a way to know if we are in critical region?
ie: between sd_nvic_critical_region_enter(&foo) and sd_nvic_critical_region_exit(0) without explicitly using a global...
Hello,
I'm using nRF8001 with Arduino for our project. I use BLEeripheral. h and I need to know if it's possible
with the visibility of NRF
when invisible can nrf...
Hi,
everyone,
I am new with the uvision IDE.
Can anyone tell me how should I supply source and header file to project so that my header files can be access without relative...
I'm curious. I believe I can set it up in the keil "options->target" tab.
I get it that as long as I don't cause the softdevice and my program to "overlap", it is fine...