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,
we are developing a Channel Sounding application starting from the Nordic samples "Channel Sounding Initiator with Ranging Requestor" and "Channel Sounding Reflector...
Hi there,
I'm evaluating the latest release of NCS ZigBee addon version 1.4.0, wanted to try and migrate my existing project to the newer version. I've encountered the following...
Hello,
We are currently designing an NTN satellite IoT terminal product based on the nRF9151 NTN module, primarily for tracker-type applications. In addition to NTN satellite...
Hello all,
I am looking to hire a developer experienced with ANT+ together with BLE and the nRF52840 SoC, possibly the nrf54L10.
I am looking for the coding for the...
Hi
if I am not wrong: no where on dev academy it says: add all the folders of
- your tool chain
- you private zephyr project
to windows defender exclusion folders...
HI
My gateway adopts CAT1 and nRF54, which communicate with each other via UART. The UART signals from the CAT1 module are 3.3 V level translated by the TXB0108 and fed...
Hi,
a couple of days ago, I had to install some STM plugins for VS Code (I'm sorry ).
In the process, the "CMake Tools" from Microsoft were also installed. I remember...
Okay, I figured out the issue. I will open this ticket anyway so that other losers can have the advantage of finding it if they have the same trouble. Zephyr stopped supporting...
Im using an nrf7002-dk. Whenever build like this:
"west build --pristine -b nrf7002dk/nrf5340/cpuapp/ns"
theres no serial monitor output.
Ive tried both VCOM0 and...
I am working with the NRF52832 DK with a Tag-Connect 3 prong cable attached to the debug port.
I have found a bug that has so far been 100% reproducible. It already happened...
Hi Nordic team,
I am testing Bluetooth Channel Sounding with the official samples and would like to ask about an unexpected behavior I observed.
Setup:
- NCS v3...
Hi!
I am evaluating some nrf9151 boards using the DECT NR+ stack. I have made my own PING test using UDP to test latency and loss.
Setup: nRF Connect SDK v3.3.1, DECT...
As in topic I'am concerned about the impedance of SWD interface drivers.
I'am building and SWD interface multiplexer that will be used with 48 devices using J-Link Pro debugger...
Hi team,
I recently purchased some nRF54LM20A units and I am currently working on interfacing them with a W5500 Ethernet module over SPI. However, I am facing difficulties...