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 received my nRF9160 development board a week ago and tried to program it using the following guide:
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts...
Hello Everyone,
I'm currently developing a SoC and I would like to achieve a correct interaction between the SoC and the Nordic Nrf52832.
The output of the SoC is...
After a DFU, when the new firmware is booted a service changed indication is not being sent so iOS only sees the DFU service. Should the softdevice be sending the service...
Hi
We can't connect jlink to nRF52840,then we check the voltage of DEC pins, Is this correct?
And what's the function of DEC pins(DEC1\DEC2\DEC5)? The datasheet description...
Hi all
I have an identical problem to this: https://devzone.nordicsemi.com/f/nordic-q-a/51567/can-t-build-nrf-connect-project
All my setup is the same, and the problem...
I am trying to send multiple 64byte packets - in a loop - using app_usbd_hid_generic_in_report_set(). This together with the user event handler happens inside the same FreeRTOS...
NRF connect 2.1.0
OS: Ububtu 16.04
when I try to download linkmonitor I fet:
Unable to install: Unable to download registry.yarnpkg.com/pc-nrfconnect-linkmonitor . Got...
Hi all
Have been using the nRF52810 for a while now in production with no issues. We are developing a companion product that uses the nRF52811 and we cannot get the custom...
Hi I am using nrf51 SDK (version 10)
firmware:s110_nrf51_8.0.0_softdevice.
while uploading program in nrf51822 through J-segger I have getting following errors:
*...
Hi, nordic engineer:
Our project has a function, that is, BLE+Thread coexists. We hope that the mobile phone can upgrade the device through BLE. Can this idea be realized...
Hi everyone,
I am using nrf52832 with SDK version 11.0 for an IoT application. I am communicating with Atmel ATWINC 1500 module through SPI in order to connect to Wifi...
Hi,
I have a custom implemented DFU that I used in many nRF52832 designs.
This one in particular fails when I am calling nrf_fstorage_erase. I am trying to erase 40...
Dear all,
I am trying to work with FOTA. I am able to run successfully the http_application_update.
But now, I want the device to download a custom firmware that I...