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,
No matter what I adjust, I can't get the PPK to output over 2.2V. I happen to be using an older nRF52 preview DK (figured it'd be a good use for that board now that it...
tl;dr: UART transmission sometimes stops and never resumes. Only a
power cycle resolves the issue; a system reset is not sufficient. The
problem only occurs when flow control...
Hello,
as far as I have gathered, it is possible to use multiple peripherals on one device with the current alpha release of the S132 Softdevice. What I did not understand...
Hello,
today I had a problem where a timer was causing my device to reset after a while, because the app scheduler queue got full and it was raising an NRF_ERROR_NO_MEM...
Hi!
I am playing with NRF cloud and Android phone gateway. I am not able to find out how to carry out firmware update over NRF cloud. Would you please shed some light?...
I am developing an application with a single service that has a single characteristic with read and write operations.
I want to give the ability to writing to this characteristic...
Hello,
I am working on a project with STM32 master and nRF51822 slave connecting to Android/iOS mobile apps.
I send the advertising parameters from STM32 to my nRF51822...
Hi,
I am new to firmware engineering. I have a simple and basic question.
If there's Timer A and B, and both interval is 100ms, what happens to the timeout handler functions...
I want to add some configuration files to nrf52, so can I write data in flash and read when I want.......I have the example code of twi master_twi slave but it engages the...
I have followed the instructions for sniffing ble packets with wireshark. Errors would occur when using 2.2.5 so I switched to the latest development version. See this question...
Hi, I am developer of indoor location tracking solutions for asset tracking applications, actively looking out for new technologies, i would like to understand what are the...
Normally I am using nrf51 for peripheral(sdk 8.0.0 s110) and central(sdk10.0.0 s130) device. But I want to use nrf52 for just central device. I tried nrf52 for central(with...
Hello All
Currently i am using nRF51422-DK (PCA10028) Board .I am planing make mesh network using nRF51 devices.i go through the mesh network introduction document which...
Hi,
I'm trying to set a button as an interrupt source. I wrote this code:
void Init(void){
pwrmng_MainStatus = PWRMNG_STS_STARTUP;
//LED
#ifdef DEBUG_LED
nrf_gpio_cfg_output...
I want to read the status of LFCLK,but I find that ,the value I have readed is awayls zero! my code is follow :
LFCLK_State = ((NRF_CLOCK->LFCLKSTAT) >> 16) & 0x00000001;...