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...
Hello Nordic Team,
i've get my things working and i figured out how i can set service data and to display it in nRF Master Control.
Now i want to CHANGE my service data...
Hi,
I'm wondering if I'am able to direct advertise when I have established connection (edit: according to this established connection nrf5x is master (central role))? ...
Hello!
everyone:
I use nRF51822 UART Demo(ble_app_uart),test uart interrupt receive data, baudrate is 38400.
if start advertising ,rx loss data ,else rx receive data perfect...
Hi,
I have develop my firmware on on nRF51DK which has n51422 chip.
But my actual hardware has n51822 chip.
So my firmware is working on development board (nRF51DK...
Hi Guys
I've got a strange problem where a binary that works fine on a nRF51822 QFAC does not run on a QFAA
I know that the difference between these two devices is the...
I need to define a few constant arrays for IR implementation. Currently, I define them as
static uint16_t but it takes up a lot of SRAM space. How do I move them to program...
Hi,
I have a setup (in SD310.2.0.0) on nrf51422-qfaae0 in which I'm hoping to receive data on multiple ant channels from multiple networks, but I cant seem to understand...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
Hello,
I am working on a wearable device at the moment. To support iOS and Android at the same time, I have implemented ANCS and nRF UART on the circuit.
When working...
I successfully run "ble_app_hrs_c" on BLE_Central example at 38,400bps on the PCA10001 device.
My modification on PCA10001 board as follows;
cut out 32.768KHz X...
I want to store the max possible data on flash using pstorage , but I noticed that I have to increase the number of Maximum number of flash access commands PSTORAGE_CMD_QUEUE_SIZE...
Hello,
I have got a problem with use SPI. I get hard fault after call spi_master_open(), exactly when sd_nvic_ClearPendingIRQ function is call.
This situation is so specific...
link text from this post , i want to make code, when i press button,device goes into sleep mode.so i use this post's code in ble uart app. my code is here.
/* Copyright...
Hello all,
I am new to this domain.
Here is my case:
I am using the Atmel SAMA5D35-EK rev D. board. I was facing JTAG connectivity issues over J-Link.
My purpose is...
Hello!
I have Adafruit evaluation board with NRF8001 module and it works perfect.
I also tried to develop my own board with microcontroller unit and NRF 8001 module...