Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi team, I am using nrf52 sdk 14, nrfjprog version: 9.7.3 and JLinkARM.dll version: 6.14c,getting this issue while flashing:
ERROR: JLinkARM DLL reported an error. Try again...
Hi all,
I have a functional FW, which is running properly 99 % of the time. But sometimes I have some RESET with RESETREAS register set to SREQ, but I'm not able to find...
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...