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...
Hello,
I want to increase the number of peers stored in flash. Right now I have FDS_VIRTUAL_PAGES as 3. If I increase this, would I be able what I need? I just need 10 pages...
Hi guys,
I have a problem opening CMSIS Configuration Wizard, but only in Mesh SDK. Because I am working in this SDK, do you maybe know how can I fix this issue. I checked...
Hi, I was testing NCS v1.5.0 and Azure FOTA application and found a bug in the is_update() function
If the current firmware version is shorter than the new one, it may...
Hello, In our current project we are using NRF9160 with NRF52811 as BT device over HCI. Firmware on NRF52811 is just Bluetooth: HCI UART example with pinmux changed to match...
Hi Nordic team, I'm having a custom board and custom application made for that board. Application is based on the zephyr v2.3.0. I decided to move to the NCS because i want...
Hi guys:
a. I use a uart dfu bootloader(loacation: SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_uart) in 52840 soc...
I'm thinking of replacing the software that was running on "nRF52810 QFN48, S112" with "nRF52810 WLCSP, S112". In WLCSP, the pin assignments of XL1, XL2, nRESET, SWDCLK, SWDIO...
I recently downloaded Keil uVision5 and am trying to run some of the examples that are found in nRF5_SDK_12.3.0 available from on Nordics website on my Nordic51 development...
Hello,
I want to control 2 PWM with different frequencies and hence I am using two separate instances. I want to use only the hardware and not the PWM library. Initializing...
Hi
I am using nRF5_SDK_17.0.2_d674dde with softdevice S140 have sample example as ble_app_cts_c but when i run the code first central disconnected but when i going to pair...
Hi, I'm in search of any document listing in a simple readable way the main differences between nRF5340-PDK (preview) and nRF5340-DK. More specifically, I wish to be reassured...
Hi there,
for the first step we simply want to send characters from ATMEGA 16 to a Raspberry Pi / and receive them from Raspberry pi
with teh NRF52480 (itsyBitsy - Adafruit...
Hi guys:
I encoutered a issue:
A: I flashed a APP from SDK(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.)
B: I found...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
I followed this link Zigbee: Light switch — nRF Connect SDK 1.5.0 documentation (nordicsemi.com) and successfully tested...