I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
Hi, We flashed an ncs v1.3.0-rc1 build onto a 5340 DK network core, and ever since then the UART is not sending any data to our PC. We have connected RxD and TxD to pins P0...
I've seen a few discussions on C++ support. It's frustrating I can't contribute to the conversation - I'm not sure if that's because my account is too new, or if comments...
Good day, support!
I have a couple of questions regarding the mandatory services of the nRF52840 dongle.
1) How to add characteristics to the mandatory services 0x1800...
Hii,
I am trying to flash secure_bootloader into my nRF 52 SDK. I am facing some issue.
can you please explain how to create "micro_ecc_lib_nrf52.a" file (which software...
Hi,
I'm using NRF52840, and my application connects with BLE mobile application. After a minute, connection is lost.
I tried to find which functions called sd_ble_gap_disconnect...
Hi Nordic Team,
I am developing a device using Arduino Nano-33-ble board which is based on the nRF52840.
The code is developed on Arduino IDE and the basic function...
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.And I noticed that send function (ble_nus_data_send)failed a few times when it didn't...
Hi my friends, Nordic DevZone I have a project implemented on Bluetooth 5 network consisting of master and slaves ((1) master and slaves (7)) For example if I use (two kits...
I'm having an issue programming the bootloader using .hex file. I have "Erase all" by nrf52832 and was trying to debug my bootloader the code didn't stop at the beginning...
Dear Sir.
I have a question regarding the nRF9160 Interrupt procedure.
I have 2 interrupts on my nRF9160 custom board.
The 1st interrupt is an external interrupt every...
I'm using nrf52840 DK board with modified program of light switch example from sdk 2.1.1. While provisioning with interactive pyaci i'm giving provision address maually to...