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...
this device has 2 batteries. so I am adding 2 of battery service UUID(0x2A19). but I cannot access the other of UUID via windows API. but nRF connect for mobile can access...
Hello,
I am trying to use the BMD-350 evaluation board to program a standalone BMD-350 module on a custom PCB. I have followed the instructions in the documentation to connect...
Currently, only one ble_peripheral(based on nrf52840) can connect to the gateway (based on nrf52840) .
The other ble_peripheral( based on nrf52832), will bond to the gateway...
Hello,
As our product (nRF52832, SDK14.2) is heading to radio certification, I was playing around with the DTM example but have some open questions.
I've flashed the...
Hello,
ich have a custom board (with nRF52840 chip) which is programmed over SWD. So the Port ist easy accessable. As base software I am using example/radio_test.
I...
Dear All,
We have designed our custom board based on nRF52810 chipset. wehave not used 32.768khz oscilator. it seems in code default configauration is with crystal. so please...
Hi I'm trying to get started with the the nrf52 Dev Kit and the Bluetooth Low Energy tutorial series, I've downloaded the first example "nrf52-ble-tutorial-advertising" from...
Hi,
I m using NRF52840 as a Beacon. i m using SDK15.2 ble_app_beacon.Advertising is works fine. Now i want to change advertising parameter while button pressed. Here is...
I have the eval board pca 10001. After compiling the demo app for nrf51822_xxaa (256k), keil displays "no cortex-m sw device found" when I trying to flash or debug from their...
Hi,
After provisioning a device using PB-GATT there is a 10 second delay after the PB-GATT connection is closed and the first Mesh Proxy Service advertisement is sent. ...
When I call:
zb_set_network_ed_role(ZB_TRANSCEIVER_ALL_CHANNELS_MASK);
to search for a network across all of the possible channels I can't connect. I can only connect...
Hi,
I'm wondering if it's possible to implement Wireless HART protocol using the nRF52?
If yes, can someone point me the right way (open-source libraries, etc)?
Much...
Hello,
Device NRF52 SDK15.3 SD 6.1 BLE_APP_UART
Host: IPAD mini 5th generation IOS 12.2
we are trying to configure BLE_APP_UART to communicate with IOS 12.2 device...