Hi Nordic team,
I'm using the nPM2100 PMIC in my design to power a microcontroller. The microcontroller sets the nPM2100 into Hibernate mode , and a vibration sensor connected...
Hello,
We are currently using the nrf52840 for development using Zephyr v3.7.99-ncs1 .
We want to use the UART in low power mode and therefore, we have used the zephyr...
Greetings!
Briefly summarized: I am trying to generate SPDX files for our project, but I hit some roadblocks while running the west spdx command. I found a way to workaround...
Hello,
I'm trying to make the nrf5340-DK capable of connecting to BLE from multiple devices.
The program is based on: Bluetooth: Bluetooth: Peripheral UART .
I found...
Hi all,
I'm trying to use rtc0 with my custom board build with an nrf9151, but I got a secure fault. I've activated rtc in an overlay file
In my prj.conf
But...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
I purchased a SIM data from ILIAD and I am trying to connect to network, but the AT command AT+CEREG? : +CEREG: 0,4 instead of 0,5 as I expect.
The lte_lc_connect_async...
The nRF5 SDK zips are available here: https://developer.nordicsemi.com/nRF5_SDK
For previous major versions Nordic kept old versions on the server, e.g. 15.2.0 when 15...
I see there is some information in the datasheet, but i would like to know if there is any data that shows the tolerance of the TX output Power.
you have a graph in the...
Hi, where is an up to date list of all firmware IDs for use with nrfutil pkg generate? There was a table on https://github.com/NordicSemiconductor/pc-nrfutil but it has been...
Hi,
I want to know that through which nodes is my message getting relayed? I want to know the unicast address of each node that relays the message before it reaches the...
Hi all,
I am testing an application that we collect wifi information from ESP32, then encode in JSON format, then send to cloud server in the 1 minute-interval.
However...
Hi,
In another ticket I've found the following about the Nrf52832.
[quote userid="4556" url="~/f/nordic-q-a/14214/how-much-current-consumption-when-we-use-internal-32k...
I don't know if this is the correct place to ask this or in the VisualGDB forum, so I'm gonna ask in both.
At the end of the compilation process, Visual Studio reports that...
I am working with the nRF52840 DK and was looking for ways to use an alternative clock source for the PDM interface's master clock generator. For instance, would it be possible...
Hello!
I am beating my head against my desk trying to read the local identity / hardware MAC address of my nRF52832 chip (On a Thingy:52) using Zephyr and nRFConnectSDK...
Hi,
We just received a custom board featuring a nRF5340.
We have some strange behaviour on I2C1 (twim1). We have multiple sensors on the bus, and only some of them...
I work with NRF52832. Implemented an application based on the "ble_app_uart" example. Everything is working. I decided to add the saving of configurable parameters to the...
Hi,
We are facing an issue where the application data stored using FDS is erased one in a while after OTA-DFU multiple times.
This issue does not occur all the time...
Hi,
We plan to use nRF52832 to start a new project. According with the customer's requirement, all user's data should be stored with SHA3 with 512 bit deep encryption. ...
I'm trying to piece together a thread awareness script for SES as outlined here: https://studio.segger.com/ide_threads_window.htm
I've got an extremely basic script that...