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
We are very interested to test the wireless range using Bluetooth 5, 125 kbps long range mode.
If we purhase two nRF52840 Preview DK boards, is there a easy way to...
Hello,
Currently i am doing some testing with the NRF52 DK.
I am measuring the time it takes to send and receive a BLE message.
I am using the high bandwidth setting...
Hi all,
Someone can give me a information about the difference between function uint32_t err_code = sd_ble_gap_adv_stop(); and stop the advertising with using the timeout...
hi everyone i'm using 9 axis imu sensor with the nrf51822 board and i'm confusing in how to calculate the roll,pitch and yaw values,can you please suggest me some methods...
I recently purchased the NRF52832-QFAA Nordic SoC, and am having trouble finding information in the documentation about FCC ID and CE mark testing. Thank you.
Hi, I'm trying to implement SOFTDEVICE_EVT_IRQHandler as in HRS example,
this is the handler source part:
for (;;)
{
uint32_t err_code;
if (!no_more_soc_evts...
I want to create voltage divider for ADC input so I need reference voltage for it. I was wondering if I take it out from DEC1 pin? Any how if I measure voltage from DEC1 pin...
I am developing an application on nRF52 wich simultaneously acts as a central and peripheral and I am using the Peer Manager to manage bonding. The central needs to stay connected...
I have the PPK measuring a custom nRF52-based board. The board consists of the nRF52, a I2C sensor, and bunch of caps (210uF worth). We built a custom board to do current...
We highly anticipate it will but wanted to ask here before we might ask Nordic Support to confirm that the nRF52840 will make use of the ARM TrustZone CryptoCell to provide...
I'm looking to design power management circuit for a 3.7V Li rechargeable battery powered wearable sensor design. Any such reference design would be greatly helpful!
Thank...
I'm developing a device that's supposed to establish an encrypted connection with an Android device and I've gotten PM_CONN_SEC_ERROR_PIN_OR_KEY_MISSING during connecting...
I have the Type 4 Tag sample application running and I can read and write the tag without any problems.
I'm getting a little confused reading through the sample application...