I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hello,
I'm using FreeRTOS on nRF51 and I would like to use task notifications instead of semaphore to simply manage task's syncronization.
To test its operation mode,...
Hi, I just copied the antenna drawing by referencing the PCA10040 v1.1 and checking the white paper (λ/4 printed monopole antenna for 2.45 GHz) .
I didn't have much knowledge...
Hi,
How is the functionality of P0.21 in nRF52832? It is configured as RESET after turning on the device, right? Is there any way to change it in a way that that the chip...
Hello DevZone,
I am using a nRF52840 for project development.
To test SPI setting is correct or not, I am doing the loop-back test, I set the MISO and MOSI PIN according...
Hello,
I try to configure two nrf52832 devices work with payload of 200 bytes (data should be 200 bytes, not the all ble packet).
I took ble_app_uart_c peripheral and...
Hi all,
Using UART is confusing for me because I see various implementations in the documentation. There is a Serial library, then there is the UART driver and HAL. The...
I am trying to use the comparator to wake me up when a potentiometer is moved a certain amount.
Before I sleep I read the ADC value of the comparator and use this to set...
Hi,
I'm trying to set up the connectable/scannable advertising. I took the app_beacon example and changed advertising parameters.
My final set up is:
The ADV_INTERVAl...
I have the preprocessor define CONFIG_NFCT_PINS_AS_GPIOS in my code, and GPIO functionality for P0.09 and P0.10 are working just fine for me...
My issue is that even when...
Hello!
I'm a beginner with Nordic products and I'm taking over the nRF52840 Preview Development Kit.
I want to send advertisings at regular intervals (every second...
Hi,
Is it possible for an 3 party BLE device like an mobile device like an Android/IOS Phones or ESP etc to participate in mesh notwork if so is there any documentation...
I have been unable to perform a DFU over BLE using the bootloader_secure_ble example.
I am using SDK 14.0, nRF52832, S132 with a custom board, along with the nRF51 Development...
Hello,
I want to factory pair nRF52 to nRF52 connections (NUS) with a factory set key but i'am lost.
I digged in NFC pairing but it's too complicated for my understanding...