Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
I have a use for the pstorage module and while going over the implementations in the Nordic examples and libraries, I found a use-case of pstorage_register() in bootloader_init...
Hello,
I would like to use the PCA10028 close to the conditions of a future custom board at 1.8 V (including I/Os) but I would like to keep the ability to do source level...
I am using the 8.1.1 version of the SDK on a Rigado BMD-200 device, s110 version of SoftDevice.
The code has set APP_ADV_TIMEOUT_IN_SECONDS to the maximum (all bits set...
My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it's done at compilation...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...
Hi, I would like to use RTC1-> cc[1] using app_timer drivers. How to do this? Examples show only the usage of RTC1->cc[0]. RTC1->cc[0] has been used by ble_conn_params.c and...
Hi,
After few hours my program is crashing and I'm landing on address 0x1AFF4 which belongs to softdevice. For what is responsible this code and what could be a reason...
Hi
I am using Nrf51 and Softdevice S130.I know that softdevice S130 supporting Ble 4.2.This will act as a peripheral.My mobile phone supporting only Bluetooth version 4.0...
At s120,i used the following code to send data (to s110)
if( ( wIndicationFlag_Get() == true ) && ( wConfirmFlag_Get() == true ) )
{
//APPL_LOG("Write Data\r\n");
...
Hi Nordic,
From the topic: APP_TIMER_TICKS value , I've know how to use it, but is it possible to use different prescaler value in the same code?
For example the nRF5_SDK_12...
Hi, I need help for generating the init packet. I'm using SDK 11.0.0 , s130 on nrf51822. To build bootloader, I've used the sample bootloader with some include path changes...
I try to print the RSSI level but i couldn't do.
I use nRF51 DK and soft device S130.
This is the line that i just write:
SEGGER_RTT_printf("RSSI: %d\n",p_gap_evt-...