Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
Hi,
I recently checked support of MCUBoot validation and from NSIB for nrf54l15. (sdk 3.0.0 and above)
During this, I enabled Signature algo as ecdsa-p256.
And...
Hello DevZone,
I have a project where I currently use the AT%XPOFWARN feature, in order to turn off the modem in case the battery voltage is too low. It's used in both cellular...
Hello
I created the out of tree sample sensor application with SDK 2.6.2 and it built just fine However it builds only when it is inside the sdk that was pulled when I selected...
I have been following this tutorial by Nordic trying to install nrfConnect for VS Code, nRF Connect for VS Code, part 3: Building an application , but I am facing several...
The VSCode nRF Kconfig extension has very high cpu usage (2 cores at 100%)
When disabling the extension, the cpu usage drops back to normal.
I see the following in the...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
Hi,
I have a question about creating a custom board. I am following the tutorial here: youtube
I am trying to make a custom board for nRF54L15 using the board wizard ...
I am trying to keep nRF5340 in sleep state, and wake it up when there's a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency...
I'm trying to get a basic CI/CD pipeline working in Azure DevOps, using Azure hosted agents, and I'm running into a problem where West is silently failing to clone the project...
I'm planning to build a project using the Nordic Thingy:91X. My goal is to collect sensor data (e.g., environmental or motion sensors) from the device and transmit it over...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hello
I'm trying to use LittleFS with an external SPI flash, but if the SPI flash isn't available yet at boot time, my application hangs for an uncertain amount of time...