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 had a PWM question ( here ). It was recommended that I install SDK 10 and use the PWM files from SDK 10. I installed and copied the PWM files from 10 to 9 and opened my...
Hi, I've compiled program from this link:
developer.mbed.org/.../
The problem is that I can't connect to my DK by nRF UART 2.0 app, probably because not every UUID is...
I am working on adding a timer in the ble_app_uart sample, aiming on disconnect with device which doesn't send any data in specific time, such as 5 seconds.
Now I have...
I get NRF_ERROR_SVC_HANDLER_MISSING error in spi_open function.
uint32_t err = sd_nvic_ClearPendingIRQ(p_spi_instance->irq_type);
APP_ERROR_CHECK(err);
I'm using...
hi,
I need to store persistent data of about 32 bytes in flash, so tried using pstorage APIs (SDK v9.0 on nRF51822 -- 256KB ).
I followed the sample code given here...
Hello,
I am using keil uvision 5.17, sdk 9.0.0 and sd 130.
Once I programmed whole application through mbed,
Then I moved into keil and implemented all function....
We are trying to communicate to NRF51422 through PC using UART communication. But the programs works fine with nRF51822 Dongle and DK. But it does not works with another dongle...
Hi experts,
I need nrf51822 to send thousands of packets (notification) to Master Control Panel (PC), and expect for high data rate. So, I turned the connection interval...
if initial uart_config() before ble_stack_init(), softdevice_handler_init will be failed!
with SDK 6.0
softdevice_handler_init() will returns 0x00001001 ("NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION...
I am trying to generate code using BDS and the Nordic Plugin 1.2 but I keep getting the following error. I have reviewed the XML but I can't seem to find the issue. Any thoughts...
I've been fighting this bug for a few days now and I thought I'd share what I discovered in the process.
I wanted to set up a couple PWM channels to control a few LEDs...
getting problem in implementing uart. code is here
#include <stdio.h>
#include "boards.h"
#include "app_util_platform.h"
#include "app_uart.h"
#include "app_error.h...
I implemented measuring of Lithium battery level with the help of thread How to measure Lithium battery voltage . I am using nRF51422 with SoftDevice 110 and SDK 9.0.0 and...