Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
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...
Hi
I am using nRF54L15DK, with SDK v3.2.2.
I want to implement an event log, persistent in Flash.
Initially I thought of using FCB, but I am running in to issues with...
Hi
I have custom nrf5340 based product, with an NFC interface for card emulation. I have managed to get this to work in raw APDU mode in NCS 2.9.0 (with selected cherry...
Symptoms
A GPIOTE event channel is configured to detect a rising edge on a GPIO input. Via PPI, the event drives a GPIO output low within a few hundred nanoseconds. The...
Hello all, I am following up on a related issue regarding mcuboots partitioning and image validation. ( link to previous MCUBoot QA forum ). I have devices out in the field...
Hello Nordic support team,
Forgive me if I am asking a stupid question.
In the source file ble_conn_params.c, there is a function called ble_conn_params_init() and I...
NPM1100 outputs VOUTB (2.1V) to power the NRF52832. Programming is performed via J-Link with an external 3.3V power supply. However, this causes a short circuit between VSYS...
Hi,
I’m working with the Raytac BC833M module (nRF52833) and programming it via nrfjprog in a batch script.
I need to:
Program my application firmware
Configure...
I have an interrupt handler that sets a flag some of the time, and then runs other code in main whenever that flag is set. The code looks roughly like this:
I have debugged...
I'm trying to commit a VS Code project to source control and don't want to include the entire build directory (with all of the build-generated files). But it seems that all...
Hi,
We are designing a cellular antenna based on the Thingy91x reference, which needs to support all frequency bands of the nRF9151 cellular module. The antenna tuning switch...
Hello Team,
I have downloaded hello-nrfcloud/firmware source from Releases · hello-nrfcloud/firmware link.
I am not able to build the source provided using VS Code.
...
I've designed a custom PCB for nrf52832.
The chip is getting programmed for GPIO and working fine. But when I'm programming it for I2C it is not working. The chip is getting...