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...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi All,
I'm trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I've been referencing the HRS...
I examine the Logger Module implementation a little and find out that the only way to get a character from UART is via the NRF_LOG_GETCHAR() macro, which is blocking.
I...
I was just wondering if theres plans to migrate the PPK software to be an app in the NRFConnect tool. I love the NRFConnect tool and I wasnt able to get the PPK software running...
Dear sir,
Sir I want to send some data(characters) over ble using 52832 on android phone. I gone through ble_app_uart. if I put my data in this function ble_nus_string_send...
I am unable to get the FatFs example working for my nRF52840 dev kit board using the latest SDK14.2. I have determined this is related to the type of SD Card that is inserted...
Hi DevZone,
Regarding example: \examples\peripheral\spi_master_using_nrf_spi_mngr, can I ask several questions?
1. I want to modify this code for receive the response...
I'm using nrf51822 (peripheral) ,nrf52832 ( central) devices. In peripheral side i have created custom services and its 16byte uuid characteristics. Thats working fine because...
First time turning the board on by connecting to a PC running Windows 10 through USB. The power button starts blinking which is odd, I expected it to be solid green. There...
Hi, Just to clarify, is there a difference between a mesh network containing purely Bluetooth 5 nodes and a network containing purely Bluetooth 4 node?
I am referring to...
I'm trying to use the GPIOTE to generate an interrupt when a pin makes a transition. It appears everything is working except the interrupt never gets triggered. NRF_GPIOTE...
Hi
I am trying to get get the ble_app_template running on my PCA20006 beacon kit (nRF51822 xxAC) using a j link edu .
I have imported the ble_app_template_pca10028_s130...
I'm new to using the Nordic SDK and I'm trying to use the BLE template to start my own service. Is there a walk-through for doing this somewhere that may be able to help?...
Hello,
I'm developing a simple code that make use of timers using NRF-based boards and Arduino code.
The following code works fine on a Simblee nRF51822 board , but...
I was trying to install firmware into my nRF51 Dongle using jlink.exe on Windows, so I can use nRF Sniffer. I made the mistake of unplugging the dongle from USB after erasing...
I have an nRF52832, coding with SEGGER and the SDK 14.2.0. I'm trying the ble_peripheral/ble_app_uart example (although I get similar results with the other BLE examples)...