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'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
For example we have config files with next flags:
We can't set for flag CONFIG_SB_PUBLIC_KEY_FILES= public1.pem because CONFIG_SB_SIGNING_KEY_FILE adding this automatically...
Hi
I´m planning to design a pcb including a CAN transiver. What transiver is recomended to use and is ther any code avalable for CANopen? Regards Tomas
Hi,
Recently i have started working on nRF52 BLE SDKv16 (with PCA10040 and PCA10059)and i wanted to transmit multiple records of temperature data which are collected with...
I have DFU OTA application running on 52840 platform on a custom board. SDK v15.3.0. I use SoftDevoce S140 v6.1.1.
Then I need to port it to 52832 platform - SoftDevice...
Hello guys,
I'm trying to use the new NRFX library but I've hit the wall with the following error when trying to use the comparator API:
undefined reference to `nrfx_comp_init...
Hello,
for clarification I use the nrf5_SDK_for_Mesh_v2.1.1.
After an OTA update (with use of the nRF toolbox app) the nrf52832 seem to be in a state of constant reboots...
I would like to use nvs_read and nvs_write in aws_fota app to store a mode value inside, but it doesn't work. Any help?
I added the following lines to aws_fota prj.conf...
I am trying to use a uartpipe as described here
https://devzone.nordicsemi.com/f/nordic-q-a/58034/uart-communication-between-nrf52840-and-nrf9160-on-nrf9160-dk/235304#235304...
I am experiencing a GATT error 8(0x8) when connecting the Samsung S10 Android 10 to the nrfconnect app. This seems to be a Samsung issue as I do not experience this when connecting...
Hello,
We are working on an IoT project where we will have multiple peripherals and central nodes. You can assume that there will be around 30 peripheral and 3 to 4 central...
Hi
I am playing around with ble_app_uart example from SDK, it works perfectly fine together with ble_app_uart_c. Now I want to modify it so that it would work in long...
Hi
I'm using SDK15.0's ble_app_beacon, I want to add'srdata.**' response data to it, but when I do this, I get an error, RTT will keep printing'Fatal error' and'System reset...
Hello everybody.
This post is about how to use Segger Embedded Studio for ARM with NRF51 series microprocessors. There is a tutorial about import keil project to ses. However...
Hi,
I followed this page , downloaded SDK 15.1.0 and I was able to compile and build Custom bootloader (after adding custom board, also changed in makefile as well) for...