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...
Hello Support
I have an error when I try to add a custom CLI command with the API "otCliSetUserCommands()" . I added two commands for my example. The commands work fine...
Using the following:
Rigado BMD-360 nRF52811 development board.
Softdevice S140 7.0.1
SDK 16.0
Using two development boards inches apart, one development board sends...
I flashed two nrf52832 with a black magic probe. Unfortunately after reconnecting the USB, I wasn't able to flash them anymore. So, I tried the nrfjprog command line program...
Hello,
Our application is currently based on the Nordic SDK services such as app_scheduler and app_timer. It is not possible to change this to use an RTOS do to regulatory...
Hi Devzone:
I am trying to gauge the power consumption after nrf_power_system_off() is called.
So is there a list of the hardwares that "nrf_power_system_off()" shuts...
I am using nrf52832 radios to communicate using ESB without DPL. I have selective_auto_ack=true and I set the payload.noack=true. But each time I transmit and there is not...
I am trying to create a description of my peripherals in the device tree. For example, I want to describe the pins that will control the input type for the ADC. Current input...
Open LTE Link Monitor OK, but point connections appear with the following blank interface
Here's the LTE Link Monitor that shows the blank
LTE Link Monitor is...
Hello,
I am using NRF52840 with SDK 16.0.0 and Mesh SDK 4.1.0
.I am trying to use SAADC with BLE Mesh(SDK 4.1.0). I used default example of SAADC with multiple channel...
I am new to nRF9160 development board. I have just opened the board and tried to connect following the startup instructions. I was able to see LED 3 and LED 4 blink the first...
Hi all,
I am trying to get a hang of SES platform(Using the nRF52840 Preview DK, SDK 15.3) and it's my first few trails with it. I am trying something very basic now to...
I want to read characteristics (central needs read data from peripheral whenever he want ) but don’t want to use notification.
I am trying this with authorization but it...
I have already set up a successful sender and receiver. The receiver was using an arduino board and the sender a avr at90usb162. I have now removed the arduino and moving...
Hello,
My project is using Lora + radar + ble so I am trying to let 1 radio tx at a time for FCC and power.
For this, I found time slot API and extension at the links...