I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...