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...
Hi Nordic
When I use JLINK to burn the firmware to the nRF52832 chip in the device, some devices cannot be programmed or cannot be programmed again after burning once
...
Hello, I've stumbled about a problem with the NrfConnect extension and Kconfig. It is quite simple: When a project directory contains a Kconfig file, it is used by west as...
I'm a bit confused by the "unidirectional" solutions offered as examples / documentation for the nRF5340 DK. I would like to build a BLE Audio headset that both receives and...
Hi
How is the ESB_EVT_IRQHandler started? NVIC_SetPendingIRQ(ESB_EVT_IRQ) is registered with on_radio_disabled(), but I don't know how to be started this handler in the...
Hi:
I use ncs 1.9.1, borad nRF9160-DK
sda-pin = <30>; scl-pin = <31>;
Config:
I added i2c2 in blinky, here is the source code.
I see i2c2 enabled in...
Hello,
I am experiencing issues with an nRF5340 DK. I would like to try the matter samples but every time I flash one of them, it results in fatal error and reseting loop...
fota_download_start copies the file but not host string into a static buffer. The comment implies that the download_client only requires this for the file path, though it...
Hello Devzone,
My name is Ted, and I recently came across a 2022 May 4 LPWAN Coverage document on one of Nordic Semi's technical guides. The specific guide is titled iBases...
Hi everyone, i have some problems with firmware and i hope someone can help me. I am using nRF52840 microcontroller and SEGGER Embedded Studio. Also I'm using the littlefs...
Hi ,
I want to use a pin on board, which is not used or initialized in dts file . my requirement is that I want to initialize that pin before booting process. ( that pin...
Hi,
I am using the :
bt_scan_filter_add (BT_SCAN_FILTER_TYPE_MANUFACTURER_DATA, &mfgData);
scan-filter works well.
However, keeping everything same, if setting...
I have added WDT to the blinky_freertos sample.
And I am debugging with SEGGER ozone.
building with SDK17:
If you reset the software in the debugger and start it,...