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 creating four timers in my application using app_timer.c . All timers work except the timer with ID zero never triggers.( means first timer created does not work all...
I am really struggling to get my ADXL345 SPI code working. Everything works fine on a LPC1768 and all outputs are fine on the nRF51822 Eval board, but there is no activity...
Greetings,
SDK6.1 and Keil V5.12
I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SWI0_IRQHandler is multiple...
I created a app with s110 V7 and want to program the PCA10006 with this app.
To get thing working, I need to update the softdevice as well (beacon PCA10006 is shipped with...
I am trying to use the latest (s130_nrf51822_0.9.0-1.alpha) S130 and experiencing an issue which was not seen in previous version (s130_nrf51822_0.5.0-1.alpha), this is the...
Hello,
We're interested in measuring the precision of our external crystal, but don't have the equipment to measure off the crystal directly without affecting capacitive...
Hi,
I am trying to run nRFToolbox App, I imported the project to Android Studio but I get the following error when I attempt to run it:
Error:Execution failed for task...
I just switched over from SDK v6 to SDK v7.1 (installed via those Keil Packs). The UART has suddenly stopped working (via Segger USB COM port) and I can no longer see any...
Hi Nordic,
I used PIC32 for SPI Master and nRF51822 SPIS slave. I used shortcut for my spis in nRF51822 and I need to know the right time of acquiring the semaphore and...
I have a 32 byte string to read and write using SD110. In the MCP I can read (using read long) the whole string without any problems. When I try to use write long, MCP times...
I'm getting started with the ble_app_hrs_s110_pca10028 (nRF51 PCA10028) example in the nRF51_SDK_7.1.0_372d17a_packs.zip SDK. See the tags for my hardware setup. I'm using...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello ,I want to scan the Bluetooth peripherals through one master application and want to display the Bluetooth peripheral names on serial window like what master control...
I am new to nrf51822.
I am trying to convert my Arduino code into NRF51822
I need something like this
currentMillis = micros(); //microseconds since the Arduino board...