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,
Development Environment : Windows 7 and keil MDK- ARM 5 and nRF81522 EVK
I want to know that which SDK version should I use and I am using Arm debugger programmer...
I would like to know if I can run Thread examples on nRF52840 USB dongle? Could someone provide instruction how to do this in a Windows environment?
Also, is there external...
Hello,
I'm trying to lower the power consumption in the s.c. "System ON" mode. I need to run in System ON mode to keep the RTC running. However I need to wake the CPU on...
hi ,
I use SR3 V1.2 to test. I enable ANR, play the recording directly in the loop.
About every five seconds, a second or so of unusual sound appears. The rest of the...
Hi,
I can't understand what is DFU example inside /examples/dfu folder and what is /bin/bootloader/? I read DFU quick start guide, but where is source code of bootloader...
I try debug my app in keil debugger but it's often raised app: SOFTDEVICE: ASSERTION FAILED in SEGGER after step down through the code (in few steps).
My app based on buttonless_dfu...
Hi,
I have a doubt regarding buffer setting in SPIS.
In the SDK15 SPIS example, buffers are set using nrfx_spis_buffers_set(...) and it works perfectly.
I was wondering...
Hi All,
I am using nrf mesh SDK v2.2.0 and nrf SDK v15.0.0.
I have created a new model in nrf mesh SDK, this model is publishing scanned data on group address.
When...
Hi,
I was working on the HID mouse example and noticed that the example gets disconnected from my mobile phone once i start moving the cursor.
I also noticed that the...
Hello,
I am performing current measurements on custom hardware with the nRF52840 and comparing my results with the values in the nRF52840 product specification. I noticed...
I have downloaded nrf5_SDK_for_Mesh_v2.1.1_src and tryign to build the client and server example to test the Lighting Mesh example from the Android/iOS apps available on the...
Dear Nordic Team
I have changed pwm driver example as you see in bellow . i also observed the codes which you linked for pwm. Bellow code works without the effect of update_pwm...
We are trying the HID Keyboard example using SDK 12 with no modifications on the nRF52 (PCA10040) board. We are able to pair and connect on both iOS and Android the first...
Hi,
I have a nrf52 DK. I currently tested apps on run smartphone. Similar to nrfconnect, toolbox, uart.
Laptops also have bluetooth. Can i use laptop's bluetooth to communicate...
Hi, I would like to create a new target,but nRF52810 only can be compiled with makefile and I don't know makefile too much.
I try to edit the makefile with my own target...