Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
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...