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 would like to be able to provide a visual indicator such as a blinking LED when the chip is in the Emulated System OFF mode. Note that if the chip is in DEBUG mode...
hi
i tried ble_app_uart from sdk 8.0.0 in pca10028 and it is working.but i want to run it in pca20006.i changed device to 51822 & board to pca20006(in preprocessor settings...
Hi. I'm using nRF52832, SDK13, S312v4 as peripheral.
I want to change connection parameter as below.
#define MIN_CONN_INTERVAL_FAST MSEC_TO_UNITS(30, UNIT_1_25_MS)
...
Where can I find the completed source code for the BLE Services, a beginner's tutorial
I keep having trouble advertising, so either I am missing something, or have incorrect...
Hello,
I used latest port_cmsis_systick.c from SDK13.0. And there is still xTickCount bug. Function vPortSuppressTicksAndSleep() adds correct vTaskStepTick(diff); but the...
I am using nRF52 S132 and latest SDK V11. I defined a custom service with a custom characteristic which is 509 bytes (based on your tutorial). Read operation is fine from...
when a particular line of my code is at line 54, the following compile error occurs:
error: #101: "assert_line_54" has already been declared in the current scope
line...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
hello,
On a device with nRF51822-CEAA packaged in a ISP130301, we have a problem with RSSI value measurement.
We use Master control panel and bluetooth usb key provide...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
nrf51822QfAC
S130 stack was working fine and ble_app was able run successfuly able to see the ble on the app;
Now after few days now facing issue in running the same code...
having issue with nrf51822
nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart
Now facing issue such that when softdevice enabled is called the...