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...
Do you give us some software workaround to use SPI (P2.08-MISO, P2.09-MOSI )
The Hardware design refers to datasheet v0.9, connecting P2.08 as MISO and P2.09 as MOSI. From...
Hello,
we are testing the openthread CLI example on nRF54L15dk
We have compiled it with the following options:
CONFIG_OPENTHREAD_CHANNEL_MONITOR =y
CONFIG_OPENTHREAD_CHANNEL_MANAGER...
Hi there,
We are using for BLE communication a nRF52832 chip with random static address configuration (shown in the UART). Can we be sure that the address of a chip will...
Hello, I’m working with the Distance Measurement (nrf_dm) module and aiming to implement a centralized topology using Anchor and Tag roles.
The intended behavior is:
...
Hello,
According to my understanding of Bluetooth Core Specification 6.0, Volume 6, Part H, "Channel Sounding", it is not a requirement that the Initiator and Reflector...
Hi NRF support team, We are developing a custom board based on the NRF9151 SIP. I am experiencing some issues in provisioning the device to the NRF cloud. On the 9151-DK i...
Hi,
We develop functionalities on native_sim before moving to embedded, therefore I am trying to have nRF9160 modem connected to Zephyr "cellular_modem" sample on linux...
Currently, as a peripheral, I can discover services like GAP and GATT on the host. However, I'm encountering issues when trying to discover the ANCS service. When calling...
Hey All,
Last month a network provider had some internal issues which rapidly started rejecting our devices with several EMM registration issues, however due to not seeing...
Hello All,
We have developed a Zigbee End Node device for which we would like to make a radio test.
we are using nRF connect SDK 2.0.0, please note the reason we use the...
Hello Nordic Team,
I’m currently working with the nRF5340-DK and nRF Connect SDK (v2.6) using VS Code . I’ve been testing OTA firmware update processes using MCUboot and...
Hello
I need help, I have a problem implementing ppi gpiote and spim. The ADC I use is mcp3562 which sends via the irq pin when the data is ready. I need to work in continuous...
I used Nordic52480 DK(bulb) as DUT to run Matter Certification case TC-DGGEN-2.1 .
Steps:
1. setup OTBR on Pi4:./certification-tool/backend/test_collections/matter/scripts...
Hello I have an nRF52840 board with a 2 MB external flash I'm using SDK 2.6.2 I'd like to configure the mcuboot_secondary partition to be on the external flash
Here is my...
Hi,
I'm about to develop a custom board with nRF52840 IC. For a first test I need an external antenna. I modified a dongle for a first proof of concept. I removed the antenna...