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...
Hello,
We have developing solution for IIoT using Nordic BLE mesh technology for many node to other many node then send to own server. We have select one analog sensor and...
Hi,
I am using nRF52840 SoC. I want to test all the features like NFC, Bluetooth 5(Long range, throughput, Advertising extensions) features , Thread, BLE Mesh and rest provided...
What value should I use to calculate load capacitors with 4 layers? Using formula: C 1 = C 2 = 2C L - C PCB - C PIN
I found that for nRF52832 I should take that C PCB +...
Hi,
I'm working on a project where i need first to send string data from terminal pc to client board which is nRF52832 using UART and then send this data over mesh to other...
Hi every one !
I working at SDK15
I want to use MSD drag and drop hex file to upload 52840
I expected to use examples\dfu\secure_bootloader\pca10056_uart to change bootloader...
I use a bas service and a custom service for the sdk14.2 52832 master. PM_EVT_CONN_SEC_SUCCEEDED happens once after the first connection, but every connection on the second...
I am trying to port my code form SDK 12.1 to SDK14. I am using NRF52832 I have gone through the example code and trying to initialize a ble event in ble_stack_init() using...
Hello,
This behavior within the SDK has bitten me a couple times so I thought it would be a good thing to share. If you call app_sched_event_put(NULL, 0, &my_function),...
Hi,
As well know, the max packet length is 252 byte in nRF51822 proprietary protocol.
Would you please tell me how to send / receive 252 byte packet? Where can I found...
Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source code below.
NRF_FSTORAGE_DEF (nrf_fstorage_t fstorage...
Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value...