Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...
From the S132 5.1.0 specification, I expect that its RAM usage should be only 0x1228 bytes plus ATTR_TAB_SIZE. However, when I compile two of the example projects using IAR...
I am working on a project in Nordic SDK 8.1 that requires using a timer. I am confused where I need to define the timer though (using APP_TIMER_DEF). If I put it right after...
I am working with the SDK 12, nrf52832 low_power_pwm example. I am concerned about the power consumption I am measuring.
I am trying to produce a 1khz PWM for an LED (the...
Howdy,
I am having difficulties writing to NVRAM (reading appears to be fine and is reporting 0xFF's everwhere). I am using a rather old SDK and SoftDevice 110 (version...
How much is the nRF52840 USB DP/DM pins impedance in transmit mode?
There is no info in datasheet .
On the PDK board there are 39 ohm resistors connected in series with...
The engineering B errata mentions PAN 186, that the current consumption in System ON Idle is increased if High-Voltage mode is used. Is there any information available how...
Hi everyone, I'm having troubles with a project using softdevice, and I think it could be a memory problem, I just wanted to confirm that the addresses are correct and there...
Why was this removed? The SD 3.0 docs show only random static and public as options and I get bad address for the others which is consistent with the docs. We were using random...
Hello
Nordic Team.
I controling nrf spi.
testing for example nrfSDK14.0.0\example\peripheral\spi\pca10040\blank\arm5_no_packs\spi_pca10040
/**
* Copyright (c...
Hello everyone, I want to run project ble_uart on NRF52832 in Keil.
At the beginning of the main.c I add
#define BOARD_NRF6310
But get error
C:\Keil_v5\ARM\PACK\NordicSemiconductor...
hi team, i am using nrf52840. is there any hidden services placed in nrf connect app android for gyroscope or we want to create our own services. and also one doubt wat is...
Hi,
I wanted to know the peak current of the nRF51822 chip using the softdevice 130.
I was looking through the documentation and found on the S130_SDS_v2.0.pdf the information...
It would be nice if libraries in the SDK contained more asserts about preconditions and postconditions. For example, since app_timer requires the lfclk running, the app_timer_init...