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...
To the kind attention of Nordic support team,
I'm using sdk 15.2, I'm working on usb hid composite example, and I modified it to have it scanning a big input keyboard matrix...
Hi,
As we know,we can modify the Mesh params though the config model, but when we actually installing and deploying ,If we want to improve the reliability of the Mesh network...
I try to bring an old Project (2017) back to life and use the new SDK 16
the Code usese BLE_GAP_TIMEOUT_SRC_ADVERTISING, but that is removed in the new SDK version,
what...
51822
SDK11
Can we change the advertise interval after 51822 started? I need to change the interval to lower / higher based on the user phone. For example, if its IOS...
How does Broadcast characteristic property of GATT can allow BLE observers devices to read the data without being connected with the device? Does this mean we share data without...
We recently ported to the nRF52832 and our electrical engineer had to make a couple changes from the reference design due to space constraints. The port has worked well during...
Hi! I'm trying to measure the voltage drop across a custom PCB we're developing. This was done while trying to get a clear sense of the current consumption used by our board...
Hi , I am using nrf52832 and try to implement a high throughput in ble5.1. i interface memory with nrf52832 my task is to read the memory and send the data to the app with...
Hey Nordic Team,
I noticed an issue with the SDK and `nrf_serial.c`
After deactivating all legacy code and removing all references to standard UART I noticed that I was...
I need a UARTE driver that does a few things differently to the provided UARTE driver and hence I am writing my own based on nrfx_uarte.c . At the moment I am testing the...
I would like recieve all advertisement in my way, and I development my application on the DK PCA10056. My code as below:
But, I can't recieve any valid advertisement!...
Hi
nRF52833, SDK16
When using a UARTE interrupt I get a fault which I cannot locate, I have the following code:
When my 4 bytes are recieved, i get a fault and the...
Hello,
I'm chasing a bug and narrowed it down to a minimal failing case. Even it's only very few lines, I'm still failing to grasp what's actually happening.
Taking the...
Hey guys,
I'm working with SES, nRF52832 and SDK14.2.0.
I have a timing problem and would like to describe the problem from the beginning.
I have a 1-wire temperature...