Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
I am trying to conduct a device firmware update using nrfutil's dfu ble functionality. Here is the command:
However, running the above command results in the following...
Has anyone used SDCard interface with either 52840 or 5340 in anything other than SPI mode? I just noticed in the SDK 15.3 code we are using SDCard is in SPI mode. Seems max...
Hello,
I want to connect an external led to the nrf5340 pdk to perform the same function as the blinky example.
I connected this led to D0 (PIN P1.00), but I don't know...
Hi,
We are trying to send a mesh packets containing 72 bytes from client to server with reliable message transmission method (Using access_model_reliable_cancel() based...
nRF52840 with SoftDevice s140, rev 7.01. For this errata, the work around is to use READY instead. Is the SoftDevice doing this? I can't find any info. I did find a related...
We're using the nRF52840 along with SoftDevice s140 version 7.01 for a medical device. Reviewing the nRF52840 Errata sheet, Rev2, there is an errata "242 NVMC: NVMC operations...
Hi nordic community,
I'm using Open Thread Border Router build using Linux and an nrf52840 dk board, I want to show my sensor data in open thread border router web GUI,...
Hello,
I have changed the provided UDP sample to send some cellular data (RSRP, RSRQ) to our server within an fixed intervall. So I am using a few AT commands (at_cmd_write...
Hi, like the title says I am having trouble implementing the MQTT Publisher example found in the nRF5 SDK for Thread and Zigbee v4.1.0 . I'm using a Raspberry Pi 4 with the...
Have a medical device in production using nRF52840 with SoftDevice s140, 7.01. Is this Errata fixed or a workaround is implemented in this SoftDevice version or any version...
Hi Nordic Team:
1. I use this example " Thread MQTT-SN Example ".
after i compile the code than i do the step below
1.Build the example according to the instructions...
Hello,
What are all the supported cipher suites for the nrf9160? Per your documentation, it seems AES 128 is supported but not AES 256. But, based on some testing with slightly...
What is the thermal resistance for the following part number: nRF52832-QFAA-R
specifically the thermal resistance between the junction and the ambient in C/W
Dear Nordic,
we are developing DFU Secure bootloader for a nRF52832 based HW.
We are starting from the "\examples\dfu\secure_bootloader" . First of all, we succesfully...