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 need to develop a Bluetooth keyboard with nrf52833. I have Nordic's nRF Desktop modules (the keyboard is PCA20037). I follow the nRF Connect SDK 1.2.99 documentation. After...
We need to build a device that acts as a peripheral (with some custom characteristic to transfer data toward a smartphone and having OTA/DFU functionalities), as a beacon...
Using nrf52840, is it possible to change advertisement from BLE5 long range to BLE4 on the fly?
i.e. interval of 2 sec, first BLE5 long range, than BLE4 and so on
I activated the iBasis SIM (Rochester, NY), but LED's 1 and 2 don't blink. LED5 is mostly on solid with a 1-second slight off-pulse.
AT commands from nRF Connect just timeout...
1. How do I generate a tls certificate? 2. How do I download a tls certificate? 3. How does mass production import tls certificates? 4. Can each device write the same tls...
Hi,
I am developping on a nRF52DK board with the PCA10040 and reference nRF52823 using the SDK 16.0.0 and the nrf5 SDK for Mesh v4.0.0 and have successfully been able to...
Hi team,
Customer want to make RF module for nRF52833 aQFN and QFN package.
The schematics is same as reference design.
Only at aQFN , they add another path or RF...
Hi, I tested "Simple_coap_client" and "simple_coap_server" on NRF52840 using Threading SDK.
I want to change the transmit power, so I used "otPlatRadioSetTransmitPower ...
Hi all,
Is there an absolute maximum duty cycle when the radio is in nrf 1MBit mode? I am currently in FCC testing and the lab wants to calculate average power with the...
Hi Team,
My requirement is to Read and Write the data of the variables at specific Flash storage/ Flash data storage(FDS) address.
Eg;
__root const uint16_t FLA_kold_version...
I need to interface a MAX30003 IC via SPI to a NRF52832 via SPI.
I am currently developing the hardware and thus my question:
MAX30003 need an external 32.768kHz clock...
Hi, I am looking for your simplest product that supports this use case: When bluetooth is paired with a device, and music is NOT playing after a certain time, I want to be...
Using the SDK11 bootloader, if I recompile the bootloader, package it with nrfutil 0.5.3, and perform a DFU update the original bootloader is erased but the new bootloader...
Hello,the SDk is nRF5_SDK_15.0.0_a53641a,the MCU is 52840.
I want to memory map it and refresh it .
that's 240x320 x bytes per pixel, it's 16-bit RGB, so 240x320x2 = 150k...