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 to everybody,
I am working with a custom board based on the nrf52832, while trying to integrate to my existing application the DFU functionality I am having problems...
I am trying to measure the ADC on all 8 ADC pins of the nRF52 on the PCA10040. I'm noticing quite large amount on noise on floating lines (up to 0.6V). However my biggest...
We have a device with a main MCU connected to a NRF52832 for BLE communication. Our device have Battery, Heartrate and a custom service. The first implementation used a Sparkfun...
I am trying to decide what Nordic solutions would best support the application throughput requirements seen below. Distance requirements are low (1 meter each link).
...
Hi there,
I have nRF52840-Preview-DK eval board. I have downloaded the “SDK 13.1.0”. I was trying out the power management example under the folder “..\nRF5-SDK_copy\nRF5...
The 51822 PS mentions a "Nordic Trace Buffer" but doesn't seem to elaborate. I assume this is similar to the Cortex Micro Trace Buffer? Is there any more documentation available...
Hi I'm looking forward to hear if I could program an nRf51822 QFAA without using the development kit/board. The chip I have currently is a N51822- S4AT, from Wireless Tag...
I recently purchased a Rigado BMD-350 eval board (nrf52832) and am trying to use it for creating a simple ble remote project. I am kind of lost.
As I look through the heart...
I'm testing with pca10028, ASCS(SDK11.0.0) example and iphone.
But pca10028 does not piar after deleting piaring information in iphone.
"[DM]: !!! Bond/key refresh ...
Hi Nordic developers can someone provide me an example for a simple serial application for nrf51822 BLE?
I have tried uploading the application using Arduino ide and blackmagic...
Hi,
I am trying to develop a custom board using NFR52832 which involves writing data to a NAND flash.
To download data from NAND to the pc, a ftdi cable (C232hm) is used...
Hello,
I'm implementing a custom service and followed the tutorial here . I added a second characteristic by adding its own char_b_init function, creating a CHAR_B_UUID...
Once I call sd_ble_gatts_hvx() while ble connection handle is invalid(BLE_CONN_HANDLE_INVALID), I can never update notification value using sd_ble_gatts_hvx() though function...