Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I'm trying to build the " tx_rx_non_blocking " sample (ncs2.70, nRF52840dk) but get the following error message -
C:/devtools/nordic/ncs/v2.7.0/modules/hal/nordic...
The CPU runs the main thread every 3 seconds, and for the remaining time, it enters the idle thread. However, after entering the idle thread, it doesn’t save power.
But...
Hi guys,
we are planing to use the nRF52820 as BLE proxy to UART/SPI. It shall receive data from a host controller via UART/SPI and forward it via BLE to a smart phone....
I recently purchased an nRF52840 DK (v3.0.0) to use with my custom nRF9160 boards for firmware loading, debugging, and loading certificates for nRF Cloud. While I can successfully...
For connecting an external TCXO reference, we need to know the specification for the slew rate and levels (Vhigh/Vlow). In the product specs, the clock accuracy is defined...
Hello. I'm newbie with the NCS environment so tell me if I'm saying nosense. I use the nrf connect extension in vs code ide. (SDK: v2.7.0 toolchain: v2.7.0)
I want to...
I am working on new project setup. I have copied a sample blinky project from nRF connect SDK(C:\ncs\v2.7.0\zephyr\samples\basic\blinky) and board I selected in Build configuration...
Hi,
I'm following this "Getting started with Nordic's Secure DFU bootloader, a step by step guide" ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
In our application build with SDK 2.7.0 on a NRF52840 chip, we get an assert if we update the TX_Power for the connections.
If the bluetooth has made connection, we update...
Hey everyone!
I’m working on a project using Zephyr with an nRF5340 board and trying to configure UART1 completely from scratch. Most tutorials I’ve found only cover UART0...
Hi, I'm currently developing a BLE Long Range application using two nRF21540 DK boards, where one is configured as the central and the other as the peripheral.
Both devices...
Hi,
We have a custom nRF9160 board with chip antennas for LTE and GNSS. They are Ignion antennas with matching circuits customised to our board dimensions. We also use...
Dear Nordic Support Team,
I am working with the nRF52840 and need to configure the SPI peripheral in Zephyr to operate without DMA.
I’ve encountered a few problems:
...
I am able to update the app core successfully from an external flash partition via the `mcumgr` desktop tool. However, this is not working for the net core.
It successfully...