Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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 all,
do you know if there is a way to disable code optimization only on some part of code?
I use optimization level 1 in Keil (otherwise the code does not fit...
Hi,
If I am honest I have encountered a weirdest problem since I have been programming. Here is the code (function void scheduler_mass_history_handler) which is executed...
Hello,
I have just started working with BLE, and I am trying out trial examples in NRF SDK 12, on pca 10031 board
I am working with ble_app_uart (BLE peripheral)example...
Hello, I'm currently working on a project in which we need to send data periodically (approximately once every 1 to 5 minutes) through a heavily wooded area with as little...
I used nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0。
The peripheral device name is "Nordic"
After central scan, i want to get the device name "Nordic",i used the following...
Hello! I am using WireShark 1.12.1, nRF Sniffer software v1.0.1_1111 on Windows 7, and I am having an issue trying to run a long term capture.
I choose a device, it starts...
I am wondering what circumstances lead to the big difference of the write and erase times of the NVMC. Since the difference between the max. value is a multiple of the min...
I am trying to add PWM library functionality to my "template" PWM application and observe that:
If I place app_pwm_init() before BLE initialization, I have Invalid Parameter...
Dear Nordic Team and Community,
I am trying hard to compile and run the bootloader_secure example provided in SDK12.1. Here is the steps I follow :
Compilation runs...
Hello,
I am having trouble with my power consumption. My Chip is using 1mA during run-time. It seems to work right when I put it to sleep (~0.5 µA). I am only programming...
Hello,
I have implemented the nRF52 as a central using softdevice S132. This central will only connect to one or more peripherals that has been paired (whitelisted). The...
Hello!
I am working with nRF51822 Development Kit and Nexus7(Android4.4.3).
I would like to try a multiple write command in a single
connection interval, but can't confirm...