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...
I'm implementing my own DTM mode for the nRF52832 based on SDK14.2's DTM module (ble_dtm.c). My modified version of ble_dtm.c seems to work fine, but I don't completely understand...
Good afternoon,
I am able to write data using polling mode with the macro NRF_SERIAL_CONFIG_DEF(serial_config, NRF_SERIAL_MODE_POLLING, NULL, NULL, NULL, NULL). I am using...
Hi together!
Ist it possible to send a CR (Carriage Return) over the programmable UART Buttons?
When yes, what is the Syntax for?
For example, i need to send such a...
Hi
I used nrfutil.exe (v3.5.1 based on python v2.7.13) to create bootloader.zip file from SDK v15 - \dfu\secure_bootloader\pca10040_ble\ sample code.
CMD : nrfutil.exe...
It appears as if the LFCLK is not calibrated to 500PPM accuracy. I display the time in the system and every 60 seconds it falls 2-3 seconds later relative to the clock on...
nRF52832 / SDK V15.0.0 / nRF connect / DFU OTA Buttonless
Hello,
My device name is 21 chars but it is truncated and appears as 20 chars in nRF Connect "Discovery devices...
We are using an nrf51822 processor, running off of 2.7 volts from a switching power supply, powered with 12.4volts. The processor has simple gpio connections, and a battery...
Hi,
The structure nrfx_spim_xfer_desc_t contains both tx_length and rx_length fields.
Is there a situation where tx_length != rx_length ?
Thanks,
Daniel
I have a nicely working application that occasionally hangs. I have managed to trap a "hard fault" under the debugger (using VS with GCC). I have the system halted with the...
hello, Nordic developers!
I needs help develop rnf52840.
Goal
My goal is ble & 802.15.4 mutiprotocol, not using zboss network.
Actually, It is the same situation as...
Hello,
I am in the process trying to send multiple packets over ble but cannot seems to figure out this UART example.
I have read many posts that use ` ble_nus_string_send...
My understanding is that the nRF52840, which is the only nordic device to support the long range bluetooth physical layer. Additionally this chip requires SoftDevices 140...
Good day,
We are planning in developing our own custom-made nRF52840 PCB using the reference schematics provided by Nordic Semiconductor.
In the initial phase of our...
Hi,
This is more of a bug report than a question, but not sure how to get in touch with engineers outside the forum.
In app_util.h (Using SDK 12.3.0) there are two...