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...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
the on-board J-Link is not showing up on USB anymore besides the FTDI chip still being detected.
So it's not detected anymore by neither JLinkConfig nrfprog or any other...
I'm considering various protocols for mobile robotics applications using Nordic nRF52-based transceivers. The Gazell protocol looks to have a number of appealing features...
What is the exact LFCLK control behavior with regards to control from both the APPCORE and NETCORE? The clock control figure at https://docs.nordicsemi.com/bundle/ps_nrf5340...
We have a custom board in production, which is nRF52832, s132, nrf5 SDK.
Below I provide you some code regarding the peer manager. We use a static key to pair and connect...
I have a program that to fail to start. I read the flash content use jflash, found that the only difference between the program that can run normally is the value on MBR_parameter_addr...
Hi,
This ticket is related to Case ID: 318953.
We have a nRF52820-QDAA-D-R7 on our 6-layer PCB with full ground layer beneath the chip. The chip has the external reset...
Hi,
I am currently developing a project using the nRF52810 as my controller and SEGGER Embedded Studio (version 5.42a) as my IDE. I have successfully integrated the Timer...
Hi
Is there any way to read the current value of the nPM1300 timer?
This would allow to keep track of time while the CPU is not running or rebooting (in the absence...
Dear community, I have a custom PCB based on nRF52811.
Earlier i worked on nRF52840-DK successfully with less head-ache.
How can we configure any basic project for this...
I am programming with the nRF52840DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I'd like to inquire about methods for...
Hello,
I need to write to the UICR flash multiple times. Typically, this involves disabling the softdevice, writing to the UICR, and then re-enabling the softdevice. However...
ncs v2.6.1 nrf5340
As mentioned in the document , Q1. Does CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY need to be set on the provisioner's side as well? The document only mentions...
Hello
NCS2.3.0 or newer, is there a demo BLE HID ?
connect to android phone for control play/pause music.
i.ve found ble_app_hids_mouse in SDK 17.2.0. it can play...