Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
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...
hello,i want to update uuid in ibeacon packet using NUS service and if i update the field its showing in hext format ,i want to display same values those are coming from nus...
Hello. I have a modified light_switch example running on PCA10056 boards (52840 PDK). One board is a client also acting as a provisioner, and another one is server. Provisioner...
Hi, Everyone,
We are developping BLE project on nRF52832 chip. We need to measurethe battery voltage to determine the remmended charge in it. For this purpose we activated...
hi....
i am facing the problem , after debugging the program is not running,run option is disable , i couldn't able to do start code execution .. see the pic below
i am...
WIN10.
This is step #1 .. the 85840s are not showing up in file explorer. They did months ago, but with all the WIN10 updates and other IDEs (atmels) being loaded, something...
I am using SES 3.52a with SDK 15.0. ( I have a program based upon SDK14.1 from a year ago that was my starting point.)
In my current environment, my Debug config builds...
1. As a slave device, how do I update the content of a feature value when I set a feature value to the property of read? 2. The local setting can set the data of the feature...
Hi I am Working On Nrf Beacon in nrf51 Dk with the SDK11.
I am Trying to changing the name Of the Beacon ,,but i am not able to do this ..i want to change the name as well...
Hello,
I got a NRF52840 and want to use the BLE S140. On the application I want to use the CC310 random number generator.
- The S140 specification states that S140 uses...
nRF52 DK, PCA10040 v1.2.1
PPK PCA63511 rev 1.1.0 2018
I am connecting the PPK to the NRF52 DK in the simple case where I want to measure power consumption of the 52832...
I'm trying to get nRF sniffer to work in wireshark. I followed all the steps from the nRF sniffer user guide, but I can't get it to work.
The issue: - when I have the PCA10040...
Hi,
I tried to build your own example about "fatfs" on my board "nrf52840pdk" ( with MyNewt as OS ) but it seems that "ff.h" can't be found. Has it got any dependencies...
An nRF5 SDK for Mesh v2.2.0 dimming example client running on a nRF52840 Preview DK is not detected for provisioning by a nRF Mesh smartphone provisioner.
Running the example...
I am in process of doing my eng. thesis and apart from setting up Thread network part of my work is to measure delivery time of messages.
For now I have an application based...
Hello!
I am using NRF51822 in receiver mode with enabled interrupt on ADDRESS event, and even if transmitter is switched off I still get a few messages every second. It...