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...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
I'm working on a project where UART0 is used as a nrf logger uart back-end. Recently I've tried adding UARTE1 to the project to implement additional serial communications...
I am unable to initialize soft device, but I am able to initialize log, led, gpio and timer as well, I can see debug prints as well. After debugging I found following information...
Hi everyone,
We are developing switch product which running with Android Application.
We have problem about send status from switch Device to Android Application
+ Android...
Hi ,
I have tested two boarrds(PCA10040) with same application id and higher application version,These work well done.Then I want to test mesh DFU Relay function,However...
Hi
I re open an old ticket to know about changes in the Android Mesh Library
https://devzone.nordicsemi.com/f/nordic-q-a/45553/is-sequence-number-and-transaction-id-equal...
I had a awesome trouble with the ble when update my firmware, with the same code in app and firmware, the samsung s10(android 10) and s7edge(android 8.0) can send 510+K files...
Our BLE HID mouse devices has work well during several months and since some windows update, on some PC, the BLE is disconencted every 30 sec.
We received a BLE_GAP_EVT_DISCONNECTED...
I am working on a project that is based off the Nordic Thingy-52 design. I have run into a problem that I was hoping someone might give me some help on.
When I designed...
Hi,
I'm testing a couple of EVBT840X boards from Fanstel which includes a PA + LNA within the nRF52840 module.
The source code is based on the ble_zigbee_dynamic_template...
I am trying to use the fds example provided in the sdk16, while viewing the debugging prints I see the following,
<info> app: Initializing fds... <info> app: Event: FDS_EVT_INIT...
I see in ch. 15 and 22 from Product Specification for nRF52832 and nRF52840 are mentioned SHORTS, but cant find any example or detailed explanation?
I’d like to use it if...
Hi,
While reading the BLE Mesh Model Specification v1.0 I noticed that the Scheduler Setup Server, which extends Scheduler Server and Scene Setup Server, lists the Generic...
Hello,
I am trying to encrypt the bootloader using the steps in this DFU_ENC.
But I am not able to find the dfu-cc.proto file in the directory nordicsemi/dfu.
...
Hello, I am trying to understand the parameters required for Coded PHY. This is from my advertising_init function in main.c: I have encountered this advertising_init function...