I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...
how many uart can I use at the same time in nrf52832
i know in nrf51822, every pin can use as uart,but at the same time ,i can only use one uart.and now ,i have a case...
Hi,
I have an issue with app_timer (nRF52, SDK13.0).
I use a single shot timer.
I try to debug, and I'm in the case of app_timer.c line 650:
ticks latest: 534879...
We need to connect at the same time
several mobile phones with the Android OS to a single device
nrf51822 via BT in our upcoming project.
According to information from...
Hey,
Just had a quick question... I was doing the Relay example and I don't totally understand what a "relay" is. Can you explain what the purpose and usage of relay is for...
Hi,
i am working on RTC to create custom clock to measure time it is working fine but when i initialise ble stack and softdevice and adverticeinit it is not working. and...
Hi,
Maybe someone can point me into the right direction, I'm on S110 and SDK10 for hardware/legacy reason.
I have a pstorage function using init, load, clear and write...
Hi.
I am investigating the cap touch for a while, and I am working directly with the capacitive driver from here.
As being said there and other places, the driver will...
Hi all
What is the minimum required length of a LOW pulse to be detected by the nRF52832 via GPIO SENSE mechanism? I couldn't find it in the product specification.
I...
Hi Nordic Team,
I am using board PCA10040 wtih nRF52832 SDK 11.
I have Added DFU code to ble_app_hrs_freertos example.
Once I will go for DFU from nrf Mobile Application...
Hi all
I was investigating a NMI_interrupt today and found out that it was caused by a race condition in the fstorage module.
The problem may occur after a flash operation...
HI ,
I am using nrf52832 with s132 . I am trying to measure ADC value at some periodic interval. In nrf_drv_timer_init() function , code gets restarting after executing nrf_timer_event_clear...
Hi,
I use bootloader from SDK6 and I have sd_power_system_off() in on_ble_evt in event BLE_GAP_EVT_TIMEOUT and BLE_GAP_EVT_DISCONNECTED. I use SDK7.1 and SD110 7.1.
It cause...
I'm programming an application that uses the NUS, and I'm trying to test my code using the Android version of nRF Connect. I'm using a nRF52832 on dev board PCA10040, and...