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 using custom nrf52840 board .I have loaded the Bluetooth program in to the custom board using swdio/swclk/vtg/gnddetect these lines.There is no problem in Bluetooth...
I'm attempting to get MMD set up in an IAR project following this tutorial: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/monitor-mode-debugging---revolutionize...
Dear sir, We are using BL654PA from Laird technologies. We want to check RSSI at 2402MHz, 2440Mhz, 2480Mhz. Can you guide us how to enable PA without using Nordic stack file...
Hello,
I'm using a Thread Border Router built using a Raspberry Pi 3 and a nRF52840 Dongle. I followed the steps at this link: https://infocenter.nordicsemi.com/index.jsp...
Dear Nordic Semiconductor support team
Hi, I got your support using micro:bit with nrf52832 by RADIO in the past as follows.
https://devzone.nordicsemi.com/f/nordic...
I've noticed that Thingy:91 USB code has some issues related to proper handling attach/detach events resulting in incorrect response to usb host requests. Windows device manager...
Hello,
I am using the this sample;
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps
I want pvt data instead of nmea data...
Hi,
What is the best way to read the async data received on a UART in to a buffer when ever there is an a byte available and in a separate task read the data from the buffer...
I need to include RTOS support in my NRF52840-based system. In order to obtain a good FreeRTOSConfig.h I've looked at the four examples in NRF5 that include FreeRTOS and,...
Hi,
I'm trying to make connection between nRF52840 dongle programmed with "examples/peripheral/cli" application and Windows 10 UWP "CustomSerialDeviceAccess" example code...
Hello
Currently I use the example "ble_thread_dyn_mtd_coap_cli_pca10056" and I would like that my application can detect timeout of the messages sent on the Thread network...
Hello, First of all, I hope you are doing okay about the corona virus crisis. I wish that you stay healthy and safe . Recently, I have been trying to configure ble_app_uart...
Hi Sir,
In the datasheet (V1.1), the table-145 shows the dimensions of WLCSP, but there is no tolerance of D/E/D2/E2
Could you help to advice what is the tolerance of...
I have a project where I am implementing an alternative logging backend. My design is modular so there could be multiple logging backends. Each backend is initialized with...
UPDATES after original posting:
I now remember having the same problem described below, once before on my windows installation. At that time I decided to switch and reinstall...