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...
I am using nrf52832 with sd 6.0 and sdk 15.0. My application is based on the buttonless DFU example, and I am using a bootloader with OTA DFU. To update the application I...
Hi,
We are planning to finalize NRF52840 part for IoT project and below are the features/criteria that we are looking, Kindly confirm whether below features will be supported...
Hi,
I've recently hit an issue where sd_ble_gatts_rw_authorize_reply in my code returns INVALID_PARAM when I try and write a long set of data to a characteristic using...
Hello,
I am using the PCA10040 DK, and I want to get a 8 MHz OR 4 MHz clock output from one of the GPIOs.
I've followed the instructions from here
and it works.. however...
Hi there,
I’m trying to find the path-of-least resistance to get the GPS working in the Asset Tracker demo on a PCA10090 (v0.8.5), and I noticed that one of you engineers...
Hi, I am wondering if there is a way to reject Bluetooth pairing with Nordic peripheral outside of my own mobile application. For example the Fitbit devices will reject connecting...
In documentation:
Libraries > Serial interface > Serial interface library > Serial commands > Serial command groups > Serial command details > Access Layer Model Pub Period...
In following this example: https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/scheduler-tutorial
once I added
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE...
Where do I get the output (from the main apps printf/printk etc) from the Thingy:91 once it's connected via 10-pin swd-cable to my nrf9160 DK?
I don't think there's anything...
I installed the "nRF Coud Connect" iOS app. After launching the app and sign in with DevZone, I get a message "No tenant for user". Please advise what that message means and...
Is it possible to use nRF Connect for Desktop (currently running v2.3.1) with the nRF52840 dongle to test Bluetooth 5 features on a Server like LE 2Mbps data rate, Advertising...
Hi, We are working on a product that uses EYSHCNZXZ, nRF52832 based module from Taiyo Yuden. The module is qualified as Component at 'PHY layer only'. The QDID of this module...
Hi, is there a tutorial or more documentation available for explaining the purpose and how to use rd_auth and wr_auth flags? E.g., i f I set rd_auth = 1 do I still have to...
Hi there~
I'm working on nRF52840 DK board.
I want to change nrf_log max number of arguments.
After I finished the modification, and print log with more than 8 arguments...