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
I am using two sets of different Eddystone beacons configured to transmit Eddystone UID data (namespace and instance id). One set of beacons are off the shelf (OTS) beacons...
We have noted a PCN that seem to affect power consumption and certification. ( https://infocenter.nordicsemi.com/pdf/pcn_134_v1.0.1.pdf )
Can you tell me if the 3v3 Vmin...
Hello NordicSemi and Developpers,
I am working on a project with using the nRF9160 SiP and running a slightly modified version of the Serial LTE Modem sample from the nRF...
Hi!
I'm trying to connect nRF52833 with nRF21540 for long range communication, but there is no recommendation in reference design files of output circut for ANT pin (nRF52833...
Hello Nordicsemi Dev community,
I have previously utilized the `zephyr/samples/bluetooth/peripheral_hr` example and flashed both app and net core with the respective ...
Hi
i'm trying to connect openocd using Jlink of nrf52833 DK, but it does not work.
i installed openocd in MSYS in win10 environment and also installed seagger Jlink driver...
Hello, i'm currently working on my Bachelor Thesis using Makerdiary Board. I recompiled the OpenThread Libraries to get the CLI working on my Board. I need to read out sensors...
Hello,
I'm trying to use UART0 for communications between the nrf52840 and another microcontroller, while also using UARTE1 for debug communications between the nrf52840...
Hi.
I'm trying to combine TWI sensor and BLE app UART examples.
I already tried putting parts of TWI sensor example in the BLE example, but it gave errors on missing...
HI everyone,
I have issue relate to ble_lbs_init(ble_lbs_t * p_lbs, const ble_lbs_init_t * p_lbs_init) function.
issue happened when i call: err_code = sd_ble_uuid_vs_add...
I am new with nRF9160, just bought a nRF9160 DK from overseas, but I use it in China, two questions come up.
1. Is it working with China celluar network?
I tried the Basis...
Hi,
I'm trying to make the softdevice controller work on NuttX RTOS. I followed the SDK example code to reproduce initialization. All calls are returning 0 (no error). However...
Dear Sir,
we're developing a Ble keyboard with 52810. the product needs to detect what kind of operating system and have different behavior therefore. but i don't know how...
As below, BLE Data RX works fine, but TX doesn't. When does this happen?
Currently BLE connect/disconnect and RX is working fine. The power does not turn off due to this...