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...
I am using read characteristic to read data from from a characteristic. The characteristics range from 2 bytes to 32 bytes in length. The time to read the data using IOS,...
For those of us who were not invited to Norway to try the nRF52 over the next two days....
When and how can we get our hands on a nRF52 development kit?
For example, ble_advdata_set() wants to insert company identifier and a "00" in the last byte of the response packet. Are these required, and if not, how to use the ble_advdata_set...
Hi there,
One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I'm currently testing a custom board using BSP_SIMPLE defined in my board header file.
This is failing to build due to undefined BSP_LED_APP_TIMERS_NUMBER.
Appears to...
I have added a power amplifier in nrf51422, but I don't know when I should enable/disable the power amplifier in order to reduce power consumption, i.e. when listen for scanning...
Hi,
I try to compile example application (ble_sdk_app_beacon) and I have error on linking objects.
My include section:
#include <stdbool.h>
#include <stdint.h>
#include...
Hi,
I'm trying to get a modified version of the serial "NUS" service to work encrypted with Android 4.4 (API 19). Everything works fine on iOS, but with Android I get ofter...
hi,there
raspberry can ping6 pca10028, rasberry can receive udp packets from pca10028.
but how can i ping6 pca10028 from pc?
env: pca10028 + csr ble dongle + raspberry...
i'm confused of the relationship of wirepas and ant+,both claim to surpport mesh network and multihop.what's more confusing is that both are promoted by nordic.
I look up...
I find in the following example code that if I start my application from a powered-off to a powered-on condition and main() executes the code as shown, everything works fine...