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...
Dear Nordic Community,
I am using the the nrf51 dev kit to try and program a custom board (nrf51822) connected to it via the the Debug Out connector. This setup has worked...
Hi,
I'm testing nRF52832 central data rate.
My SDK version is 14.0.0 and softdevice is 5.0.0.
I want to send 200byte from nRF52832 peripheral to nRF52832 central in one...
Hi,
I'm using NRF52840 with Softdevice and SDK v15. I would like to use an external 32.768kHz crystal.
If I understand correctly this is consistent with the eval board...
Would you please provide an example of using PA/LNA with nRF52840 (Softdevice S140) on SDK 15.0 or higher?
Unfortunately, I could't manage the code you've provided for the...
Hi With regards to iOS and Android versions of the 'nRF Mesh' applications .. (1) How can I tell if both apps are 'synced' to the same level of functionality/user interface...
Hi,
I want to test UART peripheral on nrf52840 by running example in path examples\peripheral\uart as it is.
Connection setup is:
nRF power source USB
nRF USB port...
Hi all
Previously, I used the nRF52832 with the interrupt-driven UART at 1Mbaud. But due to SoftDevice interrupts that blocked the UART-RX-IRQ for more than 6 bytes, I tried...
I am trying to set up fifo'ed uart. However, APP_UART_FIFO_INIT crashes with an error value 8. I traked back the reason into this nrf driver code fragment:
ret_code_t nrf_drv_uart_init...
Hi ,
I don't know if it is related to the code below?
#define UART_TX_BUF_SIZE 256 /**< UART TX buffer size. */
I cut two pictures and hope to help understand the problem...
We would like to develop an indoor navigation with BLE. The goal is to get the position of the mobile device and navigate to a specific location.
We have already four nRFBeacon...
Hi,
It looks like the nRF Mesh App on Android configures incorrect CCCD when an unprovisioned device exposes both Provisioning and Proxy Service in its GATT Database.
...
Is it possible somehow(and if it is then how) to send/receive user data from/to a PC terminal (serial port) to/from the dongle 52840 via nRF Connect of another provided s...
I'm trying to completely understand extended advertisements and what is possible when initiating a connection to a device advertising using extended advertisements. I'm using...