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 seem to be struggling getting several characteristics to notify on my nrf52840 - peripheral device.
I can get ONE to notify, but when I add more then notifications stop...
Dear Team,
We are using NRF52840 chipset for our development. Our requirement is External memory up to 2GB/4GB/8 GB .
1. Does Nrf52840 chipset support eMMC high frequency...
nrf52840 17.1.0 s140 SDK :- examples/dfu/secure_bootloader/pca10056_s140_ble_debug
We are using the secure bootloader with BLE debug and have combined BLE and UART for the...
Hello all,
I need to verify that all my peripherals in the nRF5340 will work without issues:
I am using 3 UARTs, one with hardware control (for LTE module and fingerprint...
I am currently working on a project using the nRF9160 DK and I am implementing CoAP communication. In my application, I would like to trigger an interrupt on the firmware...
I'm using the nrf52840DK to power our external target board. I've noticed that the VDD level in a nrf52840DK is 3V, and not 3V3. This might be enough to throw our board off...
We have code that puts the HW to sleep. On a nRF52833. The pseudo code would be something like this - <shutdown SD, stop freertos scheduler, stop interrupts, power down all...
my code base is samples/bluetooth/central_hids and samples/bluetooth/peripheral_hids_keyboard, NCS 2.6.1
Central
diff --git a/prj.conf b/prj.conf index c85e49d..0543efe...
Hi.
I try to build the nrf_audio sample as BIS headset with enabled FOTA and NCS2.7.0 and get the following link error for the ipc_radio image:
FAILED: zephyr/zephyr_pre0...
I need to use 9160 to drive the Lis2dw12 accelerometer for ST. I found some settings related to this accelerometer in NCS, but I couldn't use it after adding it in IIC, and...
Hello,
is there any technical reason why the MPSL radio notification API has been dropped somewhere before NCS 2.6?
Our application needs information about radio notifications...
Hi, I'm looking into a design based on the npm1300 and nrf5340 for a battery-powered wearable device.
We would like to use two buttons (A and B) as the user interface with...
We have nrf52840 S140 BLE Central device that currently connects to TI based sensors. I have implemented code that can upgrade those TI sensors' firmware using the TI BLE...
In BLE Fundamentals, Lesson 3, Ex. 1 (BLE connection exercise), the nRF84020 DK board indicates a successful connection (led 2 is on + connection message in serial terminal...