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...
Hey all,
I've run into an interesting situation where writing multiple notifications to successively to a multi-characteristic (custom) service causes data loss. Look like...
I updated nRFConnect from 3.6.1 to 3.7.1 and it started to have intermittent issues with the following error:
---
15:34:27.142
Application data folder: C:\Users\User...
To the kind attention of Nordic support team,
Let's take this as an example:
static inline void usbd_errata_187_211_begin(void) { NRFX_CRITICAL_SECTION_ENTER(); if (*...
As a test of how to add a library to a project, I am trying to add access to this library http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/include/dk_buttons_and_leds...
Hello,
I am currently developing using Zephyr/NCS an application that supports FOTA/DFU.
The device needs to be tapped to be woken up and start advertising. So, when...
Hi, I want to build a Bluetooth LE peripheral application with nRF5340. The channel must be able to sustain an output stream of 8 kbit/s.
Other desirable features are: ...
GPS sample stops updating timestamp after a few days of uptime indoors
Tested devices: Thingy:91, nRF9160dk Tested firmwares: mfw_nrf9160_1.2.1, mfw_nrf9160_1.2.2
Demo...
I have a nRF52820-DK evaluation board which I am trying to develop on. I followed the manual install procedure on to my xubuntu Linux desktop. I followed these instructions...
Hi ! I have configured Zero bit length of S1 in radio packet ( nrf52840 ) but it is still mapped to the RAM.
... ((NRF_S1LEN_BITS << RADIO_PCNF0_S1LEN_Pos) & (RADIO_PCNF0_S1LEN_Msk...
We would like to use Zigbeee on the nRF52820, however, it seems from other threads that neither the "nRF5 SDK for Thread and Zigbee" nor the "nRF Connect SDK" support it,...
Hello sir,
I am using nrf52832 soc with customized board having gpio pin with P0.2,P0.3 and P0.4 used for led blinking for different purposes.The function used for led blinking...
Hello,
I have a problem with the SPI of the nRF52DK 52832, and Zephyr 1.6.1. I have to transmit 10 frames of 5760 bytes each to the TFT display with the ST7789 driver. ...
I am just creating this issue as a bug report. (my github issue: https://github.com/zephyrproject-rtos/zephyr/issues/38688 )
There is currently a bug in zephyrs handling...
Hi!
I had some time with the Thingy:91 and was able to get my own application running on the device using the nRF Connect Programmer application. To eliminate the need for...