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...
hi
my question is really basic, but i am not able to find an answer anywhere else. I am trying to program the nordic using its SWDIO and SWCLK pins and am stuck as i get...
I see there is a serial bootloader dfu example, however I am unable to find an OTA Mesh DFU example.
How can I exercise the Mesh DFU OTA (not via serial connection) in side...
Dear Nordic,
i just implement uart example in one of ble example(central and peripheral example) ported from ble uart app example
i face some problems
i configured pins...
hello,
i am using the Nrf52840 , SDK version 15 with segger embedded studio.
i am developing simple application but i got this issue. i already add the reference in the...
Hi,
I am trying to merage "ble_app_hrs_c" & "usbd_hid_generic" examples.
After programing, I Insert dongle into USB with SWD , BLE and USB run normaly.
But if i insert...
When calling nrf_drv_twi_tx() once like in the snippet below it works, but when the function is called two or more times sequentially, it fails. However running a nrf_delay_ms...
With respect to Softdevice versions SDK_14.2.0_17b948a and SDK_15.0.0_a53641a
I have a question about softdevice function:
sd_ble_gap_lesc_dhkey_reply()
and its parameter...
Hi Sir,
In this project, we design w/ nRF51802-QFAA (Flash: 256KB, RAM: 16KB) and developed the application and bootloader through the nRF51-DK (pca10028).
We can test...
Apologies if this is a duplicate post:
I am successfully making nRF example apps in nRF5_SDK_12.3.0_d7731ad using GNU Tools Arm Embedded version 7 2018-q2-update in Windows...
Hi,
I want to use both UART0 and UART1 at the same time, and run the testing example from https://devzone.nordicsemi.com/f/nordic-q-a/25173/nrf52840-uart1-not-working-in...
Hello,
Using two nrf52 Dev Kit boards for Central / Peripheral. Using Softdevice S132, , peer manager and Segger on Win7.
I have modified ble_uart_and ble_uart_c using...
Hi,
I have downloaded the nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac and try to compile the zigbee_light_switch_pca10056 example under segger embedded studio and I have...
We are developing a standalone application. The bulk power is provided by LiPo battery, which can vary from 4.2V to 3.0V as the battery discharges. I have the system connected...
I recently added bonding and authentication to my application. I have two characteristics with CCCDs and they are both broken. One characteristic is "protected" (requires...
Is there a standard/spec for the UUID used for provisionee devices?
I don't see anything in the mesh examples that indicates a standard UUID format is used.
It allows...