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...
Hey,
I am using nRF51DK and have used it to print logs for debugging (via RTT)
If I wish now to have a full terminal capability, and to write to the nrf51422 as well just...
Hello,
I am learning to create library in segger. I am using segger example https://wiki.segger.com/How_to_create_a_library_project_and_use_it_in_executable_project
I...
Has anyone managed to get arm-none-eabi-gdb to work with Segger Embedded Studio?
I'm trying to use a Black Magic Probe with SES. I can connect to the nRF dev board with...
Hi,
In our product, I would like to wake up by NFC and than transmit data from the nRF52832 to a PC application over NFC.
My question are:
What NFC type is the most...
I can't seem to find the right configuration item to set to disable the spinning up of the sensor_sim task, which I have no need of in my application.
I've tried setting...
Quick question I think. I'm using the NRF52 to program a PIC16 over SPI. The PIC16 switches it's line to output once it receives a particular command so as such I need to...
Hi,
I'm trying to mimic a fully functional zigbee color light bulb using the nRF52840 dongle.
Starting with the NRF5 Zigbee example light_bulb (examples/zigbee/light_control...
I apologize if this question is stupid
I want to read data in p_adv_report. I use the command NRF_LOG_INFO ("name =% x ", * p_adv_report-> data.p_data); but it's meaningless...
I am trying to use I2C (TWI) to communicate between my custom nRF52811 board with an Arduino. Currently my program hangs at the while (m_xfer_done == false); loop as m_xfer_done...
Hi Team,
We wanted to verify Sleep current numbers for nRF52833 SoC based custom development kit.
Is there any readily available firmware to verify these numbers?
...
I'm teaching a course, using the nRF52840-DK board as the lab platform.
Students download Segger Embedded Studio and compile the "Hello World" project from the 'nRF Samples...
Hi,
I have built a prototype that has two SPI slave devices connected to it and it works perfectly. I have now tried to add an SPI SD card aswell by following the FatFS...
Hi,
I'm now using nRF52833 DK to do the AoA test. I achieved the IQ sampling for a single antenna, but when I tried to switch between multiple antennas, the IQ results seems...