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...
I work on a project with nRF52833 ( NRF Connect v3.0.2 currently) and I have to use an external AT45DB641E flash chip connected over SPI .
The external flash will be mainly...
example: ncs/v3.0.1/find my/pair before use I want to implement the ptx and prx of the ESB in the find my example "pair before use". That is, how do I operate when both BLE...
In our application we need a PPS signal even when LTE is enabled (and GNSS is disabled). The GNSS API gives some encouraging PPS info, stating " GNSS only starts giving pulses...
The current specifications (v0.8) for the nRF54L series of parts provide very little information about the input impedance of the SAADC peripheral. There are no values specified...
We are currently facing a troublesome issue: we need to send 242-byte data packets at a fixed 3ms interval. We connected an LED light after the data transmission module to...
Dear Nordic Support Team,
I hope this email finds you well.
I am writing to seek your assistance with a build issue I have encountered while using the nRF Connect SDK...
Hello,
I have already implement the RSSI2 monitoring where I get the RSSI2 value with each successfully received packet via pcd-callback and its attached nrf_modem_dect_phy_pdc_event...
The app can work well in nrf52810 QFN48,it can't work as design in QFN32.
I have created my module with nrf52810 QFN32, loaded softdevice,loaded app,enter debug mode with...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any...
Looking at the datasheet for the nrf54h20 it lists GPIO port P9 as Slow and Analog.
However, in the pin mapping, it also says SPIM130 and SPIM131 are available on port...
Hello,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER =y, we run into the...
Our peripheral medical product, based on the nRF5340, is designed to pair and bond with both PC and mobile devices via Bluetooth Low Energy (BLE).
I've implemented BLE Security...
Hi,
I'm developing a custom MBR/bootloader for NRF52811 which is used as a second/radio MCU on the board. The MCU will need to run applications with and without the softdevice...