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 want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
What is maximum number of BLE connections that can be made with the nRF51422? I see that the the nRF51822 will support 8 in a star network using the 120 soft device.
Thanks...
Good morning,
I have been playing with the EV-Kit and now I want to design my own application. I would like to know if is it necessary to include Segger (J-Link) IC in order...
Hi, I am porting my project from nrf51822_5.2.0 to nrf51822_6.0.0.
I want to change bond manager to device manager.
I refer to the heart rate service in sdk 6.0.0 and...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
tldr; read the release notes first and use the batch file provided in the folder
Hi,
I'm trying to load the S110 v7 on an nRF51822QFABB00 and I'm getting the following...
Hi,
I am developing a multi-protocol communication device using BLE, ANT and 868Mhz "long-range" communication. I am using MRF49XA chip for sub-ghz communication. I have...
I have just updated to the latest SDK, including the S110 Soft device v7.0.0.
I have now noticed that I can bond using the Master Control Panel, but I cannot bond using...
On June 25th I asked a private question regarding be able to use the S110 soft device with the nRF51422. The following is the response I got:
....
Yes you can use the...
I am unable to to send notification for a customized service. I am testing a customized services that simply increments a variable every 3 seconds and sends notification with...
Hi guys,
I am trying to use the timer 1 on the nrf51822. I found the sample code online which could probably do the job for me. But I wanted to know what is the standard...
Hey Guys,
i asked this question already few days ago, but today i produced a log-file.
The procedure was:
Setup: SDKv6.0, SoftDevice v7.0.0, nrf51822
empty board...
Hi guys,
I had look at the ble_connectivity example in \nrf51822\Board\nrf6310\s110\ble_connectivity floader,but I can't found any documentation about this project.Is it...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...