During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
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...