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...
We started with the default project that have no heap.
Added mallocs to the system and they seemed to succeed, without realizing heap was set to 0. They did not return NULL...
hello
we have custom board with Nrf52840.
i already test the uart code on nrf52840 dk..every thing is working great.
my custom board is connect to the nrf52840 dk with...
Hi
I have a PCA10040 V1.1.0 that my company has been using to flash test code onto other nRF52832 chips (I don't know the details, but it has wires attached to the debug...
Hello,
I am using the BLE_app_hrs_pca example and I was wondering whether or not the unit in which my beat rate is encoded (bpm) can be changed. I mean, I would like to...
From document seems bootloader in SDK v12/13/14 does not support HCI/UART transport yet. So have to use SDK V11 bootloader.
However the application is based on SDK V13...
Any update on possible when Nordic can update the Plugin to support SDK13?
I was informed that the Nordic Semiconductor v1.2.2 plugin does not support SDK13.
Although...
My goal is to generate the clock signal of some particular frequency. I am using nrf51822 DK and used the timer example code from
github : github.com/.../main.c .
With...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
hello,
my custom hardware includes 10 buttons connected to 10 GPIOs of a nRF52832. The nRF52 is placed in low power or eventually system OFF all the time, waiting for a...
hello i am using the nrf52840.
how i can set the 4Khz frequency in low_power_pwm.
low_power_pwm_config_t have period parameters. which value i need to assign to generate...
Hello,
I am trying to migrate to the latest S140 SoftDevice, but the migration document leaves a lot to be desired and is missing information. I've had issues running standard...
Hi
I'm migrating to SDK14 currently. My program seems to hit an infinite loop (or something of the sort) after I call my_service_on_connect() from my_service_on_ble_evt...