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...
Hi all,
i need to write in flash, and i try to use the example flash write of sdk. It works correctly but when i put it in my code, the writing register ( NRF_NVMC->CONFIG...
Hi!
I'm developing Thread mesh using nrf52840 with COAP communication. I would like to set a longer timeout and more retransmission tries in COAP. I saw this parameters in...
I am trying to use one of the example from NRF5 IoT SDK with RPi3 (kernel 4.9.41-v7+) but keep getting "permission denied" when execute command below:
echo "connect 00...
Hello
I have setup my Eclipse(neon3) on Linux following the instructions in devzone.nordicsemi.com/.../7
I cant compile and flash the image. But cant breakpoint.
I...
I've read that the number of tx buffers on the S110 is fixed at 6, however I've also read that this may be configurable on future versions of the softdevice ( devzone.nordicsemi...
Hi,
I'm currently in the process of integrating unit testing into our firmware development process. I'm trying to execute on-target tests with the Unity test framework...
Hi Nordic Semiconductor, I am Yoganathan Sivakumar studying Master in System on chip in LUND University. I wanted to ask some technical question in industry oriented. I wanted...
Hi,
Recently I receive the "nRF52840-Preview-DK" and I download the "nRF5 SDK v14.0.0".
I try some example with Keil and all of them works well when I use the MCU interface...
I have a strange bug, that I do not have any good answer for.
In the software, I use either SPI1 or SPIS depending on current configuration, I have seen some rare cases...
I know it's not very common to use a secondary service, but I want to use it in one specific scenario. When referring to the documentation for the API sd_ble_gatts_include_add...
Hi,
I'm trying to use the LPCOMP of the nrf52 telit board.Configured lpcomp with the following settings :
Input : AIN2
Ref : AIN1 ( external ref. of 1.6V)
Detection...
Hello I am using PCA10040, nRF52832, and GCC toolchain
I have a project that was working good using sdk v12.3 but now I want to migrate to the latest and I am getting one...
Hi
After the device has been in idling, the sleep_mode_enter function is called which then calls
sd_power_system_off().
The device then goes into sleep mode until a...
Hi! I need your help!
I need to create some mesh network consists of simple devices (A) which could collect mac addresses of all visible Bluetooth devices (C) and send it...