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...
I wanted to use HFCLK for the nrf9160 in nrf9160DK board. I am using the latest nrf SDK and tried the below Kconfig entries, but no luck,
Command for compilation: west...
I am working on a nRF52 device as a peripheral that is communicating with an Android tablet central, and have been doing some experiments with the connection interval parameters...
Window sees both nRF52 DK's that iI have and JLink shows as a drive in Explorer. I have two nRF52840 DKs. Windows does not see either one when connected using the same cable...
Hi, I am attempting to use the Bluetooth Low Energy Application v2.4.2 in nRF Connect v3.6.0 to connect the nRF5340 board. However, when I do so, two errors pop up:
Received...
Hi,
I am seeing some random behavior on FDS write:
1.sometimes it won't receive any callback for 2 seconds
19:57:49 - logMessage: "Fds_Write_Async 2"
19:57:51 - logMessage...
Apologies for asking a question that is quite similar to several that I've found on this forum, however none of the solutions has worked for me so I think something else must...
Hi to everyone!
I am using nRF52832 driven by nRF52 DK and a sensor from Maxim Integrated. As debug output i am using the RTT viewer and as IDE Keil.
When i run my code...
Hello,
I am really new to nrf9160 product and its SDK. I want to send data from nrf9160 to an external flash memory. Could you please tell me how can I do this with SPI...
Hi
I am trying to open radio_test sample (ncs\v1.4.0\nrf\samples\peripheral\radio_test) for board nrf52840_nrf52811 but it fails - saying "Cannot create project"
Is that...
Hello, I am working on asset tracker from ncs 1.4.0 and on NRF9160DK when i try to concatenate doubles with snprintf it shows me nothing and returns a huge value (several...
I need to develop a product using the nRF910. I have downloaded files from the download page but when I expand the files to open they are LOCKED with a RED CROSS. How do I...
Hi DevZone,
Does anyone have any experience with performing a SD-Card format with the nRF52840 . This is to avoid removing the SD-Card from the hardware when a format...
Hi,
I tried programming the nRF5340PDK using the nRF connect programmer, but when I select the board I get the following log:
2020-11-11T13:04:58.307Z INFO Application...
Hello,
in our project we have a nRF52840DK as central and a BMD-300 (contains nRF52832 chip) as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
I have a project where I am distributing code images to a number of devices with DFU (this is a custom bootloader)
The peripherals use a mixture of 52840 and 52811 SoC...