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
I'm having trouble finding two documents: the 'nRF91xx Kits Reduced Receiver Sensitivity Issue.PDF and the related design files for the extra filtering on the nRF91....
Hi everyone,
I believe the object_type should not be of type uint32_t, but of type uint8_t (or maybe nrf_dfu_obj_type_t).
This is the structure I'm talking about inside...
We have been trying to upgrade nRF connect SDK from v3.1.1 to v3.2.1 and run into the following issue: When we enable CONFIG_PM_DEVICE_RUNTIME=y after flashing, the device...
We've encountered an issue when reading OTP memory using tfm_platform_mem_read() .
After invoking tfm_platform_mem_read() , any subsequent call to k_sleep() (or any other...
Looking at this forum post from 11 months ago, and I'm confused about the guidance given. https://devzone.nordicsemi.com/f/nordic-q-a/99083/reading-uicr-value-at-runtime-for...
Hi,
In ncs/v3.1.0/ modules/hal/nordic/nrfx/drivers/include/nrfx_nfct.h, the enum ' nrfx_nfct_param_id_t' is defined as:
In the nrfx support libraries shipped to us with...
We have a board designed with nrf54l15 and we plan to use the RRAM to store the image. That is, no external flash to store images.
For this design, is it possible to use...
Hello,
I am trying to get to grips with the nrfx driver: GRTC.
I want to create the following sequence with the lowest possible power consumption. Activate output 1 for...
Hi
I have two nRF5340 DK boards.
I cannot remember what I last used them for, but I can no longer connect up to them.
In VSCode, when I usually connect to an nRF board...
Hi, I am able to flash my XIAO nrf52840 using my nrf52840dk however the code does not run once flashed. I checked and the code itself is starting at 0x00027000 presumably...
With NCS 3.2.1 I can't make use of custom mbed TLS config headers anymore, the MBEDTLS_CFG_FILE KConfig option always get overwritten. Previously setting CONFIG_CUSTOM_MBEDTLS_CFG_FILE...
Hi,
I tried searching public question on the matter and wasn't able to find anything reminiscent of the problem I have.
I'm developing a presence sensor using ZigBee protocol...
I'm working on formalizing our DFU process. We're building on Zephyr and using mcuboot as the bootloader. We're using ble to transfer the images over smp and then our current...
Hi,
I have a weird problem. I have encountered this both with a large in development project and now have recreated it with a very simple bare bones project. Both projects...
Hi,
Our device is built with nRF52840 and SDK 17.0.2 and support Numeric Comparison pairing in HID mode.
Our device is trying to connect to Android device which has bluetooth...