Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
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...
Hello,
I'm new to the nRF5340 for BT/BLE; and was looking through older DevZone posts to see if I could find an answer to my question. Specifically, in RE: Query - Nordic...
When playing around with the nrf5340 Audio demo using nrf5340 Audio eval kits, if you play a tone through USB and transmit that through the Gateway to the Headset, you can...
Hi,
I am using the development kit nRF 52840DK running a firmware called pc-ble-driver . as USB-BLE dongle, together with the related python library.
I know that they...
The 52840 chip is stable with this and I have extended the code for my project, but I can't seem to get the 54L15 to be stable.
I will add the coredump and rebuild as well...
Hi,
I can't find any documentation for what the behavior is for the SPI API in Zephyr when the count of buffers in an spi_buf_set is > 1. In a transceive function, are they...
Hi! I have a problem with waking up from system on using gpio interrupts. Originally I was using SYSTEM OFF and that was working fine but i also wanted to wake the system...
Hello,
I know that this issue comes up from time to time. I'm raising it again, because to my opinion there have to be a solution for this. Perhaps there is, that's the...
I'm developing a FMDN locator tag and would like to use the locator tag sample in the connect SDK for testing.
Unfortunately, the requirements and exact procedure for running...
Hello,
* HW: nrf52840DK
* SDK: ncs v2.8.0
* APP: spi-master-slave example
In this example, I am interested in slave rx. Seeing this example, it apears slave makes...
Hello,
I am seeking guidance on the following issue:
Development Environment
IDE: Visual Studio Code
Toolchain Manager: v1.3.0
SDK: ncs v2.6.0
OS: Windows 11...
Hi nRF Community,
I'm currently delving into the bandwidth capabilities of LE audio (BAP Streaming), utilizing two nRF5340-DK (PCA10095 2.0.2) Dev-kits flashed with unicast...
I used the matter template project sample code, and after the nRF Kconfig configuration was modified and saved, I recompiled the project code, and the nRF Kconfig value returned...
Hello,
I am moving my project from SDK 2.6.2 with Adafruit_bootloader to SDK 2.9.0 with MCUboot/sysbuild. The problem I face is that I can't access the external flash...
Hello,
I'm using the libmodem directly and have to call this function: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/nrf_modem/doc/api.html#c.nrf_modem_init...
Hello,
I'm wondering if someone can review this schematic document for an AoA application using the NRF5340. I'm generally concerned about the power and crystal schema,...