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 All,
I have some code that I'm porting from a Zilog platform over to the nRF52 platform. The code uses 1 timer and 1 uart. The goal of the code is to handle RS485 messages...
I am testing the IoT_lwip_MQTT_publisher_pca10056_s140 example project from SES on Windows.
I build and install the kernel with 6LoWPAN module on the Rpi3!
I can run from...
Hello,I'm from China。
At present, there is a need to broadcast beacon data in nrf51822 (SDK_12.3.0_d7731ad is used as the protocol stack version, and the...
Hi
I want to generate two PWM signals that are phase shifted with 90 degree, with similar duty cycle. I have the following pwm configuration, but I don't know how to proceed...
I am operating as a Central. How do I register and enable a discovered characteristic's indication?
I do the following and the subscribe passes but then the kernel crashes...
I'm planning to buy a nRF51822 based module for my BLE project & I wanted to know whether any of the nRF51822 based modules come with OTA ready bootloader out of the box....
Hi,
I'm trying to save sensor data to sd card on low power mode. When i connect to bluetooth mobile app can pull all data from sd card.
How can make this architecture...
Hi,
I'm using Nordic BLE Sniffer. When I look into the captured data I see a lot of malformed packet (CRC error). It try to decode any received data even if there is CRC...
I was digging around a bit in my code to get a better grip on logging. In sdk_config.h, I have the following relevant settings:
My modules all implement their own logging...
I am going to implement DFU over BLE in my nRF52832 project. Since the size of my application + softdevice larger than half my memory size I wonder how the update is performed...
We're looking to use the nRF91 to measure the LiPo battery voltage to determine battery health. We would want to know what the accuracy and range of %XVBAT is. Looking at...
I am trying to create CTS server using nRF 52840 dongle and nRF Connect PC app (v2.6.1). Currently I can manually provide current time and local time information to the app...
Hi, I try to adopt the twi_scanner example from the peripheral examples to the nRF52840 Dongle.
I followed the process in the following link with no success though.
https...
I'm trying to reduce the power consumption of my custom board with nrf52822.
With this code I get 93 uA:
If I enable only the app_timer I get 533 uA:
I'm using...