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 debugging peripheral_uart sample in ncs1.5.0 used nrf5340dk board , a error produced in function static int bt_init(void)
static int bt_init(void) { int err;
err...
I am trying to use nrfjprog.exe (for the first time) to see if my code is being corrupted on a power fail. It keeps returning an error that I can find documentation on.
...
Hi,
We bought smart watch from company xyz. Watch is running using Nrf52840 and supports buttonless DFU. we are customizing the smart watch firmware as per our requirements...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
My device is a peripheral. I want to connect with two smartphones. At that time, I want to connect under the following...
Hi, Could you provide source code of nRF Sniffer for Bluetooth LE firmware?
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE...
Hey Guys :) have a MQTT code that publishes certain AT commands, It works for all cases except Mutlicell 'NCELLMEAS' command. Any help would be appreciated.
[This Works...
Hello
I am using sdk17 and st7735(GFX) drivers.
I am simply printing the sensor value on the display. Initially, it works well, but after a few minutes, the screen is...
Hi,
I am trying to add a temperature sensor to the sensors I can query on the sensor server example.
I have updated a few things
The present ambient temperature...
Hello All,
I am working with BMD300 eval kit and trying to achieve one functionality with UICR CUSTOMER[20] register.
I am fcaing an issue where, UICR CUSTOMER[20] register...
How do I store updated images for both MCUboot and the main App in external flash on the nRF5340 such that the existing MCUboot will apply the updates to the internal flash...
I have nrf52833 DK and i try flash zephyr project to the device but jlink didn't mount or appear in Windows Device Manger. how ever when I press to (BOOT/RESET) button and...
Hello everyone,
for a low-power application, I need to evaluate the total power consumption of the nRF52840 Dev Kit. To verify my measurements, I set one of the GPIOs to...
Hi all together,
nrf52810 SD112 SDK 15.3.0
I have a problem writing to flash with the nrf_fstorage module. I try to write an array of 32 Bytes into flash, triggered by...