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 have an application that is using FDS to save settings to flash. The application works great as a standalone application, but when I try to use a custom bootloader (same...
Hello!
I am looking for the best solution in terms of power consumption to transmit data with the nRF8001 and have a few questions:
1) I read in another discussion that...
Hi,
I am writing a DFU Application on NRF52 and Android (based on NRF Toolbox). I would like to give user an ability to abort upgrade, however when i send abort from android...
Hi Nordic,
I am currently looking at using the link context manager introduced in SDK15.0 . I can see it could be useful for my application where each connection needs a...
I use the sdk14.2 nrf52832 as the primary end, the two iphone phones as slaves, to establish a connection in most cases because of the 0x3e error to connect several times...
HI WE HAVE DEVELOP AN BEACON USING NRF52540 IN THAT WE WANT RETAIN UUID, MAJOR ,MINOR AND NAME WHILE POWER OFF
for this you suggested flash data storage and flash write...
Hello to all,
I am using nRF52832 sdk15.0 version with SES IDE. I want to find adverting with short for e.g.--->
we have BLE app_uart peripherals and one multilink central...
Dear Nordic engineer,
Here is a question when we use the chip's automatic response function, the MCU PRX can download the packet, but PTX can not receive the ACK signal...
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available...
Hello,
I'm having issues with the advertising module in SDK 15.0. I basically want the device to fast advertise for 3 minutes and then switch to slow advertising forever...
When I configured POWER_CONFIG_DEFAULT_DCDCEN =1, I found almost no change compared to the case of dcdc, but when I added APP_ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Quite a generic FreeRTOS question probably here but... on an interrupt, what's the stack the ISR uses? Is it the one from the stack that got interrupted? If so, I guess that...
HI!
I'm using two nRF52840 boards to communicate using ESB. The ESB API doesn't have a pairing protocol so I figured I'd write one without encryption or any bells and...