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,
I am new to the nRF51 and I cannot get ANT to work on our own hardware. It always result in a soft device assert. I went back to the standard development kit (pca10028...
I have an app built in IAR using S110, SDK 7 on PCA10028 DK board that runs fine with the debugger, but if I stop the debugger and unplug and plug back in the USB cable, it...
Hello,
Sometime when we try to save data in Flash the operation failed and that only when the bluetooth is init.
We use Nordic nRF51822 with 256 Ko Flash.
Thanks...
Hello all
I am trying to better understand the sequence in which all the data is encoded in to the advdata structure. This includes device name, company identifier, manuf...
Hi,
I've noticed that the following s110 API work in my application, when called from the main context, but fail when called from an ISR context (button press interrupt...
I want to convert an integer to a char array and feel like this is something an nRF library may have already implemented. Nothing showed up after an initial search of itoa...
Hello,
I wish to create a mesh for my product and I have two options Zigbee and nordic SoC. My application involves very little data transfer and that too at very low rate...
Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the...
Hello,
I'm looking to get the nRF24LU1+ dongle to work as a VCP. I had a code running 4 years ago on the dongle as a Mass Storage device but I was wondering if someone...
Hi guys,
I have to port the current library that is working at the arduino uno for arduino zero pro but when I change the board type I get the following errors:
__file__...
Hi
Here's what I would like to do: I have a bluetooth device with an nrf51822, with which I gather some sensor data, with a period of say 1 minute. I would like to store...
Hi,
If the bootloader is allocated 16 kB of flash, can it be upgraded Over-The-Air to a larger size bootloader at a later point, or does that require flashing the device...
I am a beginner and I am trying to generate a data ready event and after that reading the FIFO_Count but FIFO_Count gives me the value 1024 that is the maximum possible size...