The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Hi,
I am following DevAcademy Lesson 5, HTTP over Wi-Fi (Exercise 2), which involves adding TLS to an HTTP connection.
When I remove CONFIG_WPA_SUPP_CRYPTO_PSA=y , I am...
Using an nRF54L15 here (if that matters) and adding mcuboot via sys build to my project. Couple questions:
- How would one adjust the logger baud rate to something other...
Hello,
I have the nRF5340 DK and I want to program/debug an external SoC. I see that in order to do that I can use the connector P19 to connect to an external board with...
I am using an nrf5340 DK instead of the audio DK. Is BT LE possible with this DK. Is there any difference beween NRF5340 DK and audio DK in terms of microntroller.
Hello,
I’m using VS Code with the nRF Connect extension. When I try to build the “bme68x_iaq” application to upload it later to the Nordic Thingy:53 and read its data, I...
Hi,
I have verified the firmware upgrade and file transfer functionality from a Linux-based device to the customized nrf52840 board using the mcumgr tool.
However, the...
Hello, everyone!
I'm interested to know about the possibility of mixing BLE audio and custom BLE Characteristic in one single nRF5340 application.
For example, we would...
Hi DevZone Community,
My Envriornment
1.9.1 NCS nRF9160DK Current Modem Version : 1.3.2 This question is involving a device which is in production. The issue is, if the...
Hi folks,
Recently picked up a new MacBook (M series) and was excited to try some sample projects on my nrf52840dk.
Unfortunately upon trying to Debug, I get the following...
Hello Nordic team,
I followed the official guide to add a custom sensor cluster to my Matter application. Everything built and flashed successfully, and the application...
hello, i have a weired issue with my sensor communication using spi. the code that used the old SDK works, but the one using the new SDK for some reason doesnt. i need to...
Hi,
iam completely new for NRF soc.i want to develope a application where i want to configure the dev name,tx power while run time via mobile application. please tell me...
Currently, we've started developing a new project using the nRF52832 as our controller. Our requirement is quite simple: we need to list out nearby advertising BLE devices...
Hi.
I am using a custom board on an nRF52810 microcontroller and a LIS2DH12 accelerometer connected to it via SPI. SDK version 2.7.0.
Here's my settings:
.dts file ...
I am getting this error on the 7th time I perform an action:
I understand it's an lvgl error and could be specific to lvgl but I think, considering it's only happening...