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...
I'm working on a wireless sensor network and was thinking about using nRF51822 as the primary SoC. For my network it would primarily be low power sensors talking to one another...
Hi.
For my application, i want to do a battery saver profile.
I need to send one advertising package every 30second.
So now i do this by setting
#define ADV_TIMEOUT_IN_SECONDS...
Hello,
we have an application that involves 3 devices that comunicate over ANT. One central device beeing slave to the two other devices. All channels are configured with...
In ble_gap.h I noticed a parameter called BLE_GAP_ADV_INTERVAL_MIN, which determines the minimum gap between BLE advertisements. Current setting is 0x0020.
Currently in...
AN36 refers to the Send Update button on Master Control Panel(to toggle the LED). I can only see a "Write" and "Write Long". Am I doing something wrong, or does AN36 refer...
This may be the most commonly asked question but I'm new to this embedded devices.
I'm trying to develop a nRF51422 based sensor network which operates using CR2032 battery...
Is there a firmware I can download to have nRF51 Dongle working with ANTWARE II?
I plugged in nRF51 Dongle (PCA10031 V1.0.0 2014.30). I can see it in nRF Studio.
When...
Dear Sir,
I'm studying S120 and S130 soft device.
However, the document inside SDK dose not explain the detail of connection procedure.
I'm interest in the device how to...
I have one task to send image to nordic device(BLE device), But i am confuse to where to start,
Is it Possible to send image to Nordic device Using BLE?
Any guidance on...
Hi! I've never worked with bluetooth before. I am using a Blend micro arduino-based board to send to the computer some different values (for instance an array of 10 float...
Hi,
I have a question related to GATT Services in BLE, so not strictly a nrf51 question although it's related to one of the examples. The example for the (Human) Thermometer...