Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I’ve compiled and flashed the Matter light bulb example from Nordic onto the nRF5340 DK.
I'm using the nRF52840 Dongle as the OpenThread Border Router, with a Raspberry...
Dear Team. There is a bug in the SDK starting from version 2.9.0 regarding the linkage of libraries. Indeed, I have a CMakeLists.txt file that works perfectly and correctly...
Hi all,
I'm doing some tests with the nRF5340 DK to log with a custom timestamp source. I took the logging exercise 2 example and verified that the log messages are correctly...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
Hi, I'm using nRF Connect SDK (v2.1.2) with VS Code on Windows for a project targeting nRF52811 .
Even though everything is versioned in Git, I keep running into the following...
Hello,
I have a custom hardware around the nrf52820, and I simply can't make it to run the basic hello_world and blinky samples.
I'm compiling the samples using nrf52833dk_nrf52820...
Hi,
I've just migrated my project from NCS 2.6.1 to 2.9.0 and I'm having some problems with the UART.
I'm using the nRF52833 DK to communicate with another device and...
Hello,
I want to port blinky example to 52805.
I wrote this dts file:
I added " CONFIG_DEBUG =y" to prj.cong.
I launch debug but main function is never reached...
I discovered weird modem behavior when testing my application with a weak or undetectable signal. Mine testing was as follows:
modem connected to the network
communication...
Can the npm1300 be set up so multiple interrupts trigger the same line, and then the host can determine what the cause is?
Or does each interrupt need a 1:1 correspondence...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
We are developing a device that uses BLE, 4 contacts (buttons), a piezo connected via PWM and a realtime clock (RV3028). It also stores event data on an external flash using...
My application communicates via UDP and all communication is initiated from the device. Before packet transmission, network registration status is checked (CEREG) and sendto...
I boot AOK after I do a west flash --erase. But after that, when I try "west debug," I run into this:
*** Booting nRF Connect SDK v2.9.0-2e7ce73f5faf *** *** Using Zephyr...
Hi.
For a while I have had some issues with the toolchain when using the nRF connect SDK in visual studio code on windows 10. I believe it was after installing SDK version...