It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hello,
After updating Visual Studio Code, I started facing an issue with the nRF Connect for VS Code extension. When I try to build my project, the toolchain is detected...
hi,
i'm learning exercise 1 and try to using step 14, i installed a java runtime environment and download cf-browser file but i can't open a cf-browser file on java(TM)...
Hi, I am using nrf5340 and nrf52840 SoC in my devices. I have tested that pairing works with the same linux machine for peripheral uart sample for nrf5340dk, nrf53 thingy...
Hi,
I am experiencing an issue with the nPM2100 I2C communication when using nRF Connect SDK 3.2.3. My hardware is a custom PCB with nPM2100QEAA and nRF52840QFAA
I am...
Hi everyone,
I am currently working with the nRF9151DK using nRF Connect SDK v3.2.3 (Zephyr OS v4.2.99). I am trying to run a basic UDP sample with a Terrestar Solutions...
Using the 54l15 chip, with the NCSv3.2.1 version, the example is compiled using peripheral_uart.
I have been using this environment for over a year now.
1. When I was...
Hi there , would the nRF54LM20A support USB "host" or USB "OTG" using Zephyr stack?
I can see that the device includes the DesignWare OTG USB 2.0 controller ( snps,dwc2...
I have made several Build-Configurations for my device. These are using "Extra Kconfig fragments" and everything works a it should.
Now I saved the Build configuration as...
Hi Team,
I am currently working on the nRF52805 module and have developed an application that supports dynamic service creation (runtime GATT service creation).
During...
Hi folks, so I will start by saying I have had this device working at home under Windows 11. I have brought the device to work to use on my works computer, which is still...
Below is the relevant code and log:
SDK:v2.9.1
static void dfu_work_handler ( struct k_work * work )
{
int ret = bootmode_set ( BOOT_MODE_TYPE_BOOTLOADER );
LOG_INF...
Como faço para habilitar o registro de logs do mcuboot para visualizar os logs de atualização DFU no nRF Connect SDK 2.9.2, usando o nRF54L15 em uma placa personalizada com...
Hello team,
I attempted to measure the sleep current on the nRF54L15 DK board, but I’m seeing a very high current draw of about 74 mA.
I built and compiled the peripheral_power_profiling...
Hello,
We are developing a custom board that uses the nRF54L15 chip, and are trying to flash an application along with MCUBoot to allow for OTA updates. When I flash the...
Hi Nordic folks,
I'm trying to get the nrf54L15 in a Fanstel BM15M to go into the system OFF state and be woken up later by a timer. All the documentation I've seen says...