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...
Hi, I have very STRANG issues. I am adding custom Characteristics to custom Services. I have added 10 custom Characteristics with the same config 8 of them are working perfectly...
Hi,
I am on ncs master branch, when i build and load the Serial LTE Modem(SLM) application the application struck at mcuboot
The only additional configuration option i...
I am using nrf52840 board. I hvae interfaced a gsm module(quectel m66).The problem is my device gets an APP_UART_FIFO_ERROR after every few sms commands.The maximum data i...
Hello everyone!
I have an issue about upgrading firmware over Bluetooth LE with a mandatory pairing of devices. I want only paired devices to have the ability to upgrade...
hello,
In the nrf51822 sdk 5.1 I can see a routine named ble_app_ibeacon.
I find a parameter define as below,the data is added to the advertising data.
#define APP_MEASURED_RSSI...
Hello,
Our team has narrowed down a particularly interesting issue with the boot sequence / initialization of our BMD-341 chip, which itself runs the nRF52840 SoC. For context...
Hi , i am using the nRF52DK and i have a small problem with the pwm driver.
i basically would like that the frequency increases if i press a button or decreases if I press...
Dear
I have finished completed the Blue tooth Mesh light-switch example function testing , secure button dfu and secure buttonless dfu on DK and dongle of nrf52840 chips...
Dear
I have finished completed the Blue tooth Mesh light-switch example function testing , secure button dfu and secure buttonless dfu on DK and dongle of nrf52840 chips...
It seems like the only way to disconnect the input buffer is using ANAEN, but I know this post says that ANAEN is fake. So I am wondering if there is a way to disconnect the...
I'm trying to upgrade our project from v3.1 -> v4.1 of the Mesh SDK. The BOOTLOADERADDR() macro was re-defined (apparently starting in v4.0?) to use two parameters for which...
Hi,
We would like to access the print outputs of the SEGGER_RTT_WriteString() function via a JLINK compact debugger using Python. The latter is wired only via SWDIO, SWDCLK...
Hi,
I want to integrate HID mouse and HID keyboard in a single device. Can you tell me the complete configuration procedure to integrate HID mouse and HID keyboard in a...