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...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...
We have a working application on SDK 6.X.X and I just saw that there is a new update with SDK 7.1.0
Few questions:
In the release notes for SDK 7.0.0 it states that...
Hi,
I'm using Central multilink peripheral example to get connected with Our Custom Peripheral App (iOS). I'm able to receive the data from Peripheral device, Now i need...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi, I want to get the RSSI values as much quick as possible. I have written a code which is transmitting at 10Hz for instance(that is sufficient). But The problem is that...
Dear Nordic Developers,
I'm trying to write some data to a slave and when the slave gets the write command sends back a notification. My problem is that I send the write...
I would like to use nRF51422 in commercial product and I use your SDK. There are 2 files: app_uart.h and app_uart_fifo.c that I would like to modify a bit. I would like to...
Hi,
I have PCA10028 dev board and Fujitsu MBH7BLZ02 BT module.
I have successfully modified some sample code and when I flash it to nRF module on the PCA board, the...
Hi,
I ordered a few couple NRF905 a few months ago. Now I wanted to re-order a few hundred pieces the seller told me that they have "C series".
What is NRF905 C series...
Hi,
Is there a uart example for the NRF51 Dongle(PCA10031)? If not, how would I go about implementing uart on the dongle to connect to the Android NRF Uart app?
Tha...
Hii all,
I would like to create a project that take an input from any Bluetooth device and display it on display device like EPD. Till now I just hard coded the image and...
Hi all,
I have two NRF24LE1 devices, device_A for send data and device_B for receive data, the protocol data included in a 10-bytes length arrary(buffer).
In device_B...
I'm trying to understand whether my callback assigned to the data_handler variable during initialization of the Nordic UART Service gets executed in an interrupt or somewhere...