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...
HI,
I am trying to write some local files on internal FAT on spi flash - which works.
now i will enable_usb_device_next () (like the MSC example -- using the next usb...
When I tried the official sample: nrf 70-wifi-ble-image-transfer-demo, and tried to apply the shutdown operation to it, I found that there would be many problems with the...
Hi,
I would like to create a project for a BLE peripheral for nrf5340 based on a standard sample like "peripheral LBS" und nrfConnect SDK v3.0.2 with modifications both...
I'm working in Windows using nRF Connect for VSCode and I'm trying to read registers from an ADXL345 over SPI. I have no issues reading the device ID in reg 0x00 but when...
I am developing a firmware for nRF52810.
Does Zephyr support debounce care for push button switches in ncs v2.6.1?
It seems that CAF supports it, but I don't plan to...
Hello. I'm trying to connect to a CoAP server (Thingsboard) with a certificate based DTLS socket. In Wireshark I see that the handshake failes, but not why. I post the relevant...
I have an application where I need multiple AWS_IOT_SEC_TAG to connect to different AWS IoT servers, including the nRF Cloud server. How can I do that with the CONFIG_AWS_IOT_SEC_TAG...
Hi all
Im trying to implement on bluetooth communication between two nrf52840 DK, I have made a custom uuid service on peripherial. Now I have to do GATT discovery service...
Hello! We are developing a schematic for our device and trying to correctly assign GPIOs for different peripherals. There is the Cross power-domain use section in the documentation...
Hello!
I'm currently working with the nRF7002 Wi-Fi chip on a custom board. The MCU used is STM32H573ZIT6, and the software is Zephyr 4.0, specifically using the Wi-Fi shell...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello,
I am developing on the NRF54L15 DK board, using the SDK v3.1.0 and v3.1.0 toolchain. I am trying to use the macro NRF_RADIO_INT_RSSIEND_MASK, but RADIO_INTENSET_RSSIEND_Msk...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
I am experiencing system resets caused by the WDT (Watchdog Timer) while using the nrf52832。
This is my WDT configuration code:
void system_wdt_init(void) { uint32_t err_code...