Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello,
I have the nRF54L15 PDK and am experimenting with the intermediate tutorials for the Zephyr RTOS. I am working on Lesson 1 - Exercise 1 ( https://academy.nordicsemi...
nRF Connect 5.0 crashes after asking to install nrf-device-lib-driver-installer.exe and shows the following cryptic message.
Trying with nrfconnect-setup-4.4.1-x64 raises...
Hi,
We have a nRF5340-DK board with the following setup:
b0 as the first stage immutable bootloader
MCUBoot as the second stage upgradable bootloader, which needs...
Hello, I have an issue with a project I'm working on with a nRF5340 Audio dev kit. I am using VSCode with the nRF Connect SDK plugin, and SDK version 2.6.1.
I need to have...
Hi,
We are working on nRF5340 with TF-M enabled and iOS application.
What we are observing is the peripheral device MTU TX and RX are configured to 512 bytes whereas the...
Hi I'm using nRF7002-DK kit and I noticed that the output voltage of a GPIO is 1.8 V instead of a 3.3 V. I have encountered a solution mentioned that we should apply these...
I’m working on an nRF52832-based project using the Nordic SDK (v3.5.99-ncs1-1) and MCUboot for OTA updates. I have a 512KB internal flash and 4MB external SPI flash (P25Q32H...
we are using SPI3 in nrf52840 with nrf SDK 16.0
we are using this as below
1. SPI3 init -polling mode
2. SPI3 unint
3. SPI3 init - DMA mode
4. SPI3 unint
5. SPI3...
Greetings,
Is the command toggle_dcdc_state supported in the radio_test sample when compiled for the nRF5340? ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples...
I started with the BLE provisioning sample (ncs\v2.7.0\nrf\samples\wifi\provisioning\ble) using nrf7002dk/nrf5340/cpuapp build target with sysbuild which works fine to provision...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I am trying to use the `ram_report` tool and the results seem to have some issues:
1. The total size reported is much more that that reported when linking the zephyr.elf...
We are not using system off mode. since we not using external rtc. We are using internal Real Time counter in system on idle sleep (using ksleep).
In Basic led code , We...
We are building a Bluetooth remote using nRF52810 and nRF connect SDK v2.5.1
The remote have 20 buttons to be transmitted every 100mS, and we need several LED on / off commands...
I am trying to measure the battery voltage on my custom board which is based on the nRF52832 device. I am using nRF Connect SDK 2.7.0 in VS Code. The dts file for this custom...