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...
I am a little bit confused on the steps I need to follow to program the settings and the bootloader files. According to Secure DFU over Serial example instructions ( https...
Hello,
I am trying to download the program to my target using J-LInk. Unfortunately, I get this message (see bellow) and I don't know how to proceed.
Any help is appreciated...
Hi,
I am working on a project that utilizes mesh technology. I'm currently using nrf52832 with NRF Mesh 4.0
There are multiple devices that can act as a server and a...
Hi Folks,
Need some advice. We are sourcing voltage to a variable resistor from an output pin. We've configured this as a high ouput. The overall resistance of the POT...
Hi,
I'm testing ads1292 sensor with nrf52832.
I got some problem when i use spi manager library.
I'm using ble_app_hrs project.
If i use spi manager without advertising...
Hi,
We build a new board based on nRF52833 wlcsp,
I tried to run a simple code with BLE peripheral (ble_app_uart example), and I noticed that the HFCLK is not working...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi
I am running this example from SDK 15.2.0.
I am trying to figure out how the server knows at the end of the session how many bytes of data the Peer received.
Anyone...
The information on the website currently only supports nrf52840.
Can nrf52833 support DFU over USB?
If yes.Which example can be used? Does it use the same DFU USB bootloader...
Hello, I am studying the peripheral/ble_app_uart and peripheral/ble_app/template examples to understand the proper way to build a peripheral with our own set of services and...
Hi,
I have hard time to setup west in my Ubuntu PC. It was installed, but not fully working. So I tried to uninstall and reinstall, and also one time, I may have upgraded...
Hi All,
I have downloaded nrf5_SDK_for_Mesh_v2.2.0_src and trying to build the LIGHT SWITCH example but when i try to compile iam getting lot errors attached the screen...
Hi,
We are currently evaluating nRF52810. I have a couple of queries on DFU:
1. Provided having an application, soft-device, and bootloader in memory, we have to update...
Hello,
I'm using ncs 1.2.0 and trying to compile sample projects like v1.2.0\nrf\samples\sensor\bh1749, also v1.2.0\zephyr\samples\sensor\* but all the defines for device...
Hello,
I'm trying to setup interrupt routines in SPIS1 peripheral.
I have a void IRQ function
But it seems like it never gets called
my init function
some...