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 all,
I'm puzzled about the relationship between normal BT and BLE, Is BLE connection is based on normal BL connection? And if it's integrant to set up a BL connection...
Hi
I purchased the full NRF8002 kit I am searching for the source code for the nRF Toolbox app but I am not able to download source code. Is the source code available for...
Hi,
I need something that can be the Master and talk to the Evaluation Kit Board to try to send a large amount of data. Do the Master Control Panel, or the mobile app nRF...
Hi,
I am using the nRF6310 + PCA10005 +nRFgo Studio as the lower tester, the supplied python scripts as the upper tester, and my own custom board as the DUT.
I've looked...
Hello, I am working with nrf51822 on my pcb design by myself, I read temperature from chip, the result is about 90deg, (I have div by 4 for 0.25 deg) it is impossible for...
Is there a way I can tell which version of the chip I'll get from a distributor? It's not clear to me that I can tell, from, eg the Mouser product page which rev it is. Is...
Hi,
I am working on proximity android application, i implemented immediate alert service, which is working fine. Now i need to set the alert level on the tag for linkloss...
Hi
I am working with alert notification example. I just wanted to know how you have tested the alert notification client example implementation. Is it just by using the...
Section 28.9.9 of the nrf51 reference manual shows the Config register has 3 defined bits, BBA. A is for Hardware Flow Control and is one bit, 0 or 1, which makes sense. ...
Hi,
I'm trying to add more user services to LBS demo. I generated 128b UUIDs for my services. Then I should add them to list returned by scan response in function advertising_init...
Hello!
Sorry for a new guy's description.
We had a device running in normal firmware application mode, and the Bootloader was programed. It's our goal to accomplish DFU...
Hello
I am using the nRF8002 kit. I would like to inform the host (Android app) when there is a long button press on the input pin.
Is this possible and if so which BLE...
Hi folks,
I was wondering if someone has a reference implementation of a bootloader that uses exclusively ANT technology to make DFUs, being it ANT-FS or any other alternative...
Dear Nordic guy,I'm developing with nrf51822 (6.0 stack binary and 5.0 SDK).
I recently updated the code and stack binary(6.0 stack binary and 5.0 SDK).
My function is not...