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'm developing a router Zigbee device starting from light bulb example.
In the example the function zb_set_max_children is called passing 10 as parameter.
About...
Hi,
I am using
PCA10056
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I am testing background serial-dfu.(refer to https://devzone...
Hello,
We are working with the nrf 9160 dk.
We need to use internet connectivity to send an http get and post to a remote server.
We want to utilize the NB-IoT...
I've been developing firmware for my PCA10059.
I load the package with nrfutil dfu usb-serial --package=_build/t.zip --serial-number=`cat /tmp/serials.txt` --connect-delay...
I use nRF5_SDK_15.0.0
My soc is NRF52832,project is based on ble_peripheral ble_app_blinky.
After I call idle_state_handle() let my device go to sleeping.
Sleep current...
Hello,
We are using nrf52832 with sdk 16.0, for a particular reason we are storing some variables in flash storage, i have some question regarding that
what is the time...
Hello,
I am developing a driver that can handle cryptographic operations and I am using example code from nRF5_SDK_16.0.0_98a08e2 /examples/crypto/nrf_cc310/aes to get...
I have a Segger J-Trace Pro and am attempting to enable trace debugging of my application. I have a custom board that breakout out the appropriate Trace Clk and Trace Data...
Installed nrfutil with python 3.8 and pip3 20.0.2 on Windows 10 Trying to run dfu over usb-serial: nrfutil dfu usb-serial -pkg FW.zip -p COM4 -b 115200
I get the following...
Hello,
I got a problem with the nRF sniffer for Wireshark. I got the following configuration:
Board: nRF52-DK pca10040
Hex file: sniffer_pca10040_129d2b3.hex (provided...
Hello:
nRF52840 UART peripheral receiver FIFO reset
Whenever there is a receiving error ( Frame error or Break error or any) , I would like to reset the receiver's FIFO...
I have an application that requires mains power for lighting with a BLE receiver that is permanently advertising and scanning and I need to be able to dim the lights. My circuit...
Hi
I am new to nordic processors.
I am using spi_ pca10040 project as a reference for my custom board. On my board the SPI pin configuration is different from pca10040...