Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
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...