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...
I am evaluating with the example ble_app_hrs_freertos, found that if I connect to 52832 and then disconnect immediately for some times, the disconnect event may be not catched...
Dear All,
we're using C++ for our development and I try to use nrf_malloc as much as possible.
But there are cases like std::vector's .resize() function and I wonder if...
Hi,
I'm using the ICMP example provided in SDK 15 to test the 6lowpan and wanted to check the RTT from the nrf52832 dev kit.
I managed to do so with the IOT Timer, I check...
Hi,
I'm writing a client which does the OTA DFU for the nRF52832 and I'm a bit confused why the packet characteristic has the writeWithoutResponse property ( https://infocenter...
Hi, I have 2 questions regarding Nrf52840's zigbee connectivity.
1. Is it compatible with ALL other chip manufacturers, or at least, what about TI? CC2530? Zigbee has...
Dear all,
I am testing the light_switch demo (SDK for Mesh v2.0.1 and softdevice 6.0.0) below the following configuration:
-- One client: nrf52-PCA10040 DK (light_switch_client_nrf52832_xxAA_s132...
I read in a CMakeList.txt, that EXPERIMENTAL_INSTABURST_ENABLED is posible on the nRF52832 platform only.
Is it possible to get Instaburst running on a nRF52840 chip using...
I would like to separate the BLE communication from the main.c and place it to a separate file. I followed the example of the default ble_app_template as well as nordic's...
Hello,
Configure the nRF52832 (PCA10040) as suggested in the link below:
github.com/.../Android-Image-Transfer-Demo
Launched the Android Image Transfer Demo and we were...
Hi, i am working on a message model based on the simple_on_off model. I am able to send and receive a buffer via unicast or multicast. Now i am trying to develop a reliable...
I need help to build a demo of product consisting of BLE observer. I chose the nRF51822 due to lower cost, many choices for modules, and it does just what I need. I was able...
Hello System: Windows 10 Pro 64bit, 1703 I prepare the Toolchain on Win10 for BLE Mesh 2.0.1 SDK. During compilation of "pc-nrfutil-mesh_dfu" i get the error "missing NETAPI32...
Hi Nordic team
I compile the example ble_app_interactive in keil ver.5.24.
And the below error message occur.
I have compiled other examples and it works fine. (except...