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 Nordic team,
I am trying to implement DFU over uart in nRF52832 using SDK 17.0.0. My device has nRF52832 and main MCU in it, and I would like to do DFU from main MCU...
Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle...
I have tried nrf_mesh_disable(); but it does not turn off the Provision Beaconing.
mesh_provisionee_prov_listen_stop(); does the trick, however I am struggling with re-enabling...
Hello
when hardfault is happaning, I can catch and understand the reset reason easilly, by looking at the map file
however, from time to time, I get a reset without...
I'm using Segger Embedded Studio version 1.6.0 to try to do some testing with SPI for a future project. Currently I am adding SPI functionality to the "Blinky" example: I...
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */
I am a beginner in this field. I am not sure what does this hexadecimal number...
Hi team:
After my device runs normally for more than 10 hours, the issue that THE socket cannot be created occasionally occurs. Once the issue occurs, the socket cannot...
Hi. I'm working on several projects, some of which are not using Nordic chips. I installed the latest Segger J-Link drivers to support a different project. I believe this...
Hi,
I am using nrf_drv_clock_hfclk_release (); in order to release the hfclk, before the call, the internal counter is 1 and the module is initialized.
because the counter...
I'm working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I'm trying to set up and operate a Nimbelink modem. The code references...
Hi everyone,
I would like to change the output voltage and current driver strength of some GPIO ports on the nRF52840. I am using the zephyr driver "gpio.h" API, but the...
When I try to connect to a previously bonded device, I'm getting
Disconnected (reason 0x3d)
and bt_att: Unhandled ATT code 0x1d
and if I delete the bonds again and try...
I am writing a coordinator application based on the zigbee CLI example. I am using SDK for Thread and Zigbee v4.1.
I am using a function in zboss_api called zb_secur_ic_get_list...