The spec. gives a 22V max for a limited amount of time. And max. 5.5V as recommended operating conditions.
But I wonder, what will be "inbetween", e.g. 7V for hours?
From...
i working bare-metal, using HW registers directly.... no zephyr, no SDC....
i'm able to successfully receive packets through the RADIO RX path, but now want to add a timeout...
The nPM1304 datasheet shows:
tshipToActive Duration SHPHLD pin must be held low to exit Ship or Hibernate mode: 96 (default)
May we know if debounce is applied to the...
I am trying to use the nRF54L15 DK board to flash a Fanstel BM15M module.
Fanstel BM15M module link: Fanstel BM15M Module
I am using the nRF54L15 DK board with the external...
Hi,
working with nRF52840 with S140 v7.2.0, not sure about SDK version. VS Code + ARM GCC + LD Gold linker.
I changed stack and heap sizes via __HEAP_SIZE and __STACK_SIZE...
Hello,
I am evalating the nRF9151-SMA-DK with a Monogoto SIM card that uses Skylo NTN connectivity.
I am able to reach the internet, since DNS resolution works:
...
Hi,
I accidentally opened and subsequently programmed the PPK-II in Bluetooth Low Energy module startup. The programming didn't complete but resulted in an error. Now...
We are using the nRF9151 with modem firmware v2.0.4 and would like to perform TX RF testing on NTN bands 255 and 256.
TX RF testing is currently initiated using the modem...
I am working on a project where we are sending data to a remote device as fast as possible. The sender will call bt_gatt_write() until it blocks the thread. So it is just...
Dear Sir/Madam ,
I am writing to request a review of the attached schematic. Please let me know if you have any questions, concerns, or suggested revisions.
If possible...
I am in process up migrating a legacy project from SDK v2.4 to v3.2 and going through each revision incrementally to catch all the changes needed to modernize it and maintain...
I have built and flashed both the exercise and the solution. However in both cases I am getting a connected and then disconnected ( Reason 42). I am clueless as to what is...
Hello.
I am currently testing nRF Cloud and encountering an issue. In the "Select a Project" menu, the "Create Project" button is disabled.
Here is some additional context...
I am using SDK 3.1.1. I am trying to use the "sensor get" command with the internal die temp sensor.
In theory, this is all off the shelf software. I didn't write anything...
While running scan & connection tests with NCS 3.2.1 , I encountered frequent connection timeouts ( bt_hci_core: Connection creation timeout triggered ) when using the Nordic...
I'm using the Power Profiler Kit II to measure current draw of an ESP32 board at idle. The PPK2 is connected to the battery terminals of the board (XIAO ESP32-S3) and whether...
Hello, I should like to enquire whether the nRF54L15-DK development board supports both Classic Bluetooth and Bluetooth Low Energy. Having reviewed the relevant documentation...
Dear All,
I'm following the nRF Connect SDK Fundamentals and I have a weird problem in the Lesson 3 exercise 2, section "Adding custom configurations".
The part with...
Hello everyone,
I've been testing the "central UART" with a "peripheral UART" (NUS) examples with two nRF54L15 DKs (nRF SDK v3.2.1 in VS Code). So far, everything is working...