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 developping a new application where the device normally is in low power (waiting button with an interrupt)
while(!gIsButtonSwitched) { __WFE(); }
the consumption...
Hi everyone. I have an application using BLE and OpenThread dynamicaly. I am working with nRF52840 chip with nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18,...
Hello, I am using the Zigbee CLI Agent as coordinator, and when a router device or end device joins the network I want to configure attribute reporting.
I am able to configure...
We are running a trial in an open field, where we connect NRF52840 ( GW ) to an NRF 52833 (Node ).
Distance between the units is around 80 meter , we are using Coded Phy...
Hi Nordic team
I tried AWS FOTA and Nordic FOTA at nrf connect for cloud. It did work well.
We now want to set up our own cloud. It's neither AWS cloud nor nrf connect...
Hi,
Sorry for the newbie question but how am I going to use the SAADC to measure 4-20mA current loops? I've used the SAADC to measure temperature, voltage, and resistance...
Hello !!
We are using nRF52833 MCU in our one of project. It is very cost sensitive project. We are proving supply to MCU from coin cell CR2032 battery. Also we enabled...
Hi,
I'm currently developing custom board with nRF52832 and I'm experiencing weird issues.
It's mostly related to BLE, especially on Samsung A series devices (A3, A7,...
I am using custom board nRF52820. I'd done OTA up-gradation with USB connected. Firmware successfully updated on device over BLE and device got soft reset.
After removal...
I am using nRF9160 DK(PCA10090 0.9.0 2019.19) with Indian carrier LTE-M SIM and carried below steps to establish LTE-M communication with nRF Cloud: 1. Upgraded to latest...
Dear community,
I opened and successfully tried out the preflash_example. Since I will need a plain text NDEF message instead of an URI NDEF message as used in the example...
Hello,
I'm new to BLE and have a general question about concurrency and collisions. Sorry if a repeat question. I'm developing for nRF52832 using SDK 15.3 and S112 v6.1...
Hello,
I am testing nRF52 UART with DSP.
While transmit data in nRF52 (ADC results)
(example link: https://github.com/NordicPlayground/nRF52-ADC-examples )
I can show...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
The radio_tx_carrier() function was taken from example/peripheral...