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...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
I'm currently developing a custom bootloader for DFU, using I2C.
The bootloader is based upon the secure UART bootloader for nRF52832. Transferring and writing the...
Hi Nordic Team,
In the recent Nordic APAC Event, we got nRF52840 Dongle and we would like to use it as BLE sniffer.
Can you please point out some resource/link which...
On the NRF52840 what is the max speed I can program the unit at. In the datasheet SWDCLK says it has a max of 8MHz. Is that supposed to be the max. I have two segger programmers...
I am using the nRF52DK board.
I use the " ble_app_template_pca10040_s132 " for testing.
I want to advertise 2 custom UUID (SERVICE_DATA " 0x16 " & SERVICE_DATA_128BIT...
Hi,
We are in process of picking the right part from Nordic portfolio and are looking at nRF52 Series parts.
We are looking for best performance in below two aspects...
Hello,
SDK: 15.3.0
nRF52840-DK
s140
I have taken the flash_fds_s140_pca10056 example and modified it for our own use. I would like to store versioning information...
Hi Team,
I am working on nrf52840, for openthread application
I flashed cli code built with USB=1 (enables Nrf USB J3), DIAGNOSTIC=1 (enabling factory diagnostics) option...
Hi !
I use SDK:15.3.0 ,Mesh v3.2.0 and have tried official dfu example which is ok.However, When after I enable marco "MESH_FEATURE_PB_GATT_ENABLED=1 MESH_FEATURE_GATT_PROXY_ENABLED...
Hi,
i have designed my custom hardware using BMD-301
i'm able to upload code in bmd-301 using segger embedded studio.
after code uploaded device is not broadcasting...
Hi team, I faced the following problem: there is a custom board with nRF52810 on it, UART is used on this board.
I set up Debug configuration and UART is working OK, but...
Hi,
I am working on a project where I need to send and receive ASCII strings from my Central Device to the Peripheral Device. Before the communication starts there should...