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...
Hello everybody,
I'm trying to use the RTC1 in the LedButtonDemo, in order to blink the led once we put 01 in with the Master Control Panel on my computer, but all my tempos...
Hi I need to test serialization with Nordic , since I need to use it for my application..
I want to first try it with my Linux Laptop. i.e, Connect NRF51822 to my PC using...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I just converted over from SDK8.0 to SDK8.1 to use the pwm library. After I was done, I figured out by searching on here that the GPIOTE is drawing ~1.1-1.2ma in sleep.
...
Hello everyone
i ahve configured the button and i want to make the function like this press the button for 3 sec and then the device should start advertising can anyone suggest...
We are running tests using the spi_master_with_spi_slave example and using an oscilloscope to see if we are getting any signal from the clock or the MOSI but we have not received...
I want to use mcp(master control panel) for windows to search for ble devices and do dfu via bluetooth, how can tell me how to set up the windows and usb dongle?
this is my sec_param:
sec_param_bond 1
sec_param_mitm 1
sec_param_io_capabilities ble_gap_io_display_only
sec_param_oob 0
sec_param_min_key_size 7
sec_param_max_key_size...
Our present application makes heavy use of the nrf51822 UART and I2C interfaces. We have a 115200 baud UART channel and thus need HW flow control. We are interfacing to an...
I would like to create wearable fitness based applications/hardware using nRF51822. But i am not sure how to get the fullest of power down modes in the chip.
For example...
Hi,
I purchased an nRF51 DK recently.Followed this tutorial to compile and flash an example project:
devzone.nordicsemi.com/.../
Here are the tools used:
Keil...
Hello,greetings.
I am trying to communicate among 2 NRF24L01+ modules using stm32 and stc89c52.
With EN_AA = 0x00, EN_RXADDR = 0x00, SETUP_RETR = 0x00 on PTX ,and EN_AA...
Hello,
I want to use preprogrammed Long Term Key (hard coded) with Device Manager for nRF52. I found the dm_enc_key structure but I could not find any solution to provide...
Hello all
I have an nRF peripheral based on S130 SD. I have exposed certain services with both read and write permissions. However i would like to secure these services...