Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
After Can the ESB protocol be added to the nrf desktop routine? . I tested the code for switching from ESB to BT (Non-Concurrent)。
The SDK version I used is V3.2.0. The...
Hi,
I'm looking for any help to implement wifi OTA for nrf54l15, found a lot of docs about FOTA for upload firmware over ble but i need to upload the firmware located at...
I am working with the nRF9151 (SMA) and attempting to place the system into the lowest power state using sys_poweroff() .
After entering this state, I observe undefined...
Both the NCS 3.0.2 NRF54L15 PCBA and DK development board occasionally fail to receive broadcast data. For comparison, running three PCBs simultaneously, the indicator light...
Using SDK 2.4.2
1) Is there a way to specify multiple MCUBoot keys in the same way they can be specified for NSIB? MCU Boot allows an array of keys, but it looks like zephyr...
We have a product created with the BMD350 from Ublox (formerly Rigado). It is based on the nRF52832. it uses SDK 12 and implements the Legacy DFU. Updating to a newer SDK...
We're working on a project that makes use of an nRF9151 and an nRF7000 for wifi scanning (specifically for location services). We are currently debating the usage of passive...
i have a trivially simple "bare-metal" (register-level) test case in which i setup GRTC as follows:
MODE.SYSCOUNTEREN = 1 TASKS.START = 1 TIMEOUT = 2
i also have the LFXTAL...
On a nrf5340/nrf7002 custom board, using NCS 2.9.0, I am trying to get a reliable https connection to different backend servers.
I'm having trouble with the TLS handshake...
I recently flashed a new application onto devices that has prevented any new application images from being swapped into the primary slot. Any new images are uploaded to the...
Hello,
I got the https://github.com/nrfconnect/sdk-edge-ai/tree/main/applications/ww_kws application running on the nRF54LM20 DK with the Axon NPU and it can correctly detect...
I found that CoAP requests unexpectedly block GPS positioning. So, the solution is to add a synchronization semaphore between them. I stopped the CoAP request while waiting...
Hi Team,
I am planning to implement a secure boot mechanism on the nRF5340 for one of our products and would like to ensure the design is robust, scalable, and production...