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
When trying to register iBasis sim with correct ICCID and PUK, I get this error message:
Username and pool information are required.
could You help me with...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
I am a beginner in embedded systems.
I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter...
I have not been able to confirm this from documentation. I need to know what the on/off and termination states of the nRF51822 GPIO pins are when the chip is initially powered...
Hello,
I'm using Segger with the nrf Connect SDK v1.5.1. Before my program's main even calls, the program is getting stuck in the nrf system calls; specifically nvmc_wait...
Hi, currently I am using fstorage alongside ble-mesh to store some data in flash. Currently however, writing with fstorage seems to be successful only about 50% of the time...
So , I have been fetching the customized packets through scanning . I managed to pickup the data from the structure
typedef struct { uint8_t *p_data; /**< Pointer to the...
Hello everyone,
I am using NRF52840 development kit. I am trying to migrate my developed code from SDK version 15.0.0 to SDK version 17.0.2.
While compiling the DFU firmware...
On the Android version of the application, Whenever a node is not the proxy node, you are unable to read the proxy state, get the ttl, and refresh the configuration server...
Hi
I am developing a concurrent central + peripheral application, in which central application connects to other external peripheral side, which uses static passkey ,pairing...
Hi,
Would you please explain the default behavior of peer manager Garbage collection when buffer is full if I don't call Garbage Collection?
I have tested with small number...
When implementing Shell NUS option we've faced with the following: NUS transport takes in account only 'enter' symbols and doesn't react to ones like up-arrow, down-arrow...
The interface "sd_ble_gap_adv_start" uses "adv" to indicate broadcast, but the interface "ble_advertising_start" uses "advertising" to indicate broadcast. Why not use the...
Hello Nordic Team,
I am trying to flash the existing BLE light example code to my BL653 kit with Segger Embedded Studio. After falshing the code into the board it is taking...