So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
I just read the S13x migration guide .. have some work to do :(. I'll have to read it a few more times to get my head around the bandwidth configuration but it looks super...
Hello, I started with NRF24L01 + Arduino and that works fine for me. Then I saw the nrf24LE1 and I thought that would be smaller and cheaper. I ordered the NRF24LE1 development...
Hello Everyone,
I was taking a look at the PCB in Ditto . It uses an nRF51822 and supports firmware updates from their app which means they put a bootloader on it.
I've...
hello guys,
I'm working in a project & I'm debugging using nrf15822a development kit, I want to implement the DFU & security feature to have a secured link and to be able...
Hi guys..
I try to figure out how to connect nrf 51df , raspberry pi (ble enabled router), COAP client which is on the external network. Trying to figure out it, I found...
I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For...
Hi,
Could anyone give some advice how can I let 51822 works in RFID mode.
Can RFID work together with BLE? Or is there anoter HAL support like Softdevice? Where can...
Interrupt_Sleep.txt
Currently, I'm trying to use external interrupt that generated by ADXL345 to wake up the nrf51822 after sleep but not working as i want. Kindly check...
I'm had develloped some software and tested it on the nRF51-DK.
After that I made my own PCB design where only the nRF51422 is replaced by a nRF51822.
When I flash both...
I have a legacy RN42 BT2.1+EDR running in a system as the network master that I need to connect/pair with a nRF51422 BLE dev kit, and am having problems.
The BLE just doesn...
HI All,
I tried to migrate from nRF51_SDK_10.0.0_dc26b5e to nRF5_SDK_11.0.0-2.alpha_bc3f6a0
my migrated ble_stack_init:
static void ble_stack_init(void)
{
uint32_t...