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...
Hi,
I will work with nRF51822. I installed all software tools and I connect target device with debugger.
Should I connect nRF51822 with power like battery (because I will...
I used SES and wrote a printf message at main entrance: when I run in nRF Connect I can see the message that I wrote just after I press the RESET button (OK). Still, as I...
Hi,
What is the GPIO pin state during reset, and during startup ? I have seen that it is a high impedance floating input. How much is the value of this impedance? Can I...
Hello,
We're beginning FCC certification next week and I've been creating radio test and DTM versions of firmware that can run on our hardware for the lab. Everything looks...
I am using the nRF51422 for BLE data. My antenna matching network is this:
However, compared to the DK I am getting lower gain (DK gives -50, my PCB gives -64). I have...
Hi,
I want to load both "SPM" and "http_update_ota" code separately to the nRF9160.
For that as suggested in " http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4...
I've been trying to configure a second UART for use on the nRF9160 DK. However, I'm having some issues getting anything to send over the UART. I feel like I'm missing something...
Hi,
I use the nrfx_rtc_tick_enable() function to enable tick interrupts for the RTC.
I have a statemachine that in some states disable the interrupt and sometime enables...
Hi everyone !
I want to use serial communication with my ble project. So i tried to implement "/example/peripheral/serial " project into my ble project. I encountered too...
im using Feather EVM. im using the app_ble_uart . after i added SPI to the project i dont get any errors but the code does not run (goes to main) and when i press run it goes...
With an Objective to test mulitple DUTs that provides BLE4.2 data, We are in process of procuring the nRF52840 Dongle.
I would like to understand if i will be able to do...
I successfully installed the NRF9160 DK toolchain on my linux desktop the other day using the "Getting Started Assistant" App, but when attempting to install the same toolchain...
Hi!
I'm currently evaluating Thread using a few nRF52840 DKs.
The network will be used to gather and provide sensor values.
For various reasons, I want to avoid using...