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!
What's the difference between UART_TX_BUF_SIZE and BLE_NUS_MAX_DATA_LEN in case of ble_app_uart example?
As I have noticed BLE_NUS_MAX_DATA_LEN determines maximum...
Hi,
I have a question about DFU mesh, I'm working on light switch demo and I combined light_switch_server with DFU exam ple in order to only u pdate server node with light_switch_server...
Very newbie question, so, sorry.
I am starting to use SES and the Find and Replace works fine in the same document, but if I do it for Replace in Files (Ctrl-Alt-F), it...
Hi,
I am using SDK14.2 with softdevice v5.1.0. I have recently ported my application from SDK12.2.
When I run my application with the softdevice it works fine. But when...
Hi everyone,
I'm in trouble with the stdlib of Keil SDK , which is nRF5_SDK_15.0.0_a53641a, while compliing.
The code what I add in the demo project causes Undefined...
Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any...
Hello,
We are testing a new device based on nRF52832. With our RF power meter the received power from the nRF52 is different if we use constant carrier or PBRS9 with 37...
Hi There,
I am trying to build an application that uses UART 0 (for debugging) and UART 1 (to read data over from a separate hardware). Simple objective is to send "Hello...
Hello,
I want to know if it is possible use nRF52 with openwave. OpenWave use FreeRTOS, lwIP and arm hardware architecture, so I suppose that it is possible but I do not...
Hi, im using nRF 52 DK. I want to interfac mpu6050 by using the example found on this page https://github.com/Martinsbl/nrf5-mpu-examples . I'm particularly using the example...
hi Support Team,
Mesh 2.0
#if GATT_PROXY if (is_provisioned) { proxy_init(); }
Where is proxy_init() declared and defined..
I am not able to goto definition by RightClick...
We need to measure a pulse width and create an event when it changes. The change will be from 10 to 80 percent, roughly - 1mS to 8mS or more. This is a very loose requirement...
Hi
I have to combine both BLE UART profile and RTC examples of nrf52 of 11.0.0 SDK for my application.When I run them individually, they are working fine.After combining...