I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
SDK 13.0.0
nrf_soc_nosd/nrf_nvic.h has this header guard:
#ifndef NRF_SOC_H__
#define NRF_SOC_H__
This means you couldn't include nrf_soc.h after including nrf_nvic...
Hello,
I'm using TIMER1 to generate a timer compare event. I connect the event with the sample task of the saadc like in the saadc example from the SDK. Everything works...
Hi,
While using the JLinkExe along with the JLinkRTTClient the RTT client eventually stops outputting messages.
After that, both the JLinkExe and the nrfjprog output...
Thank you for the support so far.
I want to ask that if for example in your system or product we want to add bluetooth headphone feature which support Bluetooth 4.0 headphones...
Hi,
I am new to Nordic product and I have NRF52 DK. I have started reading this document
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
However...
Hi,
I am trying to use the BLE v4.2 extended data length on the NRF51822 but the S130 doesn't seem to support it. Please can anyone let me know if it is supported with...
Hi,
I am trying to measure (and reduce) the current consumption of my board. I am using nrf52832 (64K RAM) for my development. The RAM layout is as follows: RAM (rwx) : ORIGIN...
Hello,
Is there any way to mitigate delay of redirecting interrupts from softdevice to application? Using nRF51 with S130 there is ~2us delay even with SoftDevice disabled...
Hello!
I have nRF52 DK and 1 custom designed nrf52832 PCB.
Is it possible to use the one of the nRF52 DK as the BLE dongle and run the ble_app_uart example code on my...
I am developing code to nrf52 and i'm using a sdcard with the adafruit MicroSD card breakout board.
When the sd card has no partitions I'm using the fdisk function (from...
Hi Hi, I am new and I am playing with
nRF5_SDK_12.2.0_f012efa examples in Keil
for some reason I need to use hex file. The files which is generate from those examples...
Hi. I have two codebases here:
A peripheral application on an nRF51822 using SDK 12.2.0, SD 130. It has a vendor-specific service with a characteristic that is write...
Hi,
I am having problem in installing Softwares and drivers required for NRF52.
Please kindly tell me step by step instructions of what software is needed to be install...
I am in the process of getting some nRF52832 based proto units and plan to use the nRF52 DK to load the code and maybe do some external debugging. I will be using P19 (debug...
Hi,
I'm new to embedded development and am trying to interface a 24-bit MEMS microphone (Invensense ICS-43432) using I2S with nRF52 Dev board (PCA10040, V 0.9.0, 2015.39...