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...
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...
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...