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...
Hi,
I have read the PPK2 user guide here https://docs.nordicsemi.com/bundle/ug_ppk2/page/UG/ppk/PPK_user_guide_Intro.html and the nRF 52833 DK here docs.nordicsemi.com/...
Same problem as , which was 3 years ago...
Our app builds fine until we enable MCUboot, when we get the above warning, and being good people we have CONFIG_COMPILER_WARNINGS_AS_ERRORS...
Where can I find expected throughput for coded PHY in real life? The bitrate for S2 is 500 kbps because there are two symbols per bit in respect to 1M PHY. As part of a packet...
Environment: SDK v3.1.1 with a custom board based on the nRF52840.
I wrote a test application that I've been using to verify the hardware on a custom nRF52840 board. I have...
Hi,
We are using an nRF52832 in a bare-metal project. (No SDK)
We have three input channels to the ADC that we wish to use. These must be oversampled. (256x)
To simplify...
Hi guys,
I'm trying to do FOTA updates on my board and I was able so far to download the image but not able to apply it.
I've followed the academy FOTA over WiFi example...
I've got an example code to turn on an LED with a button, it works. When I change it to send an spi command, it doesn't work anymore.
Could you check if you see something...
Using;NRF52832,
SDK17,
Flutter 3.10.5 ,
nordic_dfu : 6.0.1,
iOS 16.5.1
iPhone 14 Pro Max
Using my developer device I can successfully update DFU,
However on...
I flashed the same code to the two nrf5340dk but i get the below output , with out any changes in the example sample code. it gives the serial output every time E: IPC endpoint...
I have installed both sdk 3.0.0 and 3.1.1 but both of them give me the following issue:
Upon building, the error given above shows for some reason but this is not my own...
Hi,Team,
I am currently using the nrf5415 to develop OTA. My NCS version is v3.0.2. Now I have two types of devices: Hub and Terminal. Both of these devices use nrf54l15...
The uart output of nrf52840 dongles is corrupted, including no lines separation, strange characters. for example:
5E0 to 1:00000000148A0C90 [18FF] [UDP:�]�8~~[fdbc:dc24...
I first noticed this when incorrect flags reported by mcumgr when performing network core update
When performing a network core update with CONFIG_SECURE_BOOT_APPCORE enabled...
Hello, I am currently debugging with nRF52833 and nRF5 SDK, and I have a few questions to ask:
I want to time-share the BLE function and the ESB function on a single MCU...