Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Based on nRF5_SDK_15.3.0_59ac345 at NRF52810 development board, 1. Enable the watchdog with reload value = 2000, and feed it per 1000ms by app_timer 2. Initialize the FDS...
Hello,
I'm finishing migrating to the newest SDK from SDK 13.1. I'm having problems using the BLE_ADVERTISING_DEF macro, it doesn't compile.
The reason appears to be somewhere...
Hi,
I am fairly new to this, so please excuse my beginner mistakes.
I have a few coin battery sized nRF51 beacons (like this https://forum.mysensors.org/topic/6951/nrf5...
Hi teams,
I want to find GAP address of sending node after received message.
In client model callback, there is access_message_rx_meta_t argument, and I can get unicast...
I am using an nRF520 PCA10040 dev board with a nRF52832 module and I am trying to get the ble_app_uart_pca10040_s132 FW to run using the SES segger tool set. After about 1...
Still having trouble getting a simple Blinky example running on two nRF52840 DK boards configured for a long range PHY_CODED connection.
I've looked through this post -...
I am new to the Nordic SDK and Segger embedded studio, and I am trying to test my NRF52840 dev board.
I am running the "ble_app_blinky_pca10056_s140" example, and I want...
1. Background info
We're developing a new IDE for microcontrollers (see https://embeetle.com ) and would like to support a range of Nordic Semiconductor microcontrollers...
1. Intro
We're developing a new IDE for microcontrollers (see https://embeetle.com ) and would like to support a range of Nordic Semiconductor microcontrollers. We received...
Hi,
In case of nRF52810, is it possible to implement both Master and Slave Mode ?
Also, this has do be done while the product being able to work with AT Commands.
...
Power Profiler V2.3.1
Hi,
I recently started doing power testing on one of our boards using the power profiler kit. I wanted to tested current consumption at different...
Hi Nordic Community,
I am trying to build a network using the OpenThread protocol and the nRF52840 chip. I have several Dongles, but I can't figure out how to flash the...
I'm importing ble_app_blinky_pca10040_s132 example in segger IDE. I'm using EVK-NINA-B1 and from nRF SDK I'm trying to importing example but getting error as mentioned in...
I have an external clock running at 3Mhz which I'd like to align with in software. Consider this contrived example:
What would the consequences be of attempting to read...
Hi,
I'm very new to c programming and your hardware. Please excuse my novice questions.
I'm making a rotary braille display using nRF52840 dongle (PCA10059) as it's brain...