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...
What capacitors would you recomend for this 16MHz Quartz http://www.jauch.de/ablage/med_00000848_1411137106_JXS32-180914.pdf to ensure 40ppm frequency tolerance for nrf51822...
I read the following but was not able to use it to resolve my problem.
devzone.nordicsemi.com/.../
bootloader.hex
bootloader_settings.hex
The bootloader address...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hello,
I would like to use the PCA10031 Dongle as the peripheral with the multilink examples. I will be wiring up a button to the available GPIO and using this for a space...
I want to use to set the UUID in my Nordic device as following:
Base UUID:
{0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...
hi.
I refer at the example find here link text .
i want to transmit with Advertising, as the temperature is transmitted in the example, data from some sensors .
But in...
I'm trying to port the HRS example using S110 Softdevice and SDK 7.1.0 to IAR 7.10 on the pca10028 board.
I've created an IAR project which uses the same files as the Keil...
Hi everyone,
I am trying to create a file in sd card but it is not creating.But i can read a file from sdhc card of type .txt,.c,etc with nordic evolution board nrf51822...
Hi all -
I want to use the device manager (SDK 7.1.0, SD110) to do a simple nRF51822 implementation where after the first bonding happens, and is stored in flash, the nRF51822...
Hi
I have a board with some extra bits and pieces hanging off the SWD lines.
This means the SWD needs to run at a lower speed (500kHz or less). At the lower speed, Kiel...
Hi,
I'm trying to build my IAR project but it's not clear to me what I should link against to resolve symbols referenced by the soft device headers.
Thanks,
Kenn...
Hello,
Is there any reference designs / documentation or ideas on how we can wake up NRF51 when there is radio activity on a specific frequency ?
In our design, we need...
hello everyone
the softdevice used in my system are s110_nrf51822_7.1.0 and s120_nrf51822_1.0.1
the connect interval i set is 40ms.
my system refers the ble_app_hrs(s110...
The S110 v7.1.0 documentation for sd_ble_gap_adv_data_set says:
The format of the advertisement data
will be checked by this call to ensure
interoperability. Limitations...
I use s110 softdevice and want to use multiple BLE gatt clients. Is there a way to use both ias and ans client provided by the sdk at once? At the initialization step both...