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...
I am using the sdk version 11 and arm-none-eabi-gcc version 5.4 on linux mint to compile the blinky test application. I have pointed the Makefile-posix at the location of...
I am doing the test about timeslot with the project link text
but it cannot scaninng and i found the timeslot is work because i get event NRF_EVT_RADIO_BLOCKED and it call...
Hello,
my application has to emit measurements in the manufacturer specific data structure continuously and has to accept a connection, for example for ANCS. Therefore...
Hi,
I am developing a firmware using nrf51822xxaa s130 SDK 10.0. I am using device manager to exchange the security keys and storing the bond information. For my project...
Hi, If I understand correctly the debugger on PCA10040 can operate in 6MHz/n as SWO frequency.
the nrf52 can operate at 4,8,16,32MHz swo frequency.
How are we to use SWO...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
I'm trying to implement the DFU Feature into my application, but it seems to be in a bootloop after it starts advertising.
The application works fine when flashing it via...
Hello everyone, I want to measure Low power mode current consumption in nRF52 DK,but I dont have accurate CRO to measure in micro Amperes, therefore I would like to know if...
the eclipse build memory map is
text data bss dec hex filename
363312 2485 5340 371137 5a9c1 ********.elf
363312 2485 5340 371137 5a9c1 (TOTALS)
it is giving very large...
Hi Friends, I like Nordic and Arduino, it's great if Nordic can support Arduino officially, we can use the ARM0 in Nrf51822 as a single control point of Arduino project. There...
I taken the Android-nRF-Beacon-for-Eddystone app code from github.
From my account I configured my Google Dev console:
enabled proximity API
added credentials...
Hi all,
I followed the tutorial listed below:
devzone.nordicsemi.com/.../
I want to use SEGGER_RTT_printf but I always get this error:
Error: L6218E: Undefined symbol...
Hi,
I am working on one project in which I want to connect my two custom borads with S130 softdevice but I am not able to do that. My custom board has nRF51822 chipset...