By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hello,
I am using following component for my project, 1-nrf51822,2-SDK 11 3-S130, 4-BLE400 board, 5-Keil IDE. I am also using SDK 11.x HID example for my base program....
Hi,
I try to use the nRF sniffer but it doesn't display anything.
System used :
Windows 10 Family x64
Wireshark 2.4.4
Python 2.7.14 (in C\Python27 included in...
When the Softdevice is not enabled, can the nrf_nvic_ functions be used? When I never enable Softdevice but call err_code = sd_nvic_ClearPendingIRQ(RADIO_IRQn) I get error...
I am working with the DK-52 and SDK 14.2. I am generating two PWM signals using the pwm driver.
Everything works as expected on PINS 11 and 12.
If I change pins to 5...
I'm using nRF52832 SDK board with softdevice s132_nrf52_5.0.0 and SDK 14.2.
The program compile without an error. I tested the led and timer separately and these work.
...
Hey all,
I tried to build my project in the Keil µVision IDE.
But everytime I get the same error and I can't figure out where the problem should be.
I searched for the...
I would like to call sd_power_system_off in my error handler. The product is at a stage where occasional errors still occur as the devices are deployed "in the field" for...
We have a custom board solution with an BLE module from Laird, that uses nrf51822 IC, as a gateway. Code was written in Keil and we used SDK v 8.1.0. Originally we didn't...
According to BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part G page 2248
Exchange MTU procedure is initiated by the Cilent, and only be initiated once.
But by looking...
Hi,
I'm trying to add the peer manager to my project, following the guidelines at infocenter.nordicsemi.com/index.jsp
I've copied the peer_manager_init() function exactly...
The pm_evt_handler routine handles the event PM_EVT_CONN_SEC_FAILED and lists the following text as comments:
case PM_EVT_CONN_SEC_FAILED:
{
/* Often, when securing...
Hi Community,
I have nrf51822 module and use it's ADC. I had 2 AAAA batterys to supply power. But found 3V regulator consumption over 100ua. It's too much with sleep mode...