This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I am using nrf52832_xxaa with SDK v11.0.I tried writing into the APPROTECT register by using the code below
sd_softdevice_disable();
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Wen...
Hi, as per subject, I would like to know the trade-offs of using the internal DCDC vs LDO when it comes to RX sensitivity specific to the nRF52840-QIAABB variant.
From this...
Hello,
I am using the nRF840 PDK for testing the radio communication.
During my tests, for TXPOWER=0xD8(at minimum), I found a gap of 7 dBm between the radio output...
Hi, I am trying to connect the nrf52840 to GPS module, and I hope that the dk could read the GPS information via UART. I try to modify from this example nRF5_SDK_14.2.0_17b948a...
Hi,
the following are the TX's current consumption for 0 dBm from the datasheet:
I assume the second line refers to the measurements when the internal LDO is used...
Hello,
I know how to update the application through OTA at the moment, I do the following steps:
set the device run in DFU mode by writing 0x01 in Experimental...
Hi, Nordic engineers
I checked there is one error function in nRF5_SDK_12.1.0_0d23e2a:
in nrf_esb.h
uint32_t nrf_esb_get_rf_channel(uint32_t * p_channel);
but in...
Hi,
I have 3 nrf51822 devices. Two of them act as peripheral and one acts as central. Each peripheral is used in a wheel and they are the 2 wheels of a cart. Central is...
The latest Objective Spec nRF52840 Objective Product Specification v0.5.1 got me a little confused since I was working off of v0.5 until few weeks ago. My application is a...
I'm using SDK 12.2 with Softdevice S132 V3.0.
I try now the migration to the most resent SDK 14.2 with its Softdevice, because it seams there were several bugs fixed in between...
I am trying to use a dht sensor and arch ble device to display temperature on the console. But when I flash the program on to the board, I cant see the output on the console...
Hello Everyone,
I have developed my application using BLE for connect android mobile. I have design complete PCB using your reference design. But i have littele confused...
Hi guys,
I follow this link and do the configs on the Keil project in examples\dfu\bootloader_secure_ble\pca10040 to run on nRF52810.
But I find that the micro_ecc_lib_nrf52...
I'm trying to use a the COAP server example from SDK 14.2 running on nRF52DK. I've got a RPI3 acting as a router between my Ethernet network and the 6lowpan/BLE link.
I...