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...
Hi ,
During the review, I came across the certification question. After some reading, I found some details.
This got me worried because it looks like it is a difficult...
I have found the example using nRF52833 in the latest SDK (ble_app_att_mtu_through....)
I am using Keil uVision 5.29.0 and I have downloaded the software packs 8.27.1, 8...
Hii,
Our input voltage to nrf52840 is 2 volt, we want to know whether 2 volt will be detected has low(0) or high(1) or undetermined state.we are using gpio pins (1,10) and...
Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
I want to add a global variable that would increase every time the timer handler is called. I can't get it to work with static, volatile, or even pass on as variable. the...
Dear all,
I am very new to BLE developments and Nordic product, I have purchased the nRF52840 dongle to have a feeling on the product ( I understand I should get the nRF52840...
I have below queries Regarding Secure Boot and DFU:
1) Is the secure boot functionality available in nRF52840, if available please provide the procedure for doing it?
...
Hello, guys!
We are excited to start a new product prototyping by using Thingy:91 board. Consequently, I would have a few questions related to Thingy:91 configuration...
Based on sdk15.3, adding the 0x2902 descriptor to the rx characteristic of the ble_nus service resulted in an NRF_ERROR_FORBIDDEN error.
My code is as follows:
ble_add_descr_params_t...
Hi,
I'm using S112 v6.1.1 with SDK 15.3.0 on nRF52810.( I don't use bootloader )
I tried to search examples for using fstorage api on it.
But I couldn't get anything...
Hi,
Recently I came across this example which gives mesh & uart in single application. now i'm trying to add GATT proxy to it so that i can do provisioning via nrf mesh...
Hi,
I have read the dfu protocal and found that there are three types of dfu transfer which are identified by a firmware ID. Now I want to add a new part to update the user...