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...
Hello. I met trouble, presented in the name of the thread. I use example for PCA10400e board. So, what I've changed to accelerate reproducing of this error. I change logger...
I have a question about the current consumption of GPIO and GPIOTE.
I want to use port in input configuration. Therefore, the following settings are made ("P_WUP_BLE"...
I have following problem:
I am using a multilink NUS Central. With one peripheral connection everything works fine. But when make a second connection I sometimes get an...
HI
We are developing a 2d-3d mouse .
We are trying to implement OTA-DFU into our custom board .
We first tried it on development kit and its working fine too . I can...
Hello all,
Environment:
Rpi with Raspbian Stretch (Release 9.8)
Kernel 4.14.8-v7+
Architecture armv7l
I have followed the below links to build BLE 6LoWPAN environment...
After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings:
"configTICK_SOURCE" redefined...
Hi,
i've got the TWI scanner example flashed onto the NRF51 dk board, using the default "Arduino" pins of P0.07 and P0.30 as SDA/SCL.
I've added two lines to the example...
I have a small collection of i2c devices on the bus that can be jumpered in (sda/scl disconnected). I am currently using SDK v10 and Keil v4.
I wrote this code to namely...
Hi,
I am trying to use the SSD1306 display with the nRF9160 DK.
I am using the code as is shown here
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples...
hi, thanks for this tutorial : devzone.nordicsemi.com/.../ble-advertising-a-beginners-tutorial
i'm trying it on my nRF52840 devkit board.testing it with nRF connect application...
I have a nordic ble dongle. I want to interface it with an external microcontroller via usb. Is there a set of usb commands that can invoke the softdevice api's in nordic...
Hi,
I have a question about how IPv6 addressing works in an OpenThread network. I read in the OpenThread website that the ML-EID is also known a Unique Local Address (ULA...
Hi,
So I've made a post that I was unable to debug my app with the bootloader. But I've found out that it is entirely different problem. So my app is runnning whit FreeRTOS...
I'm trying to sample analog input but there is no value after sampling.
I tested the input by configuring it as digital input and it worked correctly.
Below is code. Any...