Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
Problem : I am following on Bluetooth Fundamental Course on Nordic Academy webpage. I successfully advertising BLE with non-connectable option. But change adv_param to BT_LE_ADV_OPT_CONN...
Hi there,
I have implemented the ability to pair the BLE peripheral in our app. However, some users may prefer to connect via IOS settings.
I have seen a thread which...
Hi ! Its me again. I'm using zephyr 3.5.0 via zmk. I'm trying to play a 60 Hz uncompressed PCM file from a wav embedded in flash memory.
I'm noticing some inconsistent output...
I had previously existing firmware that performed a firmware upgrade using mcuboot and dfu_target. This was done over bluetooth but did not use any existing available bluetooth...
Hello,
I'm trying to build my program for a custom board with FOTA BLE.
Im using v2.9.0 for the SDK and the toolchain. The custom board has a nrf52832.
When building...
In the 'nRF91 Series Antenna and RF Interface Guidelines' document there is a section ' 4.3.1 Combined GNSS and LTE antenna example' which shows a potential way to use a single...
Hi everyone,
I have an nRF9151 connected to an nRF52840/(or nRF54l15) over a single UART . I want to:
perform DFU of the nRF52840 from the nRF9151, and
also...
I am currently working with the Channel Sounding sample on the nRF54L15 DK boards (SDK and toolchain v3.1.1) and using Nordic’s multiple-antenna support as described here...
Hi,
I have a general question about the GRTC accuracy on nRF54L15.
In the manual it states the following:
We will like to use the GRTC as timekeeper with an external...
HI all,
I'm working on a firmware for the nRF9151. In the development desk all works good. But under release conditions the software crashes cause of locked RAM access...
After using the official example hci_uart with the nRF54L15-DK, it is configured as an HCI controller. I used bluetoothctl commands like scan on and connect to scan for peripheral...
I'm leveraging a fuel_gauge example to pass a version string as part of a Device Information Service. When viewed in Nrf Connect (desktop or mobile) only the first character...
Hi,
I tried to build and flash the binary of NRF WiFi Course Example L2 E3.
There was no build and flash error. But there is no logs on both UART terminal.
My setup...
Hi Nordic Support Team, I'm experiencing severe memory constraints with the AWS Io T Core example on the nRF 7002DK (nRF 5340) that make it impract ical for real-world applications...
Hi, we are using the nrf_cloud_fota_poll library with CoAP to interface the nRF Cloud for FOTA updates for nrf9160.
In lossy mobile network with bad reception, the FOTA...