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...
Most of the make files and project files within the nrf5 SDK contain a bunch of defines of the form -DNRF_PAN_XX. A search through the SDK v11.0.0 reveals only a few references...
I have included all paths of all (.h) files including (nrf_delay.h) however I got errors as seen in the photo. What do you suggest to overcome such errors?
Also, Is the following...
Hi,
This is very newbie, and I am stuck.
I am following to the letter the instructions to create the micro-ecc according to this instructions.
The problem, and it...
Hello,
I want to use packet length extension with the PCA10040 and SDK v12.
The peer will be the nRF51 dongle (PCA10031).
I believe that the nRF51 dongle doesn't currently...
I am still noticing a higher than expected power draw on my nRF52 and I want to make sure I have adopted best practice in turning things off/optimising things before entering...
Hi,
I am using a 128KB-rom 16KB-ram nrf51822 and trying to run blinky from SDK 11 with softdevice.
If I load nrf51 S130 1.0.0 softdevice, and use the following in my...
As of SDKV12, because of the removal of pstorage, I upgraded my app to use fstorage.
If you look at the SDKV12 doc at this link, you will notice that it is quite lacking...
Hi,
I am trying to write some data into the flash of the nRF52832 SoC, but can only write around 5 kb of data. After that I will get an error of number 7, which should...
I'm using SDK v11, nRF51
I started developing with S130, v2.0.1
The device is peripheral only, so I decided to switch to S110 v8.0.0, since I need the memory.
I made...
I don't have a particular issue right now, just a concern that I have because my device needs to be bulletproof when it comes to reset behavior.
When sd_mbr_command(SD_MBR_COMMAND_INIT_SD...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
Hello,
I'm developing nRF52 with Keil5.14.
Before I used nRF52_SDK_0.9.2 and it worked fine.(With NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3.pack)
I upgrade the...
Hi all
According to the following post, the RAMONB register doesn't exist since the nRF51822 has only 2 RAM blocks: devzone.nordicsemi.com/.../
But the current version...