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 community !
i'm working on nRF52840 DK. We'll put SoC into a device where we couldn't have access with a cable. So my questions are :
1) Does DFU example use OTA to...
Hi,
I have to use current time service and one other customized service in my project.I am able to advertise only one service i.e customized one.can you please let me know...
Hi,
I am working on the nrf52840 DK using "nRF5_SDK_16.0.0".
I tested out the example code for USBD Audio in "examples\peripheral\usbd_audio".
If I use the default values...
Hello. I evaluated the effect of temperature and humidity on BLE connection stability. I thought that the effect of humidity was higher than that of temperature, but the effect...
I'm trying to rate nrf52832 now. I'm using Keil uVision5 as my development environment.
I have written softdevice s132_nrf52_7.0.1 for the target.
I'm trying to set the...
Dear Sirs:
I use 52832, and there is 512KB internal flash.
So, I am wondering if I could have my own flash partition as below.
- Bootloader (w/ capability of firmware...
Hey all,
I've been bringing up the nRF9160 Feather and noticed some curious issues with adding an external partition when MCUboot is enabled.
I first tested the external...
We are developing a board based on nRF52840. One of the pins we would like to use as GPIO is P1.09. It is configured as GPIO (the same configuration as P0.12), but the output...
Hi,
I compiled and flashed my nrf52840-DK with "examples/peripheral/usbd_audio" and I noticed a few things:
Under Linux (Ubuntu 18.04) the microphone isn't listed. ...
We were use secure ble DFU and it work fine, recently we added serial DFU code with BLE DFU. Tested serial DFU with nrfutil and it also works. but problem in serial DFU is...
I try to invert the Signal on a PIN of the PWM module 0. It sould give out the inverted Signal of another PIN from the same PWM module.
I tried it like the code below...
We have problem in background DFU while updating Application with RBP,
Config: MCU : nRF52840 SDK : SDK16 Softdevice : s140_nrf52_7.0.1_softdevice (SDK16)
Case1:Programs...
Hi,
I'm trying to understand how to powermeter bike works. I read the ant documents and execute example bpwr ant code, but I have a question how cadence in power meters...
Hi, is it possible to reset the nvm in the nrf9160 modem back to factory settings?
I've made some changes using CFUN=0 and would now like to reset these back to as delivered...
I have an application using 4 wire SPI connecting to a 2MB data flash. An application using UART (no BLE) works fine reading and writing to this device. However with BLE enabled...