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 have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi support team,
I download mesh (nrf5_SDK_for_Mesh_v3.2.0) serial example FW to nRF52840 DK,
and connect to embedded linux gateway over USB,
I can run PyACI example...
Hi,
It seems that s112 soft device uses IRQ level 0,1,4 of nRF52832.
By default my counter has default IRQ level 6, my concern is about the delay of COMPARE interrupt...
Hi, Everyone
Environment: SDK15.3, nRF52840, Keil Compiler
I want to keep the previously set values undeleted even after OTA
My question is
1) Which method is better...
from this guide
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h23sjziacp7vrw0scs2t3tua1ax0426
It is...
Good evening.....
I am looking to play around with the Thingy 91 but I am a hardware guy who knows enough about firmware to be dangerous. I typically run into issues getting...
Hi,
I am trying to send firmware image from one board to another board. For that I want to use DFU control point characteristics.
I am using nrf52832 development kit...
I have installed the cocoapod for nrfMeshProvision, but i am new to BLE technology. I am able to fetch the dataIn and dataOut characteristics, but stuck at creating a Proxyhandler...
Hi,
I have a project where we want to setup 3 PWM channels for dimming LED strings in a mesh configuration. So the mesh dimming server is a perfect starting point. I did...
Hello,
Our team is new on development nRF52832 firmware.
Now we have an issue on standby current for nRF52832.
We have a 5 second timer for a PWM output.
Sleep (System...
Hello there,
I am facing some difficulties while using nRF52832 NFC for an application.
When I tap the nrf52832 device on the NFC reader the nrf52 cannot able to respond...
Hi, we are currently looking at making a zigbee light switch using the 52811. However since the zboss library files are compiled with FPU directives the only way to build...
I need to read data from sensor and publish it to the mesh network. So the question is do I need to create Sensor model for that or, as in one of your replies , you suggested...
Hello Nordic Team,
I want to connect peripheral using Mac address, i am setting mac address filter in Scan init but Filter is not getting set
below is my Scan init function...