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...
Hello, I'm setting up a mesh network with low consumption sensors and I'm using the Low power node example. I'm having trouble increasing the number of devices supported by...
Hello,
How can I directly read out the POFCON register value on the Watch Window while debugging?
Where is it actually located in the library(sdk 14.2) source code?...
How can i know how much time the microcontroller spends in the timer_event_handler() function? I am fear that i have written down to much code into that function. Regards
Hello,
I have the following statement in flash_placement.xml:
<ProgramSection alignment="4" keep="Yes" load="Yes" name=".nrf_queue" inputsections="*(.nrf_queue*)" address_symbol...
Hello.
I have two nRF52832 (central and peripheral). Connect the central and peripheral and call sd_ble_gap_rssi_get() on the central to get the RSSI and channel. The attached...
Hello there!
At this stage of the product development cycle, we would like to be able just to take simple reading from ADP536x module (to read either battery percentage...
Hey all,
For new minor revisions (1.X.0), will they eventually be supported by telecom's that are currently running with lesser versions? For instance, the current modem...
Hi,
I am using nrf52832 with icm20948 (I2C) on custom board and I am using icm20948 for angle measurement. For custom application I added some features i.e, before reading...
Hi,
We have preloaded the module test board with the DTM test from NRF5_SDK16.
The lab is requesting for the driver to pull up the testing interface and instructions...
I am exploring nRF52833 in a project using DK and Keil IDE. However, I keep getting errors when I attempt to download DeviceFamilyPack, etc. This error only occurs if I try...
Hi,I have a problem.I used three channels of ADC sampling in the project.If I connect the ADC port directly to GND,the ADC value of the sample is not equal to 0.But if I change...
hai ,
In my application , my nrf52840 device in peripheral mode to connect with central (ESP32).
then if i get a mac id from central ,i need to connect over with central...
Hello,
For my project I use uVision v.5.23.0.0; now I am willing to prepare two different targets using the same source files: one target for debug, with included the drivers...