Hi,
My customer use nRF52840 with nRF5 SDK 15.0.0.
They have come up against the difficulty that uart RX pin instability.
I have searched the DevZone and it's advised...
Hi Nordic Support,
I have been waiting for many years to see our end-user devices (Android, iOS, Windows, and Linux) such as smartphones, tablets, and computers to support...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
Help me please!!!
nRF52840 DK stops to scan after 3 hours working.
Project is based on central_nordic_uart_service.
Scan params
it works fine 3 hours and then BLE...
Hi.
I'm working with an NRF5340DK using NRF Connect SDK in a project where I need to decrypt an input text with a previously adquired key usign AES128 CTR, but I've been...
I use nRF Connect for Desktop download the NCS v1.9.1, and i use SES open "C:\ncs\v1.9.1\nrf\samples\nrf9160\location" expample, but when i want build this solution or build...
Hello,
Are there any steps or documentation specific to nRF5340 to perform DFU over BLE and store the image into external flash and on the next boot it should get executed...
Hi guys,
As long as I know the Arduino Nano BLE 33 is built upon the nRF52840 microcontroller, so I am wondering now is it possible to use the source code from Nordic SDK...
Hi,
I am changing some code in the bootloader and would like to see some logs inside a specific function. The problem is that when I place the call for NRF_LOG_DEBUG() before...
Hi,
as am following below link for DFU-OTA . i was able to perform it. https://devzone.nordicsemi.com/f/nordic-q-a/83402/ncs1-8-0-52840-mcuboot-spi-external-flash-can-t...
Hello, this is a follow up on this ticket: https://devzone.nordicsemi.com/f/nordic-q-a/84834/protecting-the-battery-via-sleep-mode
Our goal is to switch off the device ...
Hi,
I'm trying to understand which of the BT L2CAP modes are supported for a BT LE Controller. BT Core 5.3 supports these modes of operation:
Basic L2CAP Mode
Flow...
Hi.
Is it possible to add SPI or QSPI cleanup once mcuboot is done?
I've checked nrf_cleanup.c , but it seems that (Q)SPI is not turned off, which increases the power...
Hello,
I'm using nRF52833 MCU board for my project, I have to do power optimization to my project(Device).
In my device two sensors are there, and boost regulator and...
Hi, I have made a project that is based upon the aws_iot sample. The version of SDK and toolchain is 1.7.1. Now I have tried to upgrade to version 1.9.1. But then I get compile...
Hi,
We need to refer detailed documentation & implementation for health model struct bt_mesh_health_srv_cb
we referred to this document - https://docs.zephyrproject...
I've written a sample eeprom application based on the eeprom included in the nRF52 SDK to test the EEPROM we use in a project. The application worked properly about 10 days...
Hello! We created our own model using SDK for Mesh and it works well. However, when testing in the "nRF Mesh" application using the "Vendor Model Control" field with the ...
When i use GPIOTE HITOLO(low accuracy)and then open spi to read flash and close the SPI(nrf_drv_spi_uninit) and close the SPI 's GPIO (nrf_gpio_cfg_default) .
The power...
Hello,
How do I create an encrypted/signed image? Where can I find the documentation for doing this? How will I need to modify the bootloader to decode and install the image...