Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
This issue is a follow-up to the previous one: 341132
When upgrading our device from Matter 1.1 to Matter 1.3 firmware via OTA, the MCUBoot program in the old firmware fails...
So I have been doing a project on nrf52840dk, So I have built a custom bootloader for it as well, I have been trying to add the custom bootloader with the code in my nrf52840dongle...
Hi Nordic Team,
I am working on matter-based product development using nRF54L15 and looking for machine learning support for the same SoC. Can you please confirm if machine...
The scanner can be informed of the synchronization information as soon as it receives an ADV_EXT_IND PDU, and then it can later scan only AUX_SYNC_IND PDUs. at this point...
Hi,
I used the nRF52840 board with SDK v2.8.0 .
When we tried to build this example code, we encountered the following error: v2.8.0/zephyr/include/zephyr/device.h:92...
Hi!
S132, SDK17.1, nRF52832
Very strange behavior, I connected my central to the bonded peripherial success and got an BLE_GAP_EVT_CONNECTED event, but when I disconnected...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
Hello,
I'm working on a custom board with a nrf54l15 chip.
I would like to add an interruption on the GPIO P2.10. But I get an error -ENOTSUP with gpio_pin_interrupt_configure_dt...
Hi Support Team,
I tried several ways to set the image version but failed. My SDK is ncs V2.5.2. 1. set(CONFIG_MCUBOOT_IMAGE_VERSION "1.0.0") in CMakeLists.txt: did not...
Recently I've had an issue with 3 of our nRF9160 based products during production (several hundred of the same hardware/firmware/SIMs work fine). The issue is that while the...
I am using VSCode with nRF extension with the latest 2.9.1 SDK.
I have been working on an application for bluetooth for the 54L15-DK.
I want to do a custom sensor driver...
Hello Nordic support,
My application is a Zigbee coordinator application on nrf52840 based on nRF5 SDK for Thread and Zigbee v4.2.0. I was able to pair a Zigbee end device...
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
Hello,
I am trying to get reliable log output using the Nordic Connect SDK (NCS) over RTT. When I use Minimal mode, the following config:
CONFIG_LOG_MODE_MINIMAL=y CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL...
Hello,
I am developing a new application using nRF52832 and writing and debugging code on Segger embedded studio (Release 5.68) with SDK v17.1.0.
I try to run simple application...