Hello!
We have a project where we are using the nRF52840 with the ADS7052 (an ADC) on the SPI bus. We are using Zephyr 4.1.0, but I guess its same same with nRF Connect...
We are in the process of integrating the Nordic nRF Mesh SDK version 3.3.3 into our Java-based application.
The devices we are working with are pre-configured BLE mesh devices...
Hello,
I am currently working on integrating the ENC28J60 Ethernet module using SEGGER Embedded Studio and nRF5 SDK version 15.0. As part of this project, I would like...
I started to test with NCS 3.0.0. The first surprising topic I found was, that the nRF Connect for Desktop - Toolchain Manager (v1.6.0) doesn't support NCS 3.0.0 other by...
I have a class that wraps the Zephyr implementation of a mutex. For some reason, when the code runs, I get this error: ASSERTION FAIL [mutex->lock_count > 0U] @ WEST_TOPDIR...
Hello Nordic Team,
I am requesting clarification on the capabilities of my nRF9151DK to be used as a debug and flash probe (via the 'debug out' P20 headers), and compare...
I followed the instructions in developer.nordicsemi.com/.../a00058.html and reached Obtaining the kernel: Option 2: Native build. I failed at step 3 and the error message...
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
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...