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) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hello.
It is possible to overwrite the contents of the memory using a 32-character string permitted by the standard for mf_name and model_id fields from zb_zcl_basic_attrs_ext_t...
I have for a long time been using the PCA10040 DK to program my custom board with nRF52840.
This has been working flawlessly.
HOWEVER, after I updated nRF Connect to...
i have integrated the uart relevant parts from the app_ble_uart example to the pwm_driver example, i did the modifications to the sdk_config and defines
i get an error while...
I've been looking through the twi_master_using_app_twi example and been trying to change things around for use with a TMP116 instead of a LM75b. I noticed from the LM75b's...
I have been searching for the best way to authenticate / authorize a mobile phone with a nRF52 device without much luck.
I would like to ensure that only the owner of the...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
With yours suggestion,Now i make it work,in upload from slave to master...
I want to include a timer within a structure and also within an array. However the SDK uses a macro to define the declaration of a timer. App_timer.h recommends not to define...
Hi,
I am using nRF52840 and nRF52832.
1) I am seeing below statement in Product specification of nRF52840 under section “7.1 Pin assignments”. What does this mean...
Hi Nordic. I am using nrf mesh sdk v4.10 and an nrf52840.
I would like to report a potential bug regarding the Light LC server.
According to the mesh specification regarding...
Hello,
I have a strange Problem. I have a Central Application where the Central will get a TagID via Uart and if there is a adv. from this Tag the Central will connect to...
Hi Team,
We are using MBN52832 Murata module in our ongoing project.We need technical support from the team.
We need hardware integration (connection) support from the...
Every once in a while I am experiencing the soft device error NRF_FAULT_ID_SD_ASSERT.
In this post I saw that you may be able to provide some information on what is going...
Hello everyone,
I work with a custom board with the nRF52840 chip on it. We have pressure, humidity and temperature sensor and accelerometer sensor on the board. We need...
Hi,
We have a product that have a BLE capability (not by Nordic) and already have a mobile app that works with it.
I am developing now the FW for the upgraded version...