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...
Hi -- Can I run direct test mode on the nRF51-DK?
I've found the Direct Test Mode window in nRFgo Studio, but my board isn't available in the "Set up on ... " pulldown...
Hi,
I'm trying to implement a device including a PWM counter and a high resolution timer working with softdevice stack 110. Per the examples I got from this site, I'm using...
Hello! I'm trying to use s130 as peripheral.
I flashed nrf51822 with s130 stack. Opened peripheral example and build it with .ld file for s130.
After it I flashed this project...
we have a 2 chip soln. nrf for Ble, Atmel for main application.
config data is located in the Atmel part. Config data also has BT Device name, ADDR, Adv Params etc.
I...
I am thinking to use IoT SoftDevice in a project, but I read that
" This SoftDevice is a technology prototype only. Therefore, it should never be used in production ." This...
Hi there,
I'm trying to program an external nrf51 board (Xuntong 5518) through the nrf51-DK Debug out connector. So far I have no success and I'm wondering if I have the...
What exactly are the "glitch" issues with the PWM master library ? I see there have been some recent updates, but no clear indication as to what issues remain or have been...
Hi,
How to upload and debug application program to the beacon with S110_nRF51822_7.1.0 and bootloader (DFU) using J-LINK? The standard procedure takes into account OTA...
Hello,
I want to detect the advertising data of more then one Beacon with the SDK51 and read the TX_Power for a location-application.
I´m inexperienced in stuff like...
will gazell device fall-back immediately to out-of-sync state upon reaching the max tx attempts even if the sync counter is still less than the set sync lifetime?
thank...
I got a nRF51822 based module and I loaded a slightly modified application based on "ble_app_beacon" example in nRF51 SDK via SWD interface using J-Link. The code has been...
Hello,
I have an application in which a BLE peripheral device will be essentially permanently paired with a client. The client will need to connect infrequently with the...
Hi,
I am trying DFU example on nordic evaluation kit using example on github:
github.com/.../DFU-Bootloader-for-nRF51-Evaluation-Kit
However, while compiling in keil...