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...
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...
Hi
I'm using a SparkFun Pro nRF52840 Mini which has a UART on PIN 17(TX) and 15(RX). I've written a very simple piece of code to blink the onboard LED on and off and to...
I update my software on the nrf52840 to the SDK16 and softdevice 7.
to get this software running i update the device family pack to version 8.29.0. (keil)
If i build the...
Hi,
There's no description at all in either the written text (31.3 SPI master transaction sequence) or the timing diagrams (Figure 71: SPI master transaction) showing precisely...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
In our setup we load merged hex file...
from this link
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
I gathered that nrfjprog is for flashing...
which is the Example code to test the NFC_Tag future in MDBT42 V P 512K V2 module.
i was using PCA10040 nrf52 development kit in that Example code is working same code not...
I want to disable and enable UART at runtime. I don't use DMA and interrupt.
I read this thread. https://devzone.nordicsemi.com/f/nordic-q-a/52496/nrf9160-uart-pull-up-and...
Hi.
I need to program for a set of NRF52832 with serial number from 403898368 to 403941418.
I am trying with nrfjprog --family NRF52 --memwr 0x10001080 --val %% --verify...
I am in the process of evaluating different BLE solutions for a project. The project consists of a pair of BLE-enabled devices which need to be able to go into dual-role mode...
Hi everyone
I don't really understand what the physical cell ID is. Is it a randomly generated ID created by the nRF9160 chip or a set ID within the cell?
As far as I...
Hello,
I am facing a really annoying issue when updating my SPI settings from the old nrf_drv_ towards the newer one nrfx , in SDK15. I am following the recommendtations...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) If I enable “Just works” and without...
I have a project where one device will be both a peripheral and a central. In the central role the device will connect to a sensor. It will act based on the sensor data. In...