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 people, Honestly this is a problem more related to a Raspberry Pi than the nRF52832 but I'm getting same difficulties here so I will explain my situation. I have been...
Hi
I just want to read the Device Information Firmware revision string from a known Peripheral on my Central.
I Use the PCA10028 with SDK 12.3 and Softdevice S130...
Hello to all,
i've developed some application under 3.2.0 SDK. Now I want to port my application on new 4.1.0 SDK but a I have found a relevant issue.
Before migrating...
In section 6.3.2 of the NRF52840 dongle user guide it describes how to modify the board for use with an external, regulated power supply. Once those modifications are made...
In order to implement the central roll, I put ble_app_uart_c on ble_app_multilink_central and joined them to communicate with the pc.
What I did
1. Add enable in ble_app_uart_c...
Hi ,
I need to start my application using sdk5 16.0 version, which should have custom ble servivnced and dfu feature.
After getting some trouble with zephyr os, i decided...
I have used an example in the sdk 15.2.0 Pin_change_int_pca10040 and added 2 header files and 2 C files extra to this project. I have cleared all the error which came while...
Our hardware has Winbond NAND Flash chip connected to the nordic MCU(nrf52840 /nrf5340). However QSPI cannot be used as nordicSDK doesn't support NAND Flash.
I understand...
Hello,
I am using the Power Profiler Kit connected on top of an NRF52840-DK
I am using IAR and using IAR's J-LINK plugin to program/debug an application on the DK. However...
I am trying the example project ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\l ight_switch' and ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\ dimming' available in nrf5_SDK_for_Mesh_v4...
Hello,
I'm experiencing NRF_ERROR_INTERNAL from a call to pm_peer_new(). While further investigating into this, it turned out, that the p_bonding_data parameter was checkt...
Hello! If possible, I ask you to answer a practical (technical) question: how long does a typical process of establishing a communication session (“handshake”) in the BT5...
Hello, we are creating a device on an nRF52832. I started our project based on the examples/ble_peripheral/ble_app_uart project, which worked fine. However, I needed to modify...
Hi,
I'm using the latest master branch of nRF Connect SDK and I'm having problems with building my project after the commits of the past few days. I went to check what have...