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 Nordic,
I am not having a success of executing the Serial Secure DFU when changing the baudrate other than 115200 or changing the flowcontrol from enable to disable....
I am attempting to add encryption to the secure DFU process with SDK 15.2. I am following the process described in this post , however am running into an issue related to...
Hello!
We have been developing with the nRF52840 Dongle and want to implement a simple USB communication setup:
1) Plug the nRF52840 Dongle's USB connector into a computer...
Hello,
I am attempting to incorporate NUS example (app_uart) into the HID keyboard example. The whole thing compiles with no warning, but when I add {BLE_UUID_NUS_SERVICE...
Hi,
I have modified the light switch demo so that all messages from the client are sent to all servers. I have done this by subscribing all servers to GROUP_ADDRESS_ODD...
Hi all,
I tried to merge a mesh application into the nRF5 SDK BLE example.
But, I have encountered the errors below:
"Output/........... Debug/Obj/ctr_drbg.o: In function...
Hello,
Is it possible to scan for beacon using any of the example programs provided by nordic ?
I'm using a beacon named Ruuvi-Tag that measure the temperature, pressure...
I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using...
Hello I work for a product to produce 2 BLE products:
several sensors with NRF52832 + LIS2DH12 (accelerometer) + HTS221 (temperature) + ICM-20689 (motion)
a gateway...
SoftDevice uses more interrupt time or less depending on API use. When not using any softdevice API (but softdevice still enabled), does the softdevice still generate priority...
We have a question about firmware upgrade during our development based on nRF52840. I understand that there are couple ways to upgrade the firmware by phone/tablet/PC. However...
Details: SoftDevice 132, nRF5_SDK_15.2.0_9412b96, nRF52832
ble_ots_init started to return NRF_ERROR_NO_MEM after adding more services and characteristics to ongoing project...
Dear Nordic Semiconductor team, I have a problem while running AT_CLIENT application on nRF9160 DK. Firstly, everything goes good, all indicators are green in the LTE Link...
SDK 15.2 API 6.1
I am advertising with 1 nRF module and trying to scan with a second nRF module and connect.
the advertiser
the scanner
When i start the advertiser...