I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hi all,
I have a custom board with a nRF51 and a DSP connected to eachother (SPI, UART and I2C) and since I have no connection to the nRF directly or any buttons I need...