Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
i have a "bare-metal" (register-level access) BLE advertising program which does not consistently consume the same amount of power when transmitting.... here's what the power...
Hi,
I had some issue with my nRF52 DK PCA10040 v3.0.3, The programmer was totally unreachable also with the simplest terminal command so I tried to reprogram it trough hidden...
I am trying to implement GPS code in the nrf9160 but I cant find the function nrf_modem_gnss_init(); to initialize GNSS inside the modem in , is it being initialised within...
The following log is a compilation error.Is there any way to correctly compile?
e:/nordic/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr...
We have an application where response time is critical, and we are trying to minimize the time from advertising to an active channel sounding session.
What we have already...
Dear Nordic,
We are currently evaluating the Amarisoft CallBox as an end-of-line (EoL) testing tool.
In an ideal scenario, we would like to use 1NCE production SIM cards...
When performing FOTA using NCS 2.9.2, we observed that the swap using move process takes approximately tens of seconds. However, with NCS 3.2.4, the same swap using move operation...
nRF Connect SDK v3.2.3, nRF9160.
Hi,
I'm working on a project which has MCUBoot enabled (dual slot) for firmware updates over cellular connection. I did not have a pm_static...