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...
I'm using ble_uart_app and wanna Low Power Current Consumption but its consuming 330uA. disabled the nrf_log form sdkconfig file. main code is below. Please let me know what...
Hi,
When nRF9160 is used as a co-processor and an external host MCU is used to interface with nRF9160, what are the serial interfaces that are allowed? The at_client example...
Is it a better choice to use the NCS for nRF52840 development, given that it is the new platform going forward? Am I painting myself into a corner developing with nRF5 SDK...
Hi,
I'm trying to develop buttonless DFU and followed below guidelines and got to work all the way to step6. Thank you.
https://github.com/gamnes/nRF52832-buttonless...
I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own...
Hello
I'm using NRF connect the app to perform read and write on nrf52840 board SDK ver of 15.0.0.
I can perform the write and read operations using nrf connect app, and...
Hi
I'm working on a custom PCB based on nRF52840 soc and SDK version 16.0
currently I'm trying to interface my MCU with an external flash of model MT25QL01GBBB
my...
Hi,
I would like to interface ICM20948 with nrf52832 and communicate over TWI or SPI. That thing I don't understand is the logic voltage of the bus. In nrf52 specifications...
Hello,
I went through the instructions in the Getting Started Assistant to setup nRF Connect SDK for Linux but I am getting the following error when trying to build a project...
Hi,
I am programming nRF52840 dev kit (SDK16) as a peripheral with S140. Smartphone is central.
data needs to be transferred between both.
I need the dev kit to consume...
Hello, I’m using nRF52840 with SDK 16 and SD 7. My purpose is to save as much power is possible using high-frequency clock (32MHz) only during periodic duties and BLE activity...
What are best practices for updating an nRF52832 via UART from an nRF52840? There seem to be at least two problems to solve:
Transmitting the 832 image via BLE to the...
Hello,
I'm measuring the idle current using a PCA10040 DK, SDK v16.
Finding that the idle current is about 3uA (which I think is correct) after any debug operation like...
Our setup is using a NRF52832 with SDK15.0.0.
While working with a time sensitive external circuit where we both sample the state of the GPIO and enable LDETECT on it...
I have just received my nRF52 development board and I have tried to program one of the pre-bjui;t examples (Blinky). The USB drive on the board appears and if I drag the hex...