Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi, Any one kindly suggest and Chip based antenna for the Thread + BLE and Wi-Fi + BLE protocol in NRF54L15 protocol. Also kindly suggest the PCB based antenna for the Thread...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hello,
I am completely new to creating a Bluetooth mesh network and nRF5 devices. I have three nRF51 DK and 2 nRF51 dongles. I have earlier read the posts and made nRF51...
I am working in sdk15 nrf52832 ble_app_hids_keyboard.
I want merge ble_app_uart_c ,so modify in
sdk_config.h :
NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
PM_CENTRAL_ENABLED...
Please check the Device above its nRF52832 based device.
I want to program Softdevice and app using nrfjprog from my PC // or by using nRFStudio
is it possible ?
Hi,
Which version of softdevice do I need to use in order to get support for ble_gap_scan_params_t?
I am tring to build a central applicaiton, are there any code examples...
We have been trying to create a binding library for Xamarin based on the DFU library at: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library
So, far, we were able...
There's an if statement in `ble_advertising_init` around setting the scan response data which never evaluates false:
The comparison of `&p_init->sr_data != NULL` will...
Found the same problem:
https://devzone.nordicsemi.com/f/nordic-q-a/34160/light_switch-example-sdk-v2-0-1----problem-with-server
1) The server does not receive the address...
Hello. Complete n00b here!
I've built a small sample on mbed of an I2c Scanner. Also tried other runtimes. Somehow, its not working.
I'm using a GY-45 Module, which wraps...
Hi there
I tried to observe the message when DTM are working.
So I modify the example direct_test_mode to display on monitor.
But after modified , it comes out the error...
The nRF5 SDK references a field ble_adv_legacy_enabled in the ble_adv_config_modes_t structure (see http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
nrf52832.
SDK14.2
Segger ES V3.34a
I am using sd_ble_gatts_value_get, in C file named ble_cus.c to retrieve the 'value' of a characteristic as written to by the...
Recently i am developing an application based on UART on nRF51822 platfrom, where an application receives the data through UART. During development, i went through nRF UART...
Hi,
We're using SR3 v1.1 for several BLE R/C.
Early this month, we received information of Engineering C Errata.
It suggests that we upgrade to SR3 v1.2 for fixing some...
Hi
I am writing a bootloader and am trying to get the start locations of the different memory segments e.g. the FLASH start segment from the flash_placement file.
On a...