I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
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...
We have this custom sensor board, running nRF9160.
Application code built with SDK 2.5.0, running modem FW 1.3.2, and using LTE-M connecting to MS Azure IoTHub with MQTT...
Hello, I have an application, that uses the Bluetooth to do over the air updates using these two configs:
CONFIG_BOOTLOADER_MCUBOOT =y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
Hi all
I’m having a horrible time trying to get an nRF7002EB Wi-Fi coprocessor working with a nRF52840 via QSPI interface in nRF Connect SDK 3.0.2 (Zephyr 4.0.99). I'm using...
Hello,
We are working with Onomondo in integrating their software SIM. We have it working and sending and receiving data, but am having some issues figuring out what is...
Issue Summary: When running west flash to program my board using the UF2 runner, the process fails with an OSError related to copying the .uf2 file to the UF2 bootloader drive...
Hello!
I can use the offloaded sockets driver with these configuration options on the native_sim target:
CONFIG_NET_DRIVERS=y CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
However...
Problem:
I am working on USB, CDC ACM, USB Mass Storage (using SD Card). I currently want to be able to still use the USB stack functions with only my USB Mass Storage being...
I'm experiencing an issue with my Power Profiler Kit II (PPK2) when using nRF Connect for Desktop .
System configuration:
nRF Connect for Desktop version: 5.2.0
...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Hello Nordic team,
I would like to check if you provide a template for RED-DA EN18031 for nrf52840 which we can use to modify and fill based on what we have implemented...
I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble( google.github.io/.../index.html) as host and it fails to...
Hi, I am currently integrating nRF52832 with TLV320AIC3104 codec. I have successfully initialized I2C and I2S communication between the two boards and configured nRF52832...
Hello,
I am evaluating the nRF54L15 for potential use in a new product. I did some measurements of the average current consumption and the vaues were a bit higher than i...
Hello, I'm currently exploring BLE using zephyr and faced some issues.
1. id like to restart advertising after disconnecting from a device. I tried different approaches...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...