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...
I got an error here err_code = pm_init(); APP_ERROR_CHECK(err_code);
<error> nrf_ble_lesc: nrf_crypto_ecc_key_pair_generate() returned error 0x8502.
<error> peer_manager...
I am using the BLE sniffer in Wireshark (nrf 52840 dev kit board) to attempt to capture packets between a BLE device and android phone. I am able to sniff advertising packets...
Hi,
I have faced an issue with cmsis_v1 thread creation/removal with the SDK connect.
I have created the following ticket on zephyr's side and attached the patch I'm...
Hello,
How to find NRF connect mobile app server's address in the app to be used for connecting to peer devices ? Is there any way that the device address does not change...
Hi,
We are currently implementing the nRF52840 in an upcoming product and we have a question regarding component selection for our configuration.
I've looked through...
Hello
I really need your help !
I am using SEGGER Embedded studio with two EV boards: nRF9160 and NRF52 DK
First I started with NRF9160 with clean installation of the...
Hi
H have developed a program for nRF51822 using "Arduino IED" and "BLEPeripheral" library, that performs an operation.
The operation is a button press and on each press...
Hello,
My board reads data from acceleration sensor and sends it to ESB message.
When acceleration is under threshold, nRF52832 went sleep mode.
Before entering sleep...
Hi...
I am using Nordic SDK V17.0.2 with a SoftDevice S112 and developing a project uses freeRTOS that came with this SDK
From reading the documentation about the...
my project ,sample data every 4ms comes in a GPIOE interrupt ,and in interrupt give a data come semophere , but in thread take this data come semophere and read data can not...
Hello,
I am using NCS v1.6.0 with the nRF52833 DK and would like to modify the TX power (e.g. from 0 to +4 dBm) and PHY (e.g. from 1Mbps to Coded PHY) in the peripheral_uart...
Hi!
I am running zephyr/samples/bluetooth/direction_finding_connectionless_rx sample application with minor modifications. I had no problem building application. I then...