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 all,
I have some issue setting up the advertising data on my nRF52840 Dongle. I'm using the ble_template to develop my software and in my application i need to fill all...
Hi all,
can i send a scan request from an nRF52840 dongle using the nRF Connect - Bluetooth Low Energy software? I need this during development of my application where i...
Hi
I am seing framing errors when receiving using UARTE.
It is not external hardware, I have checked with different other interfaces and measured timing, no problems there...
Hi
I want to ask a few question.
When the phone sends a specific signal after connecting to the MCU, the MCU is sending data in real time.
When the power is turned...
Hi,
I was trying to find out if it is available to have authentification before connection and I found this link and it makes sense to me but that Q&A has been over 4 years...
Hello!
I use Zigbee CLI example and multi_sensor example on nRF52840. (examples/zigbee/experimental/cli/cli_agent_router and examples/zigbee/experimental/multi_sensor) ...
I have nrf52840 dongle and sdk nRF5_SDK_17.0.0_9d13099.
I would like to know, is there is an example in which, Advertisement Data is stored in flash memory and reading and...
I USE 9160 with i2c ,send data. then it tips :
[00:02:07.716,918] [1;31m<err> i2c_nrfx_twim: Error 195952641 occurred for message 0[0m
what is wrong ?help me ,thank...
NOTE: This is related to the following issue: https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
--------------------------------...
Hi,
I would like to read data from sensor and send it over BLE to nRF connect. Unfortunaly, something went wrong while reading the data by TWIM.
I´m using SDK16. ...
Hi Sir or Madam,
I tested examples\zigbee\light_control demo recently and I want to test install code function based on this example, the first step is I add install code...
Hello,
I’m interested to replace a part of my project by a dongle. The current prototype of the project comprises two Nordic nrf52840-DK boards, an Analog Devices Eval,...
Hi,
during the test of the trasmission, in my phone I have seen the figure below:
As you can see the trasmission is every 2 seconds and I want to change this time trasmission...
I was looking through the nRF documentation as well as some of the Thread documentation and I was unable to find a definitive answer about the IPv6 fragmentation support within...