Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hello,
I am testing the Light Switch example and I observed a problem:
- I noticed that it was possible to reset the "server nodes" by pressing their "button 4" to leave...
I am having an issue migrating some code over from Keil to an example in SES studio.
The code in Keil is simply listening for a radio packet, when it receives it, it transmits...
Hello,
I generate a private key by using nrfutil.
I like to convert raw data format to use in the code from private key.
Additionally, I already used a nrf_crypto_ecc_key_pair_generate...
I want to drive a servo by the PWM on nrf52832. The pwm cycle is 20ms and the duty is 1.5ms. But i have a problem that the duty is not precise when the BLE is working. I need...
Hi,
I am using a Sparkfun nRF52832 Breakout board with the Arduino IDE. My objective is to control 3 SPI digital potentiometer. The problem is I don't know how to select...
nRF52840
SDK15.3
My question is regarding the low frequency clock.I am initializing the low frequency clock as follows:
When TASKS_LFCLKSTART is initiated in line...
Hi Nordic,
I have been trying to communicate with KX 124-1051 using IIC in nRF52832 . I am getting NACK from slave every time i send the device address. I checked all the...
Hy to everyone
I'm working with SDK15.3 Ble_Blinky example for my nRF52840 Dongle (pca10059).
First to know, I'm wokring with c++ and the whole Project is compiling without...
I'm using this module to develop a toy that needs a couple of sound effects. I just don't want generated tones but previously recorded audio files no longer than one second...
I wanted to try the bootloader related example. I was using the IAR to run peripheral examples.
But for bootloader example, I saw that IAR was not listed. So installed the...
I read the following QA - https://devzone.nordicsemi.com/f/nordic-q-a/41237/on-dfu-jump-address but still have doubts
1. Is it safe to set the Bootloader RAM start address...
Hi,
Hardware:nRF52840 module, Power Profile Kit. SDK:nRF5_SDK_15.2.0_9412b96.
Using Power Profile Kit to measure the low power consumption current of an nRF52840 product...
Hi,
I am currently trying to use SDK 15.3 secure serial UART bootloader (from the example in nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart) on a custom...
hi, I am working on the bootloader with s132.5.0.0 on sdk14.2.0. I am trying to using the uart to flash the chip.
I build the bootload example bootloader_secure_serial,...