Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Dear Nordic,
Could you please suggest and and expamle or advice how to use in-project libraries properly (not 'externally built' as an know example shows). It's better to...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I am using the SD card driver from nRF5 SDK v17.0.2. Device nrf52840, IDE Segger, Custom PCB. nRF52 DK as progremmer.
There are problems when deinitializing the SD card...
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...