Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello, I got a Python based test setup where i use a Power Profiler as power supply for my testing. When i stop communicating with the power profiler it turns off the power...
I use NCS version 1.9.1.i use the command line tool to build project and flash the executable file to my board.Both in Rx or Tx are nrf52833dk.
As you see that there are...
I've got a bunch of my own SHT35-D sensor PCB's fresh off the production line, and I want to come up with a simple way to test they are all operational.
Thought I'd use...
Hi, Iam working on a project based on BLE Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. I would like to control...
Hello, I am receiving error code 40412 when I attempt to activate my nRF9160-DK board. Following other similar DevZone tickets has not resolved my issue. My steps so far and...
I'm trying to build the smp_svr example design: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample...
Hello,
With UDP Sample switched to c++ (main.c -> main.cpp and added CONFIG_CPLUSPLUS =y, CONFIG_LIB_CPLUSPLUS =y) i get compilation error on including lte_lc.h
In file...
We are implementing a system where diagnostics info is saved to FLASH when one of the error handlers is called. Our code collects diagnostic registers and stack info, and...
Hello,
I am working on a driver in which it needs to transfer larger sets of data over a I2C connection. However, I am getting this:
"Cannot copy flash buffer of size...
Hi,
Q1: SDK for PCA10112:
I'm trying to evaluate 21540 DK and EK set. Where do I get sample code that compatible with PCA10112? I've checked the latest nRF5 SDK 17.1...
There are several questions regarding this, most recent I could find from 6 months ago ( https://devzone.nordicsemi.com/f/nordic-q-a/81686/is-there-support-for-gatt-caching...
Hi,
I would like to know if I can update the firmware of modem from 1.1.1 to 1.3.1 on Thingy91 (hardware version 1.4.0).
My goal is to use AGPS and PGPS assistance services...
The product specification states that "o nly the dedicated QSPI pins shall be used. " Is this a recommendation or a requirement? I would like to configure a different pin...
I accidentally closed the original ticket , so I create a new one.
Hi,
recently I'm building dfu function on my board, using nrf51822 qfaa and softdevice s110.
...