I have been learning about MCUs, Zephyr and Zigbee in order to complete a simple project to build an occupancy sensor using a simple digital hall switch that is battery powered...
Hi
I'know there already exists some tickets regarding getting the version number of the software running on the net-core but they are old and do not answer my question....
Hi there. I am trying to use the RISC-V core with a custom code to take a picture. In a separate project it is working with MBOX and communicating the image pointer in memory...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hello,
I couldn't find any related certification reports on the product page of the nRF52840-QIAA-R.
May I ask if this chip has IEC, 3C, or UL certification?
BR,
Hi,
We are making the module having NRF54L15 bluetooth and NRF21540 AFE chip.
now can we use Channel sounding feature on dual antenna or single antenna with NRF54L15 ...
Hello,
We are currently developing a project based on the nRF52832 SoC, where two external sensors are connected:
Proximity Sensor: VCNL4040
Accelerometer: LIS2DH...
Hi
I was initially using Window 10 Laptop with nrf52832 ncs2.9.0 in visual studio code....I developed a ble application with mcuboot (over ble - reference nrf academy tutorials...
Hi,
1. The customer has two projects that both require the use of mcuboot. However, for these two projects, the source code and configuration of mcuboot need to be modified...
Hi, I'm working on a custom board with the nRF54L15 using NCS 3.2.1, and have configured spi21 on port 2 for a display. SPI pin configuration: SCK: P2.06 (TRACECLK) CS: P2...
I am working my way through the DevAcadmy (nRF Connect SDK Fundamentals) using an nRF52840 development kit.
In lesson 6, exercise 1, I try to get an I2C with a BME280 to...
In sdk-zephyr/samples/boards/nordic/battery/src/battery.c at main · nrfconnect/sdk-zephyr
nRF54L series doesn't have 'SAADC_CH_PSELP_PSELP_AnalogInput0', how should it be...
I am trying to interface an SD card over SPI on nRF54L15 using nRF Connect SDK .
I started from Nordic’s fs_sample , which by default uses SPIM20 on Port 1 pins , and this...
I am using SEGGER Embedded Studio v8.26 with J-Link software v8.94 on Windows (64-bit) for BLE development on the nRF52840 DK .
Using J-Link Commander , I am able to:
...
After upgrading my NCS version from 3.1.1 to 3.2.0 for the nRF54L15, I found that the GRTC resets after a sys_reboot(), whereas it didn't in the previous version. What changes...
Hello everyone. I'm using the nRF52840 Pro Micro board with the J-Link programmer and the nRF Connect extension for VS Code. This board comes with a U2F bootloader, but I...
I use a hardware timer to capture/compare incoming pulses using PPI to trigger the captures from GPIOTE. I previously wrote the same application for nRF52832 on the old SDK...
When running SLM on nrf91, it sends "Ready\r\n" over UART on boot/reset. On nrf54, we use "Ready" to detect reboots and rerun the setup. However, when the modem reboots, sometimes...
Hello Team,
I am using the nrf54l15 custom board for development. I have configured the P1.06 as a normal GPIO as follows:
And using it as follows:
The pin status...