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,
I'm new in segger studio and nordic nrfSDK.
I have a nrf52832 and I use nrfSDK with segger embedded studio.
When I open a solution, for example ble_app_blinky_pca10040_s132...
Everyone in the PCB hardware space has heard of the great capacitor shortage, especially on ceramic caps that are 0603 and larger. All of the caps I'm using around the chip...
Dear Nordic,
I want to assign P0.16 for Analog input!
I refer to SDK_15\examples\peripheral\saadc, I review saadc_init function, but I stil don't know how to assign P0...
Hi,
I have to do a wireless accelerometer. This means that I will have an MPU9250, an Arduino (for testing) and I need a way to transmit the values from the accelerometer...
Hi!
I have ~80 mesh nodes that are flashed with my customized version of the light switch server (I have added some I2C sensor stuff too). I've now been wrestling with trying...
Hello,
I'm right now facing the issue in dumping the code to NRF51422. As before the code was getting dumped but now I'm facing some errors in dumping the code.
development...
Hi.
I want to implement the following functions.
Voice -> Microphone -> Bluetooth -> Speaker
I do not know anything about this field.
1) Can I implement the above...
I am developing a product that would benefit greatly from the use of NFC but is currently limited by the fact that NFC scanners are only available from iPhone 7 onwards. If...
Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I'm developing an Android App. I want to measure and display advertising interval of any scanned peripherals like NRF Connect does.
I researched Android BLE Scanner...
I am working on the multi peripheral example and added the uart services uart working fine but how i can see the data without enabling the nrf_log.if i am enabling the nrf_log...
Hello all,
I am currently in the process of adding BLE support to our project. I have been as careful as possible when copying over source files and SDK_config settings...