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...
Hello
I was attempting to update a pre-production project where we have 2 servers connected to one gateway where the servers send the audio data back to the gateway with...
Hey guys, I want to store sensor data as circular buffer in non volatile memory. I saw https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_file_system_storage...
If a heartbeat or other chunk reliant on symbol file data is ingested when there is no symbol file associated with the Software Version / buildID it seems like the chunk is...
Hello,
I am currently trying to make an application that can do FOTA and store the secondary firmware image on an external flash using sQSPI. The project I started is based...
Hello,
We use the nrfx spis driver for communication between a ST processor (master) and a Fanstel BT840 module (nRF52840).
We have upgraded ncs from 2.6.0 to 3.2.1 and...
I am using a GPIO pin ( P1.05 ) as a reset signal for an external CPU component. The pin functions correctly and stays low when tested in a basic GPIO application. However...
I'm using NCS 3.2.4. When USE_PARTITION_MANAGER is active, the ARM linker script defines ROM_SIZE as PM_SIZE (the full app partition) without subtracting CONFIG_ROM_END_OFFSET...
I have a simple code. send msg to a message queue. and handle the message in another thread. I my old environment ncs2.4.0. I looks works well. // after get msg queue. to...
Dear Nordic Engineer,
Hello!I am planning to develop a 2.4G, BLE and USB mouse. Both the dongle and the mouse device will use the NRF52840. I want to use BLE and ESB simultaneously...
Hello,
For my prject I need to tiggrer a timer start using a pin. I'm trying do do it using PPI but it seems that GPOITE can only create events on input pins. If anyone...
The MCU is NRF54L10, the SDK is NCS2.9.1, and the firmware is updated using MCUboot update mode.
Configuration as follows:
# sysbuild.conf
SB_CONFIG_BOOTLOADER_MCUBOOT...
Hi,
I write this information for the sake of completeness. I don´t need Zigbee2MQTT support from you. Instead, support with the Zigbee firmware is required.
I´m working...
Hello,
I am currently testing a setup combining the nRF5340DK and nRF7002EK using NCS/Toolchain v3.0.0 .
I need to reassign the 8 GPIO pins (including Bucken, Grant, etc...
Background:
Platform : nRF52832 with nRF Connect SDK (NCS) v3.1.0
BLE Roles : The device operates simultaneously as:
A BLE Central (NUS Client) , connecting to an...
While installing the nrf connect extension for VS code and installing the SDK and toolchain I have encountered the same issue multiple times. The toolchain and SDK got installed...