Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Installed Segger Studio v4.12, nRF5 SDK(latest version), J-link, all under same catalog but into their own respective catalogs.
First, if I open blinky catalog and choose...
I am receiving "ERROR 4097 [Unknown error code]" returned upon calling nrf_sdh_enable_request. I found that ERROR 4097 corresponds to NRF_ERROR_SVC_HANDLER_MISSING from some...
I have the following code. I need to add a second counter attached to the spi_end_event. The first counter "count_task" is working, but can you tell me how to get "count_task2...
Hello all,
we have currently a problem with writing to a custom chracteristics in nRF52832 with softdevice S132. When the characteristic is written, we get responses only...
Hello, i am making a "simple" project, the goal being changing the duty cycle of the pwm depending on saadc sample value. My goal is to sample audio, process it ( low pass...
Hi,
I am implementing a keyboard with nrf52832 + s132 from sdk 15.3.0. Recently noticed that when trying to pair the device with a Windows 10 laptop and it keeps saying...
I'm using the CMake scripts in the Nordic mesh SDK to build my project, as the project uses CMake libraries. I want to determine the RAM usage of my application. I saw this...
Using J-link programmer, I try to figure out how to set some kind of security bit to avoid 3rd party reading code from flash.
If you could please return me a helpful link...
Using NRF51802 power-on reset failed, I have to manually reset each time, the program will start running.
The following are the information that may be used.
1.Schematic...
Hello.
In last couple of days I've been trying to figure out how the whole SDK is structured and how to start developing essential applications using the Segger Embedded...
Hi , so I witnessed this weird phenomenon:
When I use the simple On-Off-Model (as a base for a custom vendor model) in the switch application, the handle_set function in...
Hi,
We use Mesh SDK 3.2.0 and 15.3.0 SDK
We were developing a LPN example and we ended up having a bunch of models on the node which increased the composition data size...
I have a device with a Secure-DFU bootloader on it. I was wondering what it would take to OTA update it to the Mesh-DFU bootloader.
Some background around the use-case...
Hi,
I'm using the lighting example within the nRF5 SDK for Mesh. I'm using a static provisioning, one light client and one light server. Both the client and server implement...