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...
Hello,
I'm trying to install wireshark sniffer on ubuntu 14.04 with PCA10031.
I follow this guide : devzone.nordicsemi.com/.../
But when I launch sudo python example_linux...
Hi,
I am trying to replicate the "Throughput and long range demo" from devzone.nordicsemi.com/.../
I have two nRF52840 boards. I am using IAR studio. I can compile,...
Hi,
i am working on TWI sensor example in SDK1. in which i connected SCL And SDA pins tonRF52 dk boards sca and scl pins. and connected voltage and ground. when i run the...
Hi everyone,
I am using the nRF52832 and I have use the serial bootloader to update the firmware at one of my clients place.
How should it be done and what do I have to...
Hi guys,
I want to implement the periodical transmit over the mesh network. I have 3 nRF52832 DK, and I use the nRF OpenMesh example.
What would be the best way to implement...
It appears this example hangs after the following call. Does the experimental 12.2 buttonless DFU work ok?
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
Using SDK 12.2 and BDS plugin version 1.2.2
Module nrf52832_xxaa
Copied plugin output to nRF5_SDK_12.2.0/examples/ble_peripheral/experimental_bluetoothds_template/...
I have observed that the "Experimental Buttonless DFU Service" and its characteristics has the same UUID. But in case of other services(like battery service) the UUID for...
I know that the pairing popup won't be shown if encryption is disabled.
I was able to remove the popup on Android. However, I couldn't find a way to do it on iOS.
The...
Hi there,
I have multiple PCA10040 boards, and about a year's worth of experience developing code for them. I have suddenly started to have problems with USB-UART connections...
Greetings,
I have a setup where I have a periodic single channel low power SAADC implementation. In this the configuration is
A single SAADC channel is initialized...
Dear Nordic,
After playing around (a lot) with your nRF51 and (all) of your nRF52 devices, both on a personal and a professional level, I would find very interesting to...
I've come to the conclusion that NDEF doesn't provide the functionality that I'm looking for (primarily security). I spent some time playing around the SDK running in NFC_T4T_EMUMODE_PICC...
Hi,
I am using the ble_app_uart_c example for scanning the peripheral.
My requirement is I need a name of the device when UUID is being checked.
Means when isUUIDpresent...
I coded a simple timer using app_timer and tested it on my nRF51822-DK:
#ifndef NRF51
#error NRF51 must be defined.
#endif
#include <nrf.h>
#include <app_timer.h...