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...
During our evaluation of MQTT, we observed that if we send data every five minutes, the server stops receiving it. We currently believe this is related to CG-NAT, which drops...
I'm using NCS version 2.6.1 with a NRF9161DK
Recreating the issue:
Follow the instructions in the readme of the sample: Cellular: nRF Cloud multi-service
Build with...
Hi I am getting fatal errors when building most of the exercises in the Wifi Fundamental course. I have attached terminal output from building the wififund_less4_exer1_solution...
I have code developed for the nRF52832 based on the Zephyr RTOS. If I switch to the nRF5340 with Zephyr RTOS, would it be possible to develop by simply uploading the additional...
Dear all:
I have built a project(ex: matter bulb) in Nordic SDK, the generated load is zephyr.hex which size is about 2345kb ;
Then I open nRF Connect Programmer, and...
I'm attempting to get our wearable remote to interact with a GoPro using their API and am getting the error in the subject line when attempting to start scanning. I've checked...
I am working on scanning and connecting to an iPhone device in NRF52840dk, but I am not able to receive my iPhone while scanning. If there are any different ways, please let...
Hello!
Looking for some guidance on how I should start debugging an issue I'm experiencing trying to get the Zephyr fdc2x1x sample code running on a custom PCB that uses...
Hi everyone,
I am working with the nRF SDK v2.0.4 for VsCode and with the nRF52840 DK.
I want to develop an application that transfer in real time the data collected...
I'm essentially building a BLE to UART gateway to allow our microcontroller device to talk to our apps. The BLE section is the nRF52840 and I'm trying to simply use it to...
I am trying to install the nrf connect SDK on my Macbook M3 Pro. But i am unable to do so. Neither VSCode extension nor the Toolchain manager works for me.
Clicking install...
I'm currently troubleshooting potential timing-related collisions associated with the NRF radio. I use a custom protocol on a single specified channel (no frequency hopping...
Hi, I have a custom board built around a nRF9161. When I test with the at_client only AT+CGSN=1, AT+CGMI, AT+CGMM and AT+CGMR return with the expected string. All other commands...
Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
Hello.
I have 2 designs of PCB to make, I have their schematics almost complete. Both use the nRF52840.
My doubt is if for each PCB, if I will be able to use at the same...