I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
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...
Hello,
I was learning about how the bt_conn references work, how to obtain them and free them, and where they are generated.
I was looking at the central_gatt_write...
Hi
I have currently claimed devices in my nRFCloud I registered two years ago. It looks like this:
It has the mention "powered by memfault" . This is also the nRFCloud...
Hi,
i'm learning l4/e1 and i'm trying to buid the process after finishing step 10 but the build didn't goes through successfully. i got this errors
my SDK & toolchain...
Hello all,
I have an nrf54l15 on a custom board, I am having issues getting a reliable SPI clock signal when using BLE advertisements
This is the clock and correct...
I bought both nrf52 DK with nrf52832 and ISC-nRF52810-A module. I use Visual Studio Code with nrf SDK + toolchain. Hardware connection from ISC-nRF52810-A to nrf52 DK is as...
The openthread coprocessor sample in sdk v2.8.0 and v3.1.0 work for me with the openthread border router but not the sample in sdk v3.2.1
I followed the instructions for...
Hi,
i'm learning the exercise1 for AT commands to control modem and when i apply this command AT%XMONITOR i get the output as %XMONITOR: 5,"","","24202","0901",7,20,"02024720...
nRF52810 program execution failed the CPUID verification. Hi everyone, I have a question. I have a working PCBA with an nRF52810 as the main controller. When reading the CPUID...
I have a simple project running on a custom board with a nrf54L10 processor. The board has a couple of LEDs to blink and advertises on BLE. With v4.3.0, the LED blinks for...
nRF54L10 + NCS 3.02
A simple question: So I found CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION=y which lets me enable/disable the SMP service. Is there another config...
I am using nRF5415-DK and SDK v3.2.2
I want to generate a sine wave using PWM and TIMER. The PWM repeat duty cycle method has limitations, so I am using a timer to trigger...
Hi, for one of our products we are evaluating an option of porting the application from nRF5 SDK (nRF52) to nRF Connect SDK (nRF54). Seeing the similarity between the nRF...
Hello DevZone,
I am currently trying to fix an issue I have on deployed devices, using nRF9160 with nRFCloud. Code is based on SDK 2.8.0.
In most cases, my code works...
I am attempting to use the nRF52840 QSPI periphery to communicate with an SRAM chip. The chip is IS66WVS8M8FBLL-104NLI. I am unable to communicate with it using QSPI. I am...
Hi everyone,
For mthe prject I'm working I must use the LPCOMP module to detect a cross. but anytime a init the LPCOMP module my code seems to freeze and nothing else...