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,
We are trying to power optimise our device but in the sleep/powerdown mode we seem to be using much more power than expected.
I am seeing consumption of approx 330uA...
I have a question regarding Direction Finding on nRF52833. I cant see any examples related to this in new SDK 16, also I cant see any antenna array recommendation. Do you...
When building a project I get a number of undefined symbols:
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol __start_fs_data (referred from nrf_fstorage.o)....
Hi,
I am planning to design a custom board using nrf52840 Soc which receive analog signal from sensor and send ADC outputs through UART to smartphones using Bluetooth communication...
Hi, Everyone
I use sdk15.2 & nrf52832
I am doing a test to read the slave address in TWI
There is one slave device on the board and the slave address is 0x68
I used three...
I am working with SPIS example ( sdk version 15.3). SPI master send data regulaly. For example, it sent 5ms cs low, but there are only two bytes transferred, the first byte...
Hi,
I'm working on a project that is using the the freeRTOS and I want to use the NFC pins P0.9 P0.10 to drive SOFTWARE SERIAL UART with a timer like TIMER1, when I try...
iPhone 8 Plus with nRF connect App[iOS], does not shows BLE 5 beacon in scanning, it only scanning BLE 4 beacons, In Spec of phone it shows it support BLE 5
nRF connect...
Hello,
I follow the nRF Connect SDK on a Windows 10 x64 computer and it's a crap. I get a lot of errors like this one. It's so crappy that I doubt that I will continue with...
Hello,
I am not able to send a command from the BLE (52810) to a DSP over UART which are on my custom board. I have modified a program that uses UART for logging purpose...
The s132_nrf52_7.0.1 documentation says: Call stack: The SoftDevice uses a call stack combined with the application. The worst-case stack usage for the SoftDevic e is 1.5...
Hi,
I'm trying to implement the Current Time Service example in the SDK.
I downloaded the nRF Connect Desktop App for Windows.
I want to clarify how the example works...
I am doing a program based on Current Time Application example. But I have a few questions, so I hope you can help me. First, I am using Battery service together. By the way...
Hi,
In our current project we use nordic NRF52832 ble to send some data(~200 Byte / packet) to host, we expect each transmission to be done within 10ms, but results from...