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...
Hi,
We're using nRF52840 rev. A with s140_nrf52840_6.0.0-6.alpha SoftDevice and patched SDK 14.2.0. We've succesfully launched Long Range advertisements on one device and...
I am using an example file provided in the "Development with GCC and Eclipse". The file has many .c files in the "Project->Resource->Linked Resource" area. There are no corresponding...
I am seeing strange current spikes when measuring the consumption in a nRF52 chip. The board the chip is on is a custom board, but the nRF52 power supply has been isolated...
Dear guys,
now I use SDK12.3. My application DFU is works fine base on buttonless dfu sample in pca10028.boad ic is nrf51822AC. IROM1:0x1b000.0x25000.IRAM1: start-0x2002fe8...
I'm trying to get the sample "nRF5_SDK_12.2.0_ble_app_hrs_pca10040_s132.zip" working. It was provided in the "Development with GCC and Eclipse" tutorial. The dev board I'm...
I'm learning how to use TWI with the nRF52 PDK, and I have it connected to a LSM6DS3 module for testing.
When initializing the TWI, if I use the following line, it works...
i want to connect my nrf51822 device to only one phone for secure,now its able to connect all the phone so its not secure, i think its possible using whitelist so anybody...
I am new to Nordic and developing an application using nrf52 chip.
I am trying to use timer0 example provided in the SDK for Timer1.
I did following changes related to timer...
I've got an mBed application that includes a softdevice (s132 - 2.0.1) that is installed at 0x00000-0x520000 and works as required. I created a test bootloader using the example...
Hi,
In the attached diagram, can you please let me know what is the time between green and sky blue , which would be (I assume) the same as sky blue and navy blue (please...
Does the nRF51422 require a license from ANT for use?
Their website specified that it is not for dedicated hardware but might be for multi-protocol devices.
Reference...
I am attempting to do some development using the usbd_hid_generic example peripheral code. I am using some C++ libraries in this project, however there is syntax in the usbd...