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,
We have functioning application code under the 2.4.4 SDK development setup. I would like to start migrating to newer code but am encountering issues. (Ultimately, I...
I have an nRF5340 DK (not audio DK), and I want to send LE audio from my LE audio compatible device to my DK and then have my DK play that audio over I2S to my external amp...
Hi there, I-m trying to compile a hello world sample with an encrypted bootloader
# Sysbuild configuration file.
#see C:\D\dev\nordicsemi\v2.7.0\nrf\doc\nrf\releases_and_maturity...
Hi all,
I'm currently facing the issue that we are receiving a PKCS7 encoded response from our EST server via a `/simpleenroll` request.
The PKCS7 response now has to...
We have a locator-beacon setup based on this https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html running...
I have been facing a persistent Zephyr CMake/Kconfig build failure in my nRF Connect SDK setup.
Environment: Windows, nRF Connect SDK v2.7.0 , Toolchain v2.7.0 , using VS...
Hello Nordic team,
we are using a nRF52820 module in a beacon. After flashing the firmware and connecting via nRF Connect for Mobile, we can read the Service and Characteristic...
Hi,
I'm trying to CONFIG_MCUBOOT_ACTION_HOOKS with mcuboot on a custom board build with an nRF9151. McuBoot works well, but I'd like to use CONFIG_MCUBOOT_ACTION_HOOKS to...
Hi
I use MT8852BE to test nRF54L15-DK ,TX power setting 8dBm but MT8852BE Power(Pavg) show -6.07dBm ,Why is there such a discrepancy in the values?
nRF54L15-DK Setting...
For power cost down, use dts config to set pwm gpio H0D1 as follow:
pwm1_default: pwm1_default { group1 { psels = <NRF_PSEL(PWM_OUT1, 0, 26)>; nordic,drive-mode = <NRF_DRIVE_H0D1...
Hi,
We have defined a FOTA update for a set of devices. Our device SW follows the 'multi-service sample' code for FOTA.
Generally, FOTA works well for devices in a job...
Currently (as far as i can tell) the firmware for the DECT-NR+ mode is mutually exclusive with the LTE firmware, and you cannot mix the two wireless modes as you have to flash...
We use the device shadow "desired" section to send configuration params to the device. The device processes and accepts the params and then returns them in the "reported"...
HI
Based on the nRF54L15 with SDK 3.0.0 and MCUBOOT for OTA updates, I've discovered there's a firmware image compression algorithm available. However, when compiling with...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...