Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
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 everyone,
I have the same problem as the others before me. I have tried everything as described in other topics but it is not working. Have some screenshots below:
...
Hi all,
I was planing to use the nrf52832 with WLCSP package in a new design. But I noticed that the SWO pin which is assigned to pin 21 for the QFN package is not assigned...
I'm trying to understand how to handle error codes from the twi driver at the moment. When I hold my I2C slave in reset and try to configure it nrf_drv_twi_tx() returns 0x8201...
Hello,
in the electrical specification of the Timer peripheral (in the product specification page of the nrf52840 or nrf52832) it is said that there is 0.25us of delay between...
I have created a whitelist in nrf51822 device its working fine. But i stored whitelist details (pp_irk and pp_addr) to an external flash memory( bacause i not using peer manager...
I'm wondering if the extended advertisement feature of Bluetooth 5.0 is supported in any softdevice. If not, when can we expect it to be supported? Still within 2017 (as I...
Hi,
Each node has some state which should be saved in case of a power failure and recovered after it.
The problems:
how to detect the power failure?
where to save...
I have some Bluetooth LE v4.2 beacons that I will connect ONLY with known devices that we may call "readers". No consumer with use my beacons, I program them, I install them...
Hello everyone,
I am currently working on porting the InvenSense motion driver 6.12 to nrf52840pdk.
I followed porting guide provided by InvenSense. However, I met the...
First of all, I know the difference between the two roles, and I have also read through docs.
My question is actually limited to the current nordic mesh implementation....
I need a bootloader that I can use for my application that doesn't use a soft device and allows the firmware to be transferred through uart. Going through the forums, I found...
Common situation:
We have flashed dfu bootloader, and firmware uploaded into Flash via DFU. In this situation, DFU settings page contains correct CRC value for existing...
Because if there is, I'm not seeing it. It seems to me that the SDKv14 has asks you where you want your event handler function like this:
Where spi_0_event_handler() is...
HI,
I have been trying to generate the hex files for the mesh sdk (Latest) examples using cmake following the instructions in the documentation.
But the platforms supported...