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...
Hi,
I am using BL600 Development Kit(Laird).
Is it possible to develop my application on this kit using the Nordic tools( Keil IDE,SDK and soft-device)?
if yes, is...
Hello, I studying nRF51 SDK for mesh.
I have a nRF51822(PCA10028) is a Client, and three Server(two nRF52832-PCA10040, a nRF51822-PCA10028).
I did the same way with Light...
I am building an ap (based on peripheral: ble_ap_uart with custom characteristics.
I want 18 characteristics for a single service.
My software works with up to 12 characteristics...
Hello, we would like to consider this chip for a product, but I have been waiting for this to be on sale for purchase since February 2017. It's still 12 weeks out and it's...
Hi, I followed the NRF51 Guide and downloaded the file linked, and it installed the J- Link Commander, once opened it gives a prompt J-Link> and when I enter in -e command...
Hi guys,
I’m using nrf51822, s130 and sdk 12.3.0…
I would like to achieve that unknown peripheral won’t find my product or at least differentiate by device name while...
Can i use the bouder router used in thread example(on nrf52840) in the iot example to replace the Rpi bouder router so i can skip the tunnel setup(using hurricane tunnel)...
Hi everyone,
I have some questions regarding the use of EDIV and Rand in BLE Legacy Pairing.
What I understood from the specs is that these are generated during...
I think instead of releasing separate SDK for #BluetoothMesh, Nordic Semiconductor should merge #BluetoothMesh into #SoftDevice. Is it possible ?
If yes, then we can even...
We are using the nrf52840 with OPENTHREAD and would like to use the Nordic COAP application because block transfer and observe are implemented. We need to do multicast and...
Hi,
I have a development board nRF52832 and we are looking for 3rd party modules built on the same. I want some configuration changes on the modules.So, please someone help...
Hi
I am currently using SDK 12.1.0 with SD 3.0.0.
I want to add the option for serial DFU, which was added in SDK 13.0.0.
I wonder if I can implement the serial bootloader...
first of all many many thanks for nrf sniffer 2.0 and all of it's improvements (linux, live data display, easy install ... etc)
i'm sure there are still a lot details missing...
I am trying to use the nRF Connect v1.0 RC with the pca10040 board. I followed the instructions of your [page] and when i open the serial port i got an error (Error occurred...
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...