Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
My Setup and Environment We have built a custom PCB with an nRF5340 and an nRF7002Q Wi-Fi module. I have attached the relevant schematics for the PCB.
We are using the nRF...
HI
I'm having an issue where VS Code cannot recognize the SDK and toolchain. Everything was working fine before, but now errors occur when I open VS Code and try to build...
Quick qestion
Making a new board with external memory(jedec) and using S QSPI as I have to put it into cpuflpr_vpr(does not work with QSPI). Works fine !!
but I also plan...
I note with interest that Nordic is providing support (e.g., downloads) to run CircuitPython 10.1.4 on various Nordic devices, including the nRF54H20-DK . I've just received...
Hi I am able to load the nrf9151dk_at_client example hex on my custom dev board . I try accessing the AT commands and I can very easily get the responses. I want to install...
I'm using nRF52832 SoC with nRF5_SDK17.1.0 and SoftDevice v7.3.0. I'm using following code to write data into flash.
err_code = nrf_fstorage_write(&g_fs, write_addr, buffer32...
HI,
I am currently conducting secondary development based on the periodic_adv_conn sample in the ncs 3.2.1 SDK . Now I want to add continuous carrier wave output and continuous...
I work on nrf connect sdk v3.2.4(nRF54L15).
I plan to run the main application on cpuapp and the device control application on FLPR. It's currently working fine. In the...
I'm currently testing an app, which was running with a nrf9160/mfw-1.3.7/NCS 2.9.2.
Running this app now with nrf9151/mfw-2.0.4/NCS 3.1.0 seems to get a smaller response...
Hello,
I previously opened a ticket describing an issue where using MCUBoot in NCS v3.1.0 caused the GRTC to reset after a sys_poweroff() .
As discussed in that ticket...
Hi,
I am working on the XIAO BLE SENSE board which has nRF52840 SOC with P25Q16h 2MB flash and other sensors
I want to access the external flash to store sensor data....
Hi Nordic Team,
I am currently developing applications for custom boards using the nRF Connect SDK v2.6.0, focusing on the nRF52840 microcontroller.
In our ongoing project...
Hello,
I am using the nRF54L15-DK development board running the official hci_uart example as the BLE controller. My own Linux system acts as the host using BlueZ to control...