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...
Hi, on the nRF52820-QDAA I am using pin 5 AIN3 / P0.05 as an GPIO output to drive a LED (active low).
This does not work in the software, when I drive the pin high with...
Hello,
NRF5340, NCS2.0.2, VScode
I designed a headset,MCU is 5340, and a external flash for DSP program.
the external flash connect to DSP and 5340 use SPI;
i can...
Hello,
I was able to build the nRF Desktop sample application on the nRF5340 platform, but when trying to debug, I get the following error:
Here is my build configuration...
Dear ,
I am going to use debug out function on RF5340 DK.
connection is as below: customer board conncet to nRF5340DK.
customer board use nRF52833.
I tried many times...
Hi,
I was just wondering if the nrf52840 Dongle is in some ways inferior to the other development boards in terms of its capabilities?
As I was going through the examples...
Hi,
I am using a nrf528409dk for my application development using nCS. I have various features from which I need to understand how to add some high priority features into...
Hi,
I'm working with the ncs 1.6.1 peripheral_uart example and am looking to increase the size of the data frame to send 240 bytes per data frame.
I have seen several...
I am taking mqqt_simple of NRF9160 as reference for this question,
This is questing regarding, what is recommendation / Philosophy of using MQTT in NRF9160 with other codes...
Hi,
I'm programming a custom board based on Taiyo-Yuden EYSHSNZWZ module (with nRF52832).
I'm using the secure_bootloader example from SDK for OTA DFU, in order to flash...
I'm using the nRF-PPK2 to measure device power usage. I've noticed even at low sampling frequencies (>= 100Hz) it exhibits considerable lag at some point. Most annoyingly...
Hi Sir,
As we know the nRF5340 doesn't release the Circuit Board Guidelines (nAN-40) like nRF52840 yet.
If we need to design the nRF5340, could you share the recommended...
Hello,
I'm doing a comparison between MQTT on TCP and CoAP on UDP over NB-IoT and LTE-M. The communication to the cloud works as expected for both protocols. MQTT is used...
Hi all,
I'm working on a custom Bootloader for my nrf52840-based board, and it needs to support DFU from external SPI Flash. I previously was successful with a "first draft...