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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hello,
I have made some current and timing measurements on the nRF51822 Development Kit (connected to a nRFgo Starter Kit) running some of the example applications provided...
I would like to drive an LED from the nrf51822 gpio
How much current can the nrf51822.
How much current can the nrf51822 gpio supply?
Is there a recommended LED for...
Hi. I am using a nRF8002 DK, and i am working with nRFgo Studio for 64 bits, in a windows 7 and windows 8 computers (for testing of the error purposes). I am having serious...
How to set READ property to a characteristic pipe through nRFGO studio.Actually i am not able to set READ property to any pipe.How can i do this?
Because i want iPhone...
Hi:
I use TIMER compare function, I open four channels and every channel produce interrupter.Here are some of my code:
NRF_TIMER1->TASKS_CLEAR = 1;
NRF_TIMER1->CC...
Hi. I've never asked a question here, and I'm a complete beginner to embedded programming, so I apologize if I break protocol in anything I do on here.
My setup:
nrfgo...
HI,all!
I have a question about downloading program into nrf51822 MCU.
That is:
As you konw, using the nRFgoStdio to download the code, you have to download the softdevice...
Hi all,
I have a devicewith display and only want a specific smartphone with my APP to connect to it.
I implement the authentication procedure at application level by...
We have some product using nRF51r22 QFAAC0.
E0 version is replacing C0 now. I just want to know when is Nordic going to stop producing the old version?
Thanks
Hi, I'm a ble developer using nrf51822.
It is a wierd question,
Is this any possible to write value to one characteristic's CCCD value from itself(device)?
This is my...
I am using the nRF51822 Development Kit
I have compiled the blink_example and the s110 ble_app_hrs in the nRF51_SDK_v5.2.0.39364.
I am unable to program the SoftDevice...
Are there any I2C examples for the nRF51822 ( write/ read functions) ?
If not, can anyone suggest a good starting point for I2C?
I am using Eclipse kepler for development...
In the nRF51 SDK examples, some pass the parameter adv_params off the stack as a locally declared vaiable in the context of the function and some pass static global variables...
I successfully made an Arduino code using nordic library that gets notification from iOS ANCS.
But some minor bug exists: sometimes i don't get any notification from the...