Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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...