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!
I am currently developing product containing Thread mesh and BLE peripheral service. I am using Thread SDK v2 in my software. My application has to support writing to...
Is there any NRF51822 DFU guide under following conditions:
a. NRF51822
b. SDK11.0.0
c. Dual Bank BLE DFU(\examples\dfu\bootloader\pca10028\dual_bank_ble_s130\)
I...
Hello i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed...
Hi.
I work with PCA10040 and SKD_14.2.
I use UARTE with easy DMA. I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What...
I tried to create a descriptor for a characteristic. I modified the app_blinky and added a ble_add_descr_params_t variable. After The Initialisation and definition of the...
Hi,
I've tried blink,hid,uart,template similar sdk examples so far. Now i acquired some experience about nrf52832 processor and bluetooth,but ii don't really have enough...
I have had an issue recently with some beacons that I am using to log temperature data. A portion of the beacons drained their batteries very quickly and didn't respond to...
Hi I have this piece of code which works in SDK 12 but when I port it to SDK 15 the sd_ble_gatts_characteristic_add function would fail with an error code of 7. No change...
Hi,
I want to put my nrf52832 into the low-power mode. I select SYSTEM ON with low-power (instead of SYSTEM OFF) in order to overcome reset. In order to do it I call sd_app_evt_wait...
Dear nordic team
I am using SEGGER EMBEDDED STUDIO and nrf52840 DK. I want to add some pwm nrf_drivers like nrf_nvic.c , nrf_soc.c , nrfx_pwm.c to my project. when i added...
Hello,
I started off with two nRF52832 Dev Kits, and have customized the UART Central - Peripheral example to send an array data from Peripheral to Central (no uart simulation...
A month ago I bought an nRF52840 DK to start creating my own projects with the nRF52840 chip
I have created a new project in Segger Embedded Studio for the nRF52840 DK....
Hi,
is it possible to use the nRF52 dev kit and/or the nRF52 Dongle (nRF52840 Dongle) wiith the dongle firmware without nRFConnect?
Background:
We want to use a nRF52...
AIM: Try ATT MTU Throughput Example on nRF52810 running on S132 v5.1.0
Reason: Cant use S112 on nRF52810 because of data length extension. Max speed achievable is 330 Kbps...