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 am working in sdk14.1 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I have successfully implemented a keyboard + Consumer control command in the HID service.
It works...
When I only used XXLARGE block, I got bellow error:
..\..\..\..\..\..\components\libraries\mem_manager\mem_manager.c(484): error: #94-D: the size of an array must be greater...
Hello,
I'd like to keep an epoch time on the nRF52 by incrementing a 64-bit second counter in RAM by using app_timer once per minute (happy with this granularity). Between...
Hello everyone,
I know this issue is quite recurrent but I've gone crazy reading so many different issues with android version, Connection intervals, etc. Would like to...
Hi all,
I'm working on a implementation of the nfc url to my custom nrf52832 product.
I would like to run the record_url example on my custom application. I made a library...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
Taking below package marking for reference...
Hello,
I am currently experimenting with some throughput tests on nRF52832/nRF52840 DKs. Some time ago I worked with some BLE UART examples from SDK 13.0 with the help...
Hi,
I want to sample lpcomp result at 50us, I'm doing so by using the following statements and set/clear a gpio based on the lpcomp result:
nrf_lpcomp_task_trigger(NRF_LPCOMP_TASK_SAMPLE...
i use BLE uart project SDK 11 NRF 51822 with 2 value min max conn interval default is 20 and 75 ms.
i use android App was built by my team, and it' hard connect to NRF...
I am looking for a best solution to this scenario as in title:
I read in some posts (eg. this post ) that can use multiple ble service instances
also in...
I have followed the well written blog post on how to create custom service on this site. I downloaded the sdk 13 code for the same and i can send and receive values on the...
System:
-nRF51822, SDK11, Eclipse with GCC
-Project based on dfu_dualbank_s132
Intention:
Flash the combined SoftDevice, Bootloader and Application, where the...
When I call nrf_gzll_enable(), then nrf_gzll_disable(), and go to sleep with __WFE(), there is about extra 6uA draw due to this enable/disable action. It seems the nrf_gzll_disable...