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 guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
If I try to build my project using GCC and I change the optimization flag to something other than -Os then I get the following error:
D:/Nordic/nRF51_SDK_8.1.0_b6ed55f...
Hi
Evothings Client is not scanning my NRF51-DK using HTC Desire 610 android mobile.
When I plugged nRF51-DK to my computer , it shows power On and my device manager...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I've been trying to implement a SPI master module in the example ble_app_hrs_c_s120 on the nRF51 DK with nRF51422 (I copied the code of the example of spi_master in...
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...