Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
Hi all,
I am having build error of example light_switch_dimming_server in mesh sdk 2.2 that timer 2_irqhandler multiple define it is define in
D:/../../nrf5_SDK_for_Mesh_v2...
Hi.
I'm struggling with BLE example projects on the my custom board.
my board uses nRF52832-QFAA, 16MHz external crystal with no 32,768kHz optional RTC.
and I choose...
There appears to be a conflict between ble_advertising and broadcasting while connected. If connected, the ble_advertising state machine still gets TIMEOUT messages from the...
I am working on light switch demo of mesh SDK 2.1.
I am using nRF52832 board, SDK 15 for softdevice and segger embedded studio for programming the nRF52832.
I programmed...
Hello everyone,
I want to develop an android app, which is able to control multiple LED Lamps in a Mesh Network.
There is an app for provisioning provided by Nordic. Is...
Hi,
When I call sd_ble_gattc_read , I receive the BLE_GATTC_EVT_READ_RSP event very shortly after -- as expected. Within the event handler (registered with the Soft Device...
Hi,
I am considering using baluns instead of discrete components next to my nRF24LE1 QFN-24 chip since board space is at premium.
In application note AN4111 regarding...
I am new to Nordic and have a simple question. I followed the instructions about setting up manufacturer specific data with BLE_Template example here: https://devzone.nordicsemi...
in the middle of the code the MOSI change from idle low to high and resulting in writing 0xFF while reading over MOSI, resulting in getting wrong data. how can i change it...
Using SDK 15.0
Example project: examples/dfu/secure_bootloader/pca0040_ble/ses
Segger Embedded studio V3.50
File main.c line 52
#include "uECC.h" <------ "No such...
chip:52832
sdk:12.3 ble_app_template
when I measure the sleep current consumption use the nordic PPK
I found there is a 30ua peak in every 20ms,could you please tell...
I have some questions to Bluetooth mesh.
1. If I have a mesh Network is it possible to have a connection to a device over all the nodes? Or does mesh just support brodcast...
Hello!
I am a beginner.
I am trying to communicate with the SD card with SPI using nrf 52832.(BLE Nano v2)
I am using fatfs of nRF5_SDK_15.0.0_a53641a. I am writing...
Hi ,
SDK:15.1.0
example:proprietary_rf \ esb_ptx
Because there is no UART function in the example, I want to add it.
The picture is everything I added, is it missing...