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...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
Hello,
I've just been following this tutorial for beginners about advertising. I've got it to work fine. I am able to advertise specific data and this can be viewed through...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
ISSUE - What happens when advertising interval=10ms, and the SoftDevice adds a random delay=3 to 13 ms.
Would not this create huge timing gaps in ad transmission?
That...
Hi,
I just recently started getting an error when I try to perform a DFU. I have been able to perform the DFU successfully many times in the past, but have been running...
Hi,
I'm seeing frequent assertions the uarte driver (sdk/components/libraries/experimental_libuarte/nrf_libuarte_async.c) due to framing and parity errors. These are expected...
I am trying to use the Android-DFU-Library. I have successfully implemented it in my project (the implementation key in gradle). However, even utilizing the documentation...
Hi, I have created a global variables header file that I use through out my project. The variables are static volatile and intialized to zero.
When I update them with a...
I use nrf52832 SPIM, and I want there are gaps between every 8clock, so I set NRF_SPIM0->TXD.MAXCNT = 1; NRF_SPIM0->RXD.MAXCNT = 1; ,But there is alway more clock than I want...
Has anyone succeeded in setting up the SES thread awareness for FreeRTOS with the nRF5 SDK? That would enable showing the state of the FreeRTOS tasks (threads) in the debugger...
I'm having trouble connecting the nRF9160 DK to the Bell LTE CAT-M network. Running the Link Monitor tool with the at_client flashed on the device, the DK only reports bands...
I am a novice who now deals with nrf52 dk.
devzone.nordicsemi.com/.../getting-started-with-the-nrf5-development-kit I installed command line tools according to the guide...
Hi,
I am taking sensor input and giving that to P0.01. It works fine on nRF51822DK board but it not works on my custom board. I checked schematic also. Refer the schematic...
Hello,
I am using NRF52832, nRF5_SDK_15.2.0 for product.
I am using FDS library to manage some files.
Here is situation I met.
I created 2 records( Record 1: CONFIG_FILE1...
Hello Nordic
I noticed new SDK 15.3.0 so I try to change SDK from SDK 14.2.0 to SDK 15.3.0 and from s320 5.0 to s340 6.1.1
My board is nrf52840. I try to migrate the...