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'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
Hi,
I am interfacing a TI TM4C123 microcontroller to the AddiCore nRF24L01+ Transceiver Module. I can consistently transmit and receive data with the microcontroller/nRF24L01...
Hi,
We are using nRF51822 in our custom board.
nRF51822 is interfaced with a MCU using UART.
We want to load firmware image in MCU which will then flash nRF51822...
Hi,
I have a nRF51822 Development Kit and a nRF51822 Bluetooth Smart Beacon Kit. I want to run on the nRF51822 Smart Beacon Kit the nRF-Sniffer (v1.0.1) application. The...
how i used central send data to peripheral.
one broad use S120and other broad use S110.Now i see explame is nrf51822\Board\nrf6310\s120\experimental\ble_app_hrs_c..have another...
In ble events handler after connecting to peripheral device i handle BLE_GAP_EVT_CONNECTED event and try to identity connected device:
case BLE_GAP_EVT_CONNECTED:
{
...
Use "nrfjprog.exe --eraseall --programs s110_nrf51822_7.0.0_softdevice.hex --program app.hex bootloader.hex --verify --reset" to flash my device, return a error "write_and_verify_hex_file...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
As I've seen many others have done, I bought the nRF518822 Development Kit not seeing that I needed the $400 nRFgo motherboard.
Searching around reveals that shouldn't...
I am trying to get the Arduino DUE up and running with the Redbear v2 BLE shield, and SDK 0.9.3.
It was a pretty trivial operation with Arduino YUN, but I not so much for...
Hi Nordic-Team,
I've spent a while trying to figure this out but I couldn't. I need your help.
I want to load the S310 softdevice to the nRF51422 chip + the blinky example...
Hi,
I am using the ANCS experimental library and am experiencing a very strange bug.
I am requesting to attributes: APP ID and Title whenever I get a notification source...
Hello,
i have some trubble with my current power consumption. I have already read other user question and solutions but nothing works for me. To reduce the power consumption...