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...
I have gone through most of the guides/links that I saw here to no end.
My development environment is OS X 10.9, gcc-arm 4.9, nRF51822 beacon.
Before going for the IDE...
Hi,
I am trying to build a low power device using the nRF51422 SoC without a Soft Device. I need a timer to occasionally wake up the chip and as I read the product specification...
I have a basic question regarding a basic area. Interrupts! But without any good specification and how the OS work and good example how to do this I need to push for the obvious...
In ble_dfu.c (unmodified SDK 8.0.0) I am unable to get the buttonless DFU hooked up.
For reference, ble_app_hrs with s110_with_dfu works correctly. I have traced my issue...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...
I am searching a cheap wifi solution and this NRF24L01 communicates through 2.4GHz network, therefore it may be compatible with 802.11 protocol and further with TCP/IP protocol...
Hello!
We're using PPI to connect one pin to clear and capture events on Timer2. On pin low-to-high we're clearing the timer and on pin high-to-low, we're capturing the...
Hi,
I am planning to use nRF51822 for one of our projects.
Can you please hlep me with the SDK that will support IAR Embedded Workbench.
Thanks & Regards,
Sumit
Hi,
For SDK 8.0.0 and Softdevice S120.
(1) Maximum number of services supported for db discovery ?
(2) Maximum number of characteristics per service for db discovery...
When i try to add pstorage in Keil 5 packs manager without a softdevice ble_flash is required as additional software component. Adding ble_flash requires a softdevice as additional...
We have a custom board on which we have NRF51822 SOC. We also have a small external flash memory(From Spansion) on our board. I'm trying to figure out the ways to use this...
power_manage function is required always? Or its required if i want to go in the low power Mode?
Can i comment out power_manage during development stage?