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,
We are developing a product using the nrf 51422 where the power source is a 3 phase generator.
We rectify and charge on a supercap where the uProc is being supplied...
Please correct me if I'm wrong but my understanding is that unused RAM banks can be disabled to reduce quiescent current.
My first question is what is the current consumption...
Hi,
I'm using RTT debugging with soft-device " https://devzone.nordicsemi.com/tutorials/6/debugging-with-real-time-terminal/ " , I'm able to print few messages, after which...
Hi~ I'm sorry because it usually does not use English writing in English, So there may be errors in English please forgive me.
Last year, I bought some nRF51 Development...
Short: Working Timer. Working SPI. SPI does not work when triggered by timer_handler.
Hello,
I am currently trying to replace delays with timer in my code...
I set...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I want to make nRF51 goes sleep mode.
So I tested linked source code as below.
github.com/.../main.c
It works well.
But...
Hello, Nordic Stuff.
I've been working at ble peripheral devices using S110.
I am just wondering why the sd_ble_gap_disconnect function accepts only the reason code...
I am interested in developing an nRF51822 application for an old PCA10001 nRF51 evaluation kit using a Mac OS X platform. I've downloaded and installed the following tools...
Hello,
I have a nRF51DK.
I am trying to use the TWI driver to communicate via I2C with an accelerometer MMA8452Q.
I already have a working code based on several SDK examples...
How much additional current does enabling the FPU add to the nRF52 processor? I reviewed the Product Spec. but I can't seem to find this listed anywhere.
Thanks
We successfully used the pofcon on a 51822 based design using S110 ver 7 to indicate a low batter condition to the user. However, we are moving to 52832 (currently QFAA-BA0...
I have a peripheral based on S110 that is connected to by a central running S120.
The connection is established, the S120 interrogates the service and enables notification...
Hello,
Thanks for reading this! I have an odd behavior on my nrf52832 where I am capable of uploading a new firmware via BLE DFU to the peripheral device if it is not bonded...
I'm running into something weird on SDK8.0 (I will be upgrading soon to SDK10, however it's a layered roll out so I can't update right now unless you tell me it's a bug in...
I was trying to view the scan response packet using the master control panel app I have on my android phone, but I can't seem to see where it is.
I want to update the scan...