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...
Zephyr board: nrf54l15dk_nrf54l15_cpuapp
Hi, we have a custom SPI NAND flash driver and are trying to create an external flash partition for our littlefs file system.
...
I'm very new to Zephyr so please be patient with me. I'm looking for an example that show me UARTs running on the following pins and setup. I have the echo_bot working with...
Hi
There is a github repo https://github.com/nrfconnect/Asset-Tracker-Template/tree/main that receives updates as of yesterday.
However on the documentation website...
I'm trying to get a previously fully functioning MQTT connection back up and running after some hardware difficulties, but am failing to get it to connect to the MQTT broker...
Looking for an example to adapt into my program.
I detect 'smp_svr' but compiling it give me error, it seems I need a flash configuration in file pm_static.yml, but I have...
Dear Nordic Support Team,
We are currently developing a new product utilizing the nRF9160 LTE-M module.
We are in the process of acquiring CE certification for our end...
Hi,
I have been facing issues with the configuration of the nRF9151 for sending and receiving UDP packets via the Skylo NTN network.
I am running firmware version:
...
Hello, on my nrf54l10 I observed a pin (GPIO 1.03) being actively driven low for ~20 ms during a reboot (e.g. Resetting after SystemOff Mode). I need this pin to stay high...
[5/10] Performing build step for 'peripheral_lbs' ninja: error: '/index', needed by 'zephyr/include/generated/ncs_commit.h', missing and no known rule to make it
FAILED...
Since a while back ( github.com/.../999b6a14a4556f16d2f535207a84ceb2cca54f8a) the west flash command with --erase was changed so that --erase would also erase external flash...
Trying to migrate from SDK v2.7.0 to v2.8.0 and suddenly getting the build error
Based on other forum posts, I was able to track down more information using the <build target...
Hi, I just got two nRF52840 dongle and it works great as BLE sniffer.
I want to send continuous BLE data (not only advertising) packet and sniff packets between bonded devices...
Dear Nordic Team,
I am currently working with the nRF5340 DK and would like to know whether it is possible to read or retrieve the Network Core firmware version directly...
Hi,
I am using NCS 3.2.1 and nRF52840-DK's version 3.0.3.
I flashed 2 boards with the openthread/cli sample.
From the CLI on both boards, I issued the following commands...
I’m trying to transmit a payload of up to 2,450 bytes using CoAP over OpenThread. Before jumping into firmware development, I want to evaluate the feasibility of transmitting...