I would like to ask you for your opinion, although it is not directly Nordic related, but indirectly, it is. The following:
The customer ICP (Holten, The Netherlands) designed...
this is a deflector test
I would like to ask you for your opinion, although it is not directly Nordic related, but indirectly, it is. The following:
The customer ICP...
Hi, I’m seeing a build failure after enabling SQSPI in the device tree when building with MCUBoot on NCS v3.2.1 for nRF54L15. The build works fine without SQSPI, but once...
Hi all,
Note that I am using a Fedora Workstation VM on VirtualBox for keeping everything clean. I pass the connected USB development board to the VM. I am trying to evaluate...
Hi!
With the release of NCS 3.0.1, the required SEGGER JLink version to v8.18. pynrfjrprog is bundled with SEGGER JLink v7.94. From your website, it seems nrfjprog, being...
Hi,
I am trying to enable UARTE0 on BMD-330 module. The serial config looks like this
# # Capabilities # CONFIG_SERIAL_HAS_DRIVER=y CONFIG_SERIAL_SUPPORT_ASYNC=y CONFIG_SERIAL_SUPPORT_INTERRUPT...
Hi,
I tried porting LC3 to my own 5340 project with reference to the SDK(nrf5340_audio_nrf5340_audio_dk_0.4.0), but I had a restart problem when initializing LC3
sw_codec_lc3_init...
Hi, I have a mature product that is programmed with a J-Link compact, I have 4 different PCs to program and a custom UI that uses command line instructions to flash PCBs....
Hello,
I'm currently developing on an NRF82832, I'm using a Black Magic Debug Probe to flash the firmware and the bootloader. I use Linux.
I have a working firmware...
Hi,
I started using nRF Connect SDK in VS Code recently. Everything works well, start a new Application, configure a new board, build, and flash.
While I found "Go to...
Hi,
I'm working on modifying the secure bootloader (SDK 17, nRF52840, s140) to store the old app before the new app is programmed into Bank 0 (see this other thread )...
Hi,
We have a design for a battery powered tag using a nrf52833-QIAA. I saw in a post from a couple years ago that you widened the DCCH inductor tolerance to +-20%. I...
Hello ,
I am trying to use NFC pin p0.10 as WAKE up pin , using nrf_gpio_cfg_sense_input(Btn, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); this code. I have defined CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
I double-checked that when NordicUpdate_is_update_mode() returned false, I can still use the iOS Device Manager App to perform DFU.
I thought users needed to press...
Dear Nordic support Team
I have a question regarding the performance/specification of the RF front end of the NRF52 series chips. I noticed that the question "Is there an...
Hi, I'm testing the current consumption on a nRF52810.
I use PPKII to measure the current that the chip draws.
The software does the following.
Wakes up every 1 second...
Hello,
I am developing nRF52832 with SDK 16.0.0, ESB prx example.
ESB prx receive BLE and send it to UART.
UART is configured to 1000000 baud, which is maximum rate...
Hey,
I am trying to set up an application that generates interrupts on a total of 11 buttons. Setup is pretty straigt forward, for which I use the following functions for...
Hi all,
I'm using the PPK2 to measure the current of our IoT device. To get the data from my PPK2, I wrote my own software in order to integrate it into our test setup....