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 all,
first of all I'm new to NRF and BLE applications so I'm truly sorry if some of my questions are very basic and if answer to some of them is already posted somewhere...
Hi all,
I am using pins P0.00, p0.01, p0.09 and p0.10 in my application. I wandering why these pins are not functioning as GPIO. I have searched various links such as ...
Hi,everyone!I am using nRF connect mesh for Mesh DFU(see this link text ), and I follow the direction step by step. But, the nRF connect can't find any device to program....
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am running into trouble Writing...
Setting up an example of the problem
As I promised in this thread , I have been testing out the ADC on the nRF51822 and trying to see how quickly I can sample per minute...
I'm using FDS in SDK 11.0.0 on a nRF52832. I was having some trouble with freeing flash storage and after doing some research I came across this post and I applied this patch...
Hello,
There is a bug in pstorage.c from SDK which can cause that module to fail to complete a flash operation. The problem is that the pstorage_sys_evt_handler function...
The product spec says "This event will also be generated if the supply voltage is already below VPOF at the time the POF is enabled" but it seems like the event is not generated...
I have a BLE device that is using Nordic SDK 8.1 and uses PWM to control an LED. Now I want to turn the led off with PWM. To do this I set the duty cycle to 0 and printed...
Hi,
I'm working on nrf51822 with soft device s130. I'm trying to send a data packets from the nRF51822 over BLE to an android device.
I want to know how much data...
Hi!
I try to create a custom service. To do that I copied the ble_bas service and followed this guide.
You can see my init function here:
#define APP_UUID {{ 0xC0...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 as central and peripheral.
Q1. What's "sd_ble_uuid_vs_add" function? is it for setting service UUID?
Q2. If Q1 yes, how to change...
I was reading a review of this product from a 3th party and they was claiming that a disadvantage about using this chip is that "Some peripherals and resources are not available...
SDK: 13.0.0.0-1.alpha
example : ble_app_hrs_freertos
I am developing a product, referring to the “ble_app_hrs_freertos” example, when I tested my functions found a serious...