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,
Previously, I have done a board and this board have completely no problem to debug in Segger embedded studio.
I have route a new board, this board is almost everything...
Hi,
During evaluation of both nRF52840 Dev Kit and Dongle somehow the Dev Kit bootloader was erased. We were able to flash MCU firmware, but now J-Link is not able to connect...
I am working on a derivative of the Glucose sensor code from nRF Toolbox. The sensor peripheral accumulates a number of readings. The central sends a command to the Record...
I am looking at implementing some security features on a NRF52832. I am especially interesting in a Secure Boot process. Looking at the product specifications, I noticed the...
Consider the following steps:
1. At t=0s: Set a timer that expires in 30 seconds.
2. At t=30s: The timer set in step 1 expires. This will cause the app_timer module to...
Is there a planned update to the following repository, to bring it up to the latest version of the SDK?
https://github.com/NordicPlayground/nrf528xx-ble-throughput-demo...
Hi All,
As far as I understood, to complete a Diffie Hellman public key exchange the peer devices A and B needs to:
(1) A and B each generates two numbers, one as private...
Hello. We are trying to develop commercial devices using chips of nrf52 series. I would like to use nRFgo Studio for rewriting the farm, but will it cost the license fee?
Anyone aware of an implementation supporting performing a DFU on a mobile application using Google's Flutter framework? There are now fairly establish plugins for BLE such...
Hi,
I am on a BLE project to calculate weight using HX711 but i could find proper library file for this over in Github or anywhere. Kindy please someone share the file
...
NRF52840 - SDK 15.0 - Tested with Softdevice and No Softdevice
We have an application that requires deterministic execution of a group of SPI transfers over EasyDMA, where...
hello everybody!
i want to sample an analog signal with the board and send the 0/1 data with ble to the receiver .
i created my on service with rx and tx like in ble uart...
Hello Nordic Expert,
I am facing a stall pid issue with nRF52840 Dongle using nRF5_SDK_15.2.0_9412b96. The chip build code is QIAA C0 . I started with usbd_hid_generic example...
I have an application with Nordic devices as Central and Peripheral.
The first device is a multi-protocol device (nRF52840) and acts as BLE peripheral. Min connection interval...