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...
I am working with the nRF54L15 to create a driver for a peripheral which is controlled by two PWM signals.
My driver relies on the Zephyr PWM driver which goes back to your...
HI
How much current dose the individual GPIO pin source/sink for nRF5340 as in the datasheet V1.3 it is mentioned "Added guidance on maximum combined GPIO sink/source current...
Hello,
we want to setup an environment for automated testing of our bluetooth mesh system.
The test system should be able to provision and communicate over a device that...
Hi
If my calculations are correct the NORDIC whitepaper WP008 on PRINTED MONOPOLE ANTENNA for 2.45Ghz the quarter wave length antenna trace is not 92mm
For TOP layer PCB...
Hi,
I was trying to get the NFC Sample programs to work on the nRF52840 DK but the NFC tag is not being read by my phone. The program itself is running (confimed through...
I am working on a school project and need to set up SPI communication between a wiznet,W5500 and the nRF54L15DK. I can build and run my program but I am getting no responce...
During the development of a Matter over Thread product, I encountered the following issue:
After adding two Matter over Thread devices (an OnOff Switch and an OnOff Light...
Hello,
With NCS v 3.2.1, I am working on a BLE application with nRF52840 dongle.
I was trying to add FOTA feature in my application by adding the following line to sysbuild...
I just ordered and opened up the nRF9160 dev kit from Digikey. I was going through the quick start and I named the device and when I went through the verification step, it...
Can you clarify, is it possible for the nPM2100 to set Vout < Vbat I.e. 1.8v out with 3v battery? The behaviour of the EV kit suggests not...
The datasheet isn't really...
We have a Thingy:91 (nRF9160) that we use for various LTE-M / NB-IoT network debugging. Until recently I was able to see both RRC and NAS messages in both " Cellular Monitor...
Hello,
I am developping an application based on ESB protocole using BT840NE module (nrf52840 + nRF21540) SDK 3.2.0.
on the PTX side, I am measuring the current using the...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
When updating from nRF connect SDK v3.0.1 to v3.1.0 we noticed a change in the clock_gettime() function.
In the old version, the clock was not reset by a reboot.
The new...