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...
Hi support team,
I'm using a PDK(PCA10056) with nrf52840 and SDK 15.0. Recently I was developing a BLE bootloader for DFU OTA.
Since the ble bootloader was depended on...
Hi
I have been trying to get example ble_app_hrs to run after compilation on my 52832 dev board (pca10040).
The specific example is: C:\Keil_v5\ARM\PACK\NordicSemiconductor...
Hello,
after migrating from SDK14.2.0 to SDK15.0.0 I was suddenly unable to connect my central and peripheral devices. After looking into it with a Bluetooth sniffer, I...
Hey, I want to create a Mesh Monitor, to do this I want to create the follow setup:
Mesh consist of Several servers with Heartbeat message Tx/Rx enabled send periodically...
Hello,
I'm experiencing some problems reconnecting an iOS device (possibly same thing on Android) to my peripheral in the background. This happens most of the times after...
I'm using S140 6.0.0 and associated MBR on an nRF52840 with a custom boot loader derived from the nRF5 SDK 15.0.0 examples.
I'd like to perform some custom actions as soon...
Kindly give suitable example or suggestion for Eddystone Relay / Rebroadcaster. I have checked on Beaconing example but it could not rebroadcase eddystone beacon.
Hello!
I have been working on a code using ble_app_blinky and try to insert whitelist on it using ble_app_hids_keyboard as reference. After the APP_ERROR_CHECK i get a NRF_BREAKPOINT_COND...
Hi,
I am connecting nrf52832 to a windows computer, and it connects to it, but after a while (30 seconds), it disconnects automatically. When i try to debug it, i see a...
Hi,
the nRF5 SDK v13.0.0-1.alpha uses the BLE_GAP_PHY_CODED constant to indicate a coded PHY.
The BLE 5.0 standard specifies two options for coding: S=2 (500 kbit/s...
My app (SDK12.3.0 + S130 v2.0.1) is being prevented from advertising because flash_access_in_progress() is true (m_queue.count != 0) on ble_advertising_start (ble_advertising...
Hi! I'm trying to add the nRF drv_timer library to the ble_app_template example project (BLE Peripheral).
I have added the nrf_drv_timer.c file to the project, and the directory...
I need to switch between 3 central devices (device slots, rather) with a peer manager and SDK 12.3.0 (nrf51822-based keyboard, see sdk12_3 branch for a peer manager https...
Hi,
I have a problem, like this fellow engineer here , but the solution is not applying for me.
Our firmware support different modes of operations. Mode changes are...
Hi,
I was testing out the nrf52840, and i wanted to initialize the BNO_080 sensor with the nrf52840 DK. Now, i realized that if i want to read from registers to get the...