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...
on nrf52810 datasheet current consumption:1.5 µA at 3 V in System ON mode, with full 24 kB RAM retention, wake on RTC,But Online Power Profiler,Idle current 1.1µA.Idle current...
I am following the "get started reference of nRF52840"
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/GetStarted#infotabs
I cannot explore...
Hello,
I have two quastions
(1)
I am trying to run nrf5-mpu-simple written by , but there are just Keil's examples on Github and I am working in SES. There is written...
Hello,
I have developed an application that transmits a string as a notification to the phone app whenever there is a corresponding command received from the phone app....
Hi
nRF52 dongle as beacon---- Code used ble pheripheral/ble_app_beacon/pca 10056/s140
nRF52840 DK as scanner ----Code used ble_app_uart_c_pca10056_s140
what changes...
Simple question:
Is possible a central to evaluate RSSI before connecting to a peripheral?
The idea is to make central device connect and bond to a peripheral only if...
I'm writing some DVT tests what I'd like to see the output from the test display in real time on a RTT log. By real time I mean that if a log statement prints something, I...
I've been running into an issue when running examples from SDK 15.2 (S132 6.1.0) on a custom board that uses a Fanstel BC832 (uses 52832 soc) module.
At the moment I have...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0, using gcc. I only just got it to link and flash. I'm using the RTT logging and the flashlog. The RTT logging is working...
I have just received a set of nRF52840 dongles and I want to write applications that run on the PC using the dongle so I have downlaoded the pre-compiled pc-ble-driver located...
Hello, I am using SDK version 15.3 and nRF5280DK.
I am having trouble finding an example that uses the button handling library .
From the information I could find on the...
I've been trying to connect my device to AWS IoT for a week, but I'm getting the same error "no matter what" I do (ERROR: mqtt_connect -45), which seemingly is an authorization...
Hi! We're developing on an nrf52840dk and have been running in to some problems when we want the system to only pull currents in the size of a few microamps. As our system...
hi, i'd like to make communicate 2 different nrf24l01+ without the enhanced shockburst if possible, i'm using arduino to control the tx and fpga to control the rx; i'd like...
Hello!
I am trying to improve the GPS-performance of our custom board. It is difficult to know if it is my hardware, firmware, antenna or something else that needs to be...