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 have made gate opener for my farm, i am using MPU9250 and nrf52 to measure how much degree its open i am putting my MPU in cycle mode to wake up and take data, but it...
Hello
I would like to point out that I have no knowledge of electronics.
I am in the advanced stages of building a project on the basis of Adafruit feather nRF52832, The...
I am trying to test the fatfs example (SDK14) using the 10056 DK.
I do nothing modification and it results in...
<info> app: FATFS example started. <info> app: Initializing...
I realize I am like the hundredth person to have this problem but all the solutions I have found don't seem to work.
I am trying to add a simple header file to the nordic...
I am new to Nordic, I am able to compile and run examples on nRF52-DK.
I know there are examples are done for us but how I can develop my own project which use multiple...
I just replaced SDK 14.0 with the shiny new SDK 14.1 in my project. My project uses components from the SDK, but I don't use the exact same structure. Once again, it won't...
My Environment
Nrf52840
SDK : nrf51_15.0.0
soft device : s140
Target : Scanner (central)
I am trying to set GAP parameter for listening single channel that is...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hi,
I have a Development and Evaluation board by Waveshare and i have a nRF51822 board. I have downloaded the nRFgo studio and i have used a USB to UART board and connected...
Hi
I am developing an application where nrf52 acts as a BLE central
Specifications requires that this node should connect to a peripheral with a specified name, obviously...
I have 2 services are running using 16 bit UUIDs and now I am adding another service using our_service.c and our_service.h files but my program is crashing and leading to...
Hi Everyone,
I want to use the QSPI protocol to write data into the external 64Mb of Flash memory provided onboard of nrf52840 PDK.
I am able to run the QSPI example alone...