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,
I have to program the application on an nrf52840 chip that is connected to another MCU via the SPI interface. Since I have to send the image from the MCU to program...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...
What causes NRF_LOG to report 'overflow' ? The buffer I provide is certainly large enough.
I have #define NRF_LOG_DEFERRED 1
What happens if I have something like this...
Hi,
When the Bootloader calculates the application CRC it takes around 350ms. I saw that it is possible to switch off the crc calculation or to use hash for validation....
Hi!
We are working on testing JIG after SMTA process and we'd like to use open source solution for in circuit flashing and testing our product. Project is based on NRF52832...
I am using a nRF52832 custom board based on SDK11 and SD 4.0.2 configured as a peripheral with a GATT server. I am seeing a case where the client is an Iphone XR iOS v13.2...
Hello, I'm struggling programming the Blinky app from examples to my NRF52 DK (pca10040) Here is my script: # 1. Generate settings nrfutil settings generate --application...
Hello, I hope you are doing well.
I am using the nRF52832 with the SDK16. After adding some new custom characteristics, I didn't have enough space in the BLE_GATTS_VLOC_STACK...
Hi,
We tested, certified and declared our bluetooth product with Softdevice S140 v6.1.1 and referenced the QDID 124988 launchstudio.bluetooth.com/.../77429. On the declaration...
Hi,
We would like to share a part of our Zephyr software with a customer. We would like to share a static library, not the source code. The code to be included in the static...
Hi,
I am getting a "Cannot Create Project" error when trying to create my first project with NCS for the nRF9160 DK board. I installed the SDK using the toolchain manager...
nRF devices have a proprietary service called Nordic UART which provides a similar functionality to SPP (Serial Port Profile) of Bluetooth Classic but over BLE. Now, for SPP...
Hello,
I am using anrf9160 chip. I have a question about the ERASEPROTECT register. I would like to write it using the firmware to disable the ERASEALL functionality.
...
Am I correct in that if I plug an nRF52480 dongle into any of a Linux, Windows 10, or Mac, that I can create my own C++ programs using the S140 Soft Device import libraries...
I am looking for a way to flash program an nRF9E5 on Windows 10.
Currently, I have been using the nRF24E1 Dongle on Windows XP with the program nRFPROG to complete this...