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 all,
I am new on this forum looking for help. I programmed nRF51-DK using the ble_proximity example provided by the nRF5 SDK, I'm able to ring the phone by double pressing...
Hi. I tried to create a server using nRF connect but the error below appears.
2019-10-21T10:17:16.432Z INFO Application data folder: C:\Users\XXXX\AppData\Roaming\nrfconnect...
I've noticed that the DOG bit (bit 1) in RESETREAS is always set on our system.
I'm certain the WDT is disabled. (NRF_WDT->RUNSTATUS == 0)
Is this normal behavior of the...
hello,
I got today thingy91 and tried to play with it, but it seems that there is some issue (probably, with network/SIM?)
SIM card is from iBasis (card is activated...
I am porting the Microsoft Sphere example ( https://github.com/Azure/azure-sphere-samples/tree/master/Samples/ExternalMcuUpdate ) that updates a Nordic nRF52 Development Kit...
Is there a whitepaper describing how to tune an antenna for the nrf52832?
Can this be done with a VNA by connecting one leg to the ANT leg and one to the VSS?
Following...
Hi,
I'm trying to downgrade the nRF9160 modem firmware from 1.0.1 to 1.0.0. I'm currently unable to connect to LTE network from a location where I was connecting in seconds...
Hello. I am developing with reference to multi-roll and central sample projects. One of the functions I want to implement is to send data from central to multi-role.
How...
I have just received a Nordic Thingy:91 and started to registere it on the nRF Cloud, but I am not able to add the LTE device onto this cloud service. The SIM card and Modem...
We are currently using the 52840 DK board to do OTA DFU with BLE and the nrfutil.
We connect the DK board to a linux machine and run the nrfutil with the dfu ble options...
hi ,
new to Nordic developmen. struggling to access the characteristic data to be able to use it in the main function !
i have started with the blinky app example as it...
Hi,
I am a beginner in nRF52840, I am using 802.15.4 example to calculate the speed of 802.15.4 radio driver.
As per nrf_802154_received_timestamp we can get the timestamp...