Hello,
I am debugging in an environment using BLE with nRF54, but after breaking, when I step through it, the debugger stops and I am having trouble.
The environment...
https://openthread.google.cn/codelabs/openthread-border-router#2
following this webpage to setut rcp board router(by flashing coprocessor app to nrf52480) and flash the...
Dear,
I’m experiencing an issue with performing DFU over BLE Mesh. I have a setup with one node acting as provisioner and distributor. This node has a new image loaded ...
Hi, We're using the nrf9160 with ncs 2.7, modem FW 1.3.6 We're trying to send an HTTP request with TLS 1.2. We have provisioned our device and verified the key,cert with a...
We are developing a device that uses BLE, 4 contacts (buttons), a piezo connected via PWM and a realtime clock (RV3028). It also stores event data on an external flash using...
I don't know who's in charge of Dev Academy, but the nRF Connect SDK Intermediate Lesson 9 -- Bootloaderse and DFU/FOTA section looks like it was written as a back burner...
Hi,
What file or files should contain CONFIG_GPIO=y for a simple application developed with nRF Connect SDK v2.9.0 such that VS Code does not show squiggles under #include...
Hello! I am currently developing my own custom service with two nrf 52840 development kits where one acts as the Client and one acts as the Server. I have managed to set up...
Is there any point to using deferred logging with the RTT backend?
The way I understand RTT is that it writes the message to a buffer where it is fetched via DAP, skipping...
Hello,
I'm trying to implement runtime power management (SDK 2.9.0), but as soon as I enable the option, the shell and logging on UART0 stop working at startup. The rest...
Today I bought a new NRF-PPK2, but compare with my old NRF-PPK2.
For the old and new PPK2, I use the same DUT.
It can't show the same current with my old one? can you...
Hello, We are developing an application with nRF52810 based on nRF Connect SDK V2.4.1. The application is utilizing the BLE connection, particularly the NUS Service (emulation...
Hi,
In our project, we are planning to use the nRF9160 for both LTE-M and Wi-Fi. Thus, we have connected the nRF9160-DK to the nRF7002-EK in the developing phase as we read...
Greetings developers,
I am using nrf connect sdk 2.7.0 with nrf52811 soc. 1) present situation:
My application sequential in nature and does not have multiple thread...
Hi,
I am failing to build any of the Matter, Thread or Zigbee for nrf52840dk with the following failure.
I successfully build a blinky and bluetooth app, so my tool chain...
I am trying to use fstorage with the sd backend (SDK 14.0.0). My issue is that, after successfully calling nrf_fstorage_write, the callback I registered using
just never...
Hello,
I'm developing a program on a NRF52840 DK in the SEGGER Embedded Studio IDE that outputs a PWM signal when a Bluetooth Mesh GenericOnOff signal is recieved.
I got...
Anyone knows why I'm getting this result? I'm building the application using sysbuild and flashing normally on nrf52840dk. I tried both following all the steps in the lesson...
Hi,
i am trying to create an Indoor Positioning System with the nRF54L15.
Currently i am able to connect 1 initiator to multiple reflectors simultaneously,
When...
i have used same Serial_lte_modem sample code from nordic toolchain 2.6.0 , Enabled shell just by setting config macro
CONFIG_SHELL=y and SLM uart loging is by default...
Hello,
I'm trying to run the NVS example on the NRF9160DK rev 1.1.3 with the on-board MX25R6435F external flash memory.
The sample runs OK as nrf9160dk/nrf9160 but the...