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 questions about the HCI packet format
With the start packet, the Ack number in the header section = 000
What should it be filled in the data packet and...
I'm implementing an I2C communication and I need to set an interruption every time the sensor sets the interrupt pin to 0. I've been checking some other posts from devzone...
Hello,
I am currently trying to power profile all aspects of the nRF52840, which includes the CryptoCell 310. The instructions say "
Testing
Test the CryptoCell Example...
I tried to use Timer2 as counter with event and interrupt. event is working. interrupt not.
<pre><code>
timer_count_cfg.mode = NRF_TIMER_MODE_COUNTER;
err_code = nrf_drv_timer_init...
s132_nrf52_5.0.0-3.alpha_softdevice.hex (/attachment/26a9916e1af8c97bcba7185035bd7b31)Hi, I am starting to work on NFC and Bluetooth pairing for the nrf52 and i tried to compile...
hello everyone:
do you have try to add wdt into bootloader project?
i add it as follow:
in the static void wait_for_events(void) function, i add two
if(NRF_WDT-...
Dear all,
I want to develop applicattions for the board nRF52840 Preview DK. I went to the download section of this board , and i saw the following software nRF5x-MDK-Keil4...
Hello,
I want to use NORDIC nrf52 to perform some power consumption Analysis. Is there any eveloution board from NORDIC that don,t have debugger connected to it? I want...
Hi all,
Is there a tutorial that explain better the bonding information and whitelist? I have more doubt about that.
My first code i have pairing and bonding:
...
hello..
I'm actually working on nrf51822,i could complete the advertising part successfully("hello world")..NOW i want to add privacy feature which allows an advertiser to...
Hi there,
I am working on the SDK13 project template that I am modifying in order to install a vendor type uuid.
But my code crash on "advertising_init" and ble_advertising_init...
While using the secure bootloader image and test application works consistently using the development kit I have not been able to port the solution reliably for our custom...
hai
i am using mbed to program my nrf51822.i want to set the analog pin p6 as analog in in one situation and as a digital out in another situation. but i am unable to do...