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...
Dear Nordic.
Is NRF_POWER->GPREGRET register writing in NVMC?
FICR and UICR is saved in flash memory(NVMC) as written by [nRF51_RM_v3.0.pdf].
But, GPREGRET register...
Hi,
I have the following setup
Chip: nrf51822 chip
SoftDevice: S110
Firmware: dtm exmaple.
I use device test Bluetooth certification in korea(RF output from our...
Hi,
I'm new to development using nordic's products. Basically I'm a Hobbyist working on a project of mine, which needs a low cost wireless.
I was looking for a Rf Soc and...
Hi, has anyone used the nrfgo SDK (for the nRF24LE1) with either eclipse or SDCC? We use those platforms already, so it would be great if we could add your SDK to our toolchain...
Hello,
I have been using the nRF52832 DK with the GCC + Eclipse setup and running both example programs and my own. Everything was functioning properly and I was ready...
Hello all,
I try to initialize the uart module inside a c++ code as follow:
#include "uart.hpp"
void Uart::uart_init()
{
uint32_t err_code;
app_uart_comm_params_t...
I am not sure how exactly the NRF52 handles a call to start a new sequence. There are 3 different scenarios (trying to start a new sequence before, right after and way after...
Hi,
Here I have a code for HC-SR04 from electronut.in which has been written for softdevice 110,
right now I am using BDM-200-EVAL-M and SDK version of 11 which supports...
I use the IAR 7.5 compiler and SDK 11.0.0
The program does not work well so I modified the starting address of rom(0x1c000->0x0).
(Ble_stack_init) After part does not work...
Do you have any recommended IAR Embedded Workbench for ARM versions?
It can not be set in 6.5, and can not be operated in 7.5.
nRF52832 PCA10040 V0.9.0
Hi,
I'm writing a program on nrf51 that needs to send a lot of data through notification. How many bytes can be sent at one time? And is the nrf51 capable to read the sensor...
SDK:11.0.0
MCU:nRF52832
Using example:ble_ant_app_hrm
SoftwateDevice Version:s332
PWM is turned on and accurate 4MHz is available before entering ble_stack_init...
Hello everyone,
I can make nrfjprog works up to the version 9.1.x but I received the nRF52840-PDK and can't get nrfjprog to work with version 9.2.x.
Error message is...
Hi All,
Recently i bought myself a nrf52 DK. now i finaly have time to play with it, it does not respond like described.
I tried to go back to the basic:
www.nordicsemi...