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 everyone,
I am a new developer and I am using the nRF52840 with SDK16 and s140 for prototyping and I have some questions about the bootloader and the softdevice.
Regarding...
Hi Nordic,
I am using simple LED blinky project on nRF52840, referenced from here.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/nrf52840dk_nrf52840...
I ran into a problem that some parameters that I change in the device tree are not applied.
For example: The resulting zephyr.dts file contains this setting:
in <devicetree_unfixed...
Hi .. i want to send the temperature data to central in non connectable state ,( in advertising ), as well as data will change dynamically . Therefore how to broadcast the...
Hello We are using the nRF52840-DK with SDK version 16.0.0 connecting to an android device Galaxy Note 5 (SM-N920v, Android 7.0, API 24). I captured the HCI_Snoop.Log (viewable...
I am using this code on all 3 nrf52 Development kit ( DK ) for server, client and relay+proxy nodes as mentioned in below setup...
1) nrf DK named A works as on/off server...
Hello, I'm trying to map custom PIN mapping on my prototype board, based on nRF9160 DK. I had to remove the UART0 pins and map them for my purpose, but when I'm trying to...
In nRF SDK 1.2.0 and 1.3.0, there is a function to generate the public/private RSA keys in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_security...
I want to develop the tool to download the firmware,so,I need to call the interface of nrfjprog.dll,but there aren·t the detailed descreption,who can teach me?
Question...
Hello, I am working on bare-metal with the BSDLib on a custom board. When trying to debug a specific case in which our server refuses TLS connection, I wanted to see which...
Dear all; I am an originally signal processing expert working on "positioning in smart cities" for IoT using bluetooth 5.1. As part of our new tasks, we are to evaluate the...
I have several nrf52832 based (similar) devices, all are programmed once (at least), now when i try to update program some of devices cannot be programmed (about 5...10% of...
we make the tracking system. so, we want to measure the voltage of li-po battery (i am using nrf51 sensor tag with li-po battery), so, their is any circuitry or any API or...