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...
We need to generate MCK of more than 10 MHz to achieve I2S connection between Nordic NRF5340 and MAX9867.
However looking at the data sheet there in no configuration which...
Hello,
We integrated latest released version of "pc-ble-driver.py" & "nrfutil" in our custom linux os running on ARM 32bit based custom board (B1).
pc_ble_driver_py :...
Hello Nordic,
We have an NRF52840 with SDK 16.0.0 as central in our project and multiple peripherals (which are IOS or Android phones) are supposed to connect to it.
In...
Hi,
I have a custom board using nrf 52832. I am using SDK 15.2.0 and softdevice s132 v6.1.0.
I have referred following link
https://devzone.nordicsemi.com/f/nordic-q...
I have a Nordic thingy 91 connected to nRF Cloud, and I see a message "Upgrade your firmware to view Network, Sim, Device, and Service Information" I have tried to update...
The nRF9160 is connected to the nRF52840 by MCU_IF0 ~7(GPIOs) in the Nordic Thingy:91. and I know to uses UART communication between the nRF52840 and the nRF9160. Can I know...
Hi
a way to reset nRF9160 is by pulling low the nRESET pin https://infocenter.nordicsemi.com/topic/ps_nrf9160/pmureset.html?cp=2_0_0_4_0_4_1#pin_reset
During the entire...
Hello!
I would like to try the following using my nRF52840 board: press a button on the board and then receive a notification on the phone. And the other way round , press...
I am trying to update the DUT(Device Under Test) via nrf52840 Dongle with PC(ubuntu16.04/windows10) by the command as below:
nrfutil dfu ble -ic NRF52 -pkg OTA_DFU.zip ...
Hi,
This is actually a followup ticket based on this: https://devzone.nordicsemi.com/f/nordic-q-a/56228/fota-dfu-over-internet .
Now the situation is a bit more concrete...
Dear all:
I want to control my central( 52840 ) device to connect with peripheral(52810) within a range (45-60m),i change the tx power,but it set -4dbm,the distance is just...
Hi, I'm developing new project, and during test I see that, if you quicly connect/disconnect/connect.... and so on, the app seems locked... Tu exclude my HW-FW, I tried same...
Hi,
How to auto-connect with my BLE peripheral without an external application?
Here, the Android mobile acts as a central, and the nordic chip act as a peripheral.
...
SDK15.0.0/SEGGER/Windows
Hi, I ran this example: https://github.com/NordicPlayground/nRF52-ble-long-range-demo .
Note: Added NRF_LOG_INFO("%s", p_adv_report->data.p_data...