In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
We are working to add support for the new nRF54 chips using the nRF Connect Bare Metal SDK within our existing mono-repo, which currently supports multiple product generations...
Hi,
Currently we're experiencing some problems to detect events from npm1300 in our custom board but the same issue happens with nrf54l15dk plus npm1300-ek boards when running...
Hi,
We're using the nRF54L15 driven by a 5ppm TCXO connected to the LFCLK. Our application measures the timing external pin events; the accuracy of this measurement is critical...
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...