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 would like to ask if it is possible to upload a program to nrf7002_DK where it will be possible to select Wi-Fi STA or AP mode? I tried to connect it, but the compilation...
So I have a timer interrupt setup which triggers every 1ms in the interrupt I give the semaphore with The interrupt triggers correctly as seen from logic analyzer this should...
Hi,
I’m working with the Matter Door Lock sample in NCS 3.0.2. With the default PRODUCT_ID = 0x8006 , everything works as expected: commissioning to Apple Home and Google...
Getting a Precise data bus error - BUS FAULT, when sending a http POST request to an https sever over tls. Cannot decipher the exact instruction address as on enabling CONFIG_DEBUG_OPTIMIZATIONS...
Hi, I have a device using nRF5340+nRF7002. I am storing multiple wifi credentials and using auto connect. I have some questions: 1. Using auto-connect, how does the SDK/wifi...
through RTC i am trying it but it is not happening can you give any propre example one for the sleep mode enabling and wakening up from the sleep mode.
Hi,
I'm using the peripheral_hids_mouse example from NCS v3.0.2. What's the correct way from SC(Secure Connections) to enable Just Works pairing ?
Thanks!
The nPM1304 requires the CC1 and CC2 pins to be connected to the USBC port. Can they be left open/grounded on the IC side?
The problem which arose is that CC1 and CC2 are...
Hi, I'm looking for clarification whether the DECT NR+ modem firmware supports GNSS. Legacy docs say it doesn't, but there is no mention of it in current docs. Based on that...
Hi,
Issue
With the official nRF21540-EK + nRF54L15DK setup, my app/config works: advertising, connections, and PA/LNA behavior are all OK.
On my custom PCB ...
I am attempting to do channel sounding with one initiator and two reflectors. Switching between reflectors, by connecting to each in turn, does work, but it is very slow....
Hi Support Team
The attachment is ANT+ Device Profile for Bike Radar, it mentioned that an ANT+ Bike Light and Bike Radar Sensor can be combined as a single device, but...
Hello,
For a project with nRF9151 as the main microcontroller, we use nPM1300 for power management.
As I understand, for nRF9151, VDD voltage should be supplied prior...
I am developing a simple ble peripheral device that will measure temperature and humidity. For the most
part, it's working but I can't get the behavior I expect when enabling...