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,
I currently need to stream 1000 data samples over BLE, each data sample is 14 bit value, hence i'll be using a short integer but i'm confused as to how to send it over...
HI,
we are using the nrf52840 in our new poroduct and we are running the zephyr/ncs RTOS on it.
for real time reasons I need to read from a SPI bus upon a GPIO trigger...
Hi all,
I would like to ask whether is there any details description of the matching network circuitry of NFC for NRF52840 in the datasheet.
The only information I could...
Hello,
I am following the instructions given in this ticket https://devzone.nordicsemi.com/f/nordic-q-a/57896/pdm-interface
When I call the nrfx_pdm_enable_check() the...
Hello,
We are developing wearable devices. 17 sensor terminals send data to the receiver at a frequency of 60hz per second. The data sent by 17 sensors at the same time...
Hello,
I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio ?
if yes,...
Hi
I currently have a nRF52833 DK which I am using as a transmitter. I also have a custom board with a nRF52811 SoC with an antenna array to act as the receiver for AoA...
Hi,
I am trying to add PWM in my application. My application uses application timer, SPI (my own written code just like CMSIS) and BLE for smartphone communication.
Everything...
I am trying to integrate buttonless DFU with FDS in ble_app_uart example from sdk 15.3.0. Merge hex was done properly which includes bootloader_settings.hex+bootloader.hex...
Hi developers and researchers,
I am working on a project in which multiple nodes are communicating with each other in p2p manner.
My goal is to implement a multiple access...
In the AWS IoT example I have been trying to add RSRP support (i.e. getting RSRP when sending my data packet).
I registered the handler/callback function in main after modem_info_init...
Is the mcuboot module compatible with RTT logging? I've setup mcuboot and my main application but cannot see any logging.
I have the following in both prj.conf & mcuboot...
Dear all,
I just writing a little piece of code (no softdevice, using sdk 17.00), that in theory toggle a led based on 2 compare (CC[0] and CC[1]).
The strange thing...
I am using SD 132 6.1.1 with a GATT server and when the client sends a Read Multiple Characteristic Values command, the nRF responds with Request Not Supported. I need to...