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'm struggling with the easyDMA UART of nrf52. I've got a preview nrf52-DK here where I wanted to make a simple example with the following code but I never reach...
I'm doing a custom board with a nRF51822 FAAG0. I have in it the ST BAL-NRF01D3, with a 0.8pF capacitor.
In the forum I read in a post that some versions of the nRF51822...
Hi everyone,
I am using the nRF51 SDK 10.0.
The documentation for the Debug Logger API suggests sample code like:
uint32_t retval; // Initialize module
retval = app_trace_init...
I want to use the J-link to program the nRF51822 via SWDIO and SWDCLK, every time I click the
"nrf51 programming", the studio stops working immediately, PLZ help, thans
I'm trying to set up communication between an nrf51422, and an nrf24l01+.
The nrf51 is supposed to be the PTX device, and the nrf24 the PRX device.
Communication from PRX...
I was learning GPIOTE using the example provided in SDK 9.0.0. (examples\peripheral\gpiote). The example only uses GPIOTE task and a timer to drive the task through PPI. ...
We have created a firmware and encrypted it with a private key and made it public. When we download it to the chip it's decrypted with a public key stored in the chip. Right...
I have about 200-300 sensors, each requiring to send data at around 0.5-1Kbps to a central node (coordinator/master node), what will be the network configuration/topology...
In SDK 8 for the nrf51422, notifications are always being sent as 20 bytes, regardless of p_len. The BLE_EVT_TX_COMPLETE event stores the proper number in tx_length, but the...
Hi everybody.
I am making an application which combine ANCS and UART on PC100028 (nrf51 SDK 9.0.0). This program worked properly. However when I add DFU service (dfu_dual_bank...
I am currently using Nordic's UART code and wish to build to use the UARTE rather than the legacy UART. I am currently using the following definitions in nrf_drv_config.h...
I use the S110 V7.3.0
I use the uart function ,I can use the uart function is OK.
But ,I need save power.
How can I turn off the uart function,while I was start the uart...
Hi,
When trying to update an application using nRF Toolbox on iPad, I get the error as in
this thread .
Turning Bluetooth OFF and ON does not help. On Android it works...