Hello,
I've seen multiple posts related to this question, but they're not very recent so I wanted to check if there's an updated answer.
Are non-simultaneous multi-image...
I have an Ubuntu Machine where I successfully installed Zephyr SDK and toolchain following instructions given in the official getting started guide here . I was able to compile...
Hello,
I have a custom PCB with the nRF5340 chip. I’m able to flash the board using a J-Link. I’d like to rename the device so that it advertises a specific Bluetooth name...
Hello,*
I'm new to nRF Connect SDK environment, but I'm used to work with Zephyr.
I'm actually confused using west.yml file. I created a new application based on existing...
Hey guys,
I use SDK 3.0.2 and toolchain 3.0.2 and want to start with the modem shell example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell...
I made a custon pcb and until now it is working as expected . I am using the me54l14 module by minewsemi and i want to enable the CTE capabilities so that i can have angle...
Help Needed: BLE Not Working on nRF52810 (Tried Zephyr & nRF5 SDK)
Hi everyone, I really need help getting BLE working on my custom board with the nRF52810 . I've been trying...
Hi All, I have a question regarding modem DECT phy API. There is a function nrf_modem_dect_phy_event_handler_set(nrf_modem_dect_phy_event_handler_t handler). I'd like to know...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
nRF52832 custom board + NCS 3.0.1
We are using the Zephyr driver for LIS2DH sensor in "any motion" detection mode, which triggers an interrupt when acceleration exceeds...
Hello,
I'm evaluating the nPM1300 for a battery powered project. What is the quiescent current of the LDO? And is there an output current vs dropout chart?
Thanks
Hi, Using NCS 3.0.0 it would appear that the function sntp_simple_helper does not work with SYS_FOREVER_MS as a timeout value.
Problem: When we pass this value as a timeout...
Hi,
I want BLE and ZIGBEE to be able to switch dynamically during running.Only one mode(BLE or ZIGBEE) is running at a time.If switching from zigbee to BLE, how do I turn...
I have implemented DFU functionality in my Bluetooth mesh project and used device A as the distributor and device B as the node to be updated. I have already configured both...
We have our firmware developed with ncs2.7.0 and everything works as expected. However, with a recent effort of moving to ncs2.9.1, the same project can be built but during...
Hello
I'm currently working on writing some specifications for a future product. In this product, I want to use the advertising mechanism to send specific data from one...
we don't seem to have power numbers for the 54L, but in the 5340 datasheet it shows the LFXO (0.16uA) used less power then the LFRC (1 uA).
Is that true with the NRF54L...
Hello, I am working on a project using a custom hardware configuration based on nRF5340 and nRF7002 similar in configuration to the nRF7002-DK, except without the on-board...
Hi!
We're building a project for the nRF54 where we want to run an external library on the FLPR core.
Right now we have a prototype PCB with a module from Fanstel on it...
Hello,
I am using configUSE_TICKLESS_IDLE with RTC2 setup for FreeRTOS tick, occasionally I am seeing the asserting in task.c at line configASSERT( ( xTickCount + xTicksToJump...
Hello everyone,
I’m fairly new to Android development and currently building a BLE app using Kotlin in Android Studio. So far, I’ve managed to implement scanning, connecting...