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 just finished reading the O'Reilly book " Getting Started with Bluetooth Low Energy: Tools and Techniques for Low-Power Networking " where the author uses the nRF51822-EK...
I could run the examples like blinky just out of the box
But, I am clueless how to add a bootloader to this example. I just want to add a simple bootloader from Open Bootloader...
Hi,
we are about to enter bluetooth and expand our products with it. however, the approval process still raises some questions. What I have understood so far (please correct...
Hi everybody,
as already mentioned in the title, I guess to have stumbled across an incompatibility between the app_pwm library and the gazelle link layer.
To keep it...
Hello,
I'm using SDK 15.3.0
I added "err_code=sd_ble_gap_adv_data_set(p_data,31,NULL,0);" to the advertising_init(void) function, but I got the following error:
Error...
MCU: nrf52840
SDK: V 15.3.0 with nRF-IEEE-802.15.4-radio-driver
problem:
I tested repeatedly connection with my nrf52840 production (peripheral) with andorid phone...
Hi,
I have downloaded MDK Keil software .so the problem is if i click on + sign in all devices in pack installer it is not expanding and also i am getting like this
if...
Hello All,
Greetings!!!
I am working on nRF51822. I am used custom board. For reference i used nRF52 SDk 8.1.0 in IAR.
Right now i am use gpio pin as an interrupt pin...
I send 25 byte long messages to unicast addresses in a Mesh network. Because of their size messages become segmented. access_model_reliable_publish() is used for sending....
Hello,
I am using a combination of several Nordic devices and hardware. The nRF52832 is used in a sensor to collect light level information. That data is transported over...
Hello,
I wrote a simple program to turn on externally connected LED at Port 1 and Pin 10. But it is not working. See the code -
#include <stdbool.h> #include <stdint...
Is there any documentation about how to configure the SoftDevice clock configuration using the RC as SoftDevice clock source?
My target is the nRF52832 with the S132 Softdevice...
Folks,
We're wondering how the soft device can work with it being provided as a hex file? Usually with things like this you'd get object code to link to, but that doesn...
Hi,
I am currently working on a project for which I use the Secure Serial UART Bootloader from SDK 15.3 (nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart...