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 am newbie and trying some sample examples from nRF52832 SDK for mesh to gain knowledge of Bluetooth mesh
I have nrf52832 Development Kit and I am trying examples...
Hi! We're developing a BLE-sensor for tracking small animals. In the past we've used a different brand of BLE-module but we're looking to switch to the nRF52840. As we're...
I want to use my "nrf51 DK" module as a BLE sniffer for which guide is provided at https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf but I also need " nRF Sniffer...
Hello,
I cannot connect Thingy91 to NB-IOT or LTE-M network. I am in the UK, so I am trying the NB-IoT with an O2 sim card. In LTE Link monitor I am unable to get a connection...
"There was an error adding your device. It wasn't found. Is it connected?"
IMEI and PIN entered several times.
I do not want to post the ID's here.
By the way: HW...
We are producing a batch of nrf9160 based devices and will need to upgrade the modem firmware, this will be much easier if we could do this through the command but I saw on...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I'm using the nRF52DK as a nRF Sniffer for BLE, following the directions in the nRF Sniffer User Guide v2.2. I'm using v2.0.0 of the sniffer, along with the Profile from v2...
When importing projects into SES, it does not appear that SES can determine configuration macros.
For example, in the mqtt_simple project, the function "modem_configure...
Hello,
I am using light switch example for mesh with the help of BT840 module as client and 2 BT832 as servers. I have also integrated UART in both the applications to debug...
Hello, I am using dfu in custom board and physically we have other button. I have changed NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN in DFU app , but after update-ing the application...
Dear,
I just download new lib of ncs ( git checkout v0.4.0) , and SES4.16
and tried the GPS example, but i got problem:
../src/main.c:8:10: fatal error: bsd.h: No...
Hi everyone. Now am trying to reset all register values of the NRF24 to their default values according to the datasheet. When i probe the process on a saleae analyzer, i see...
Hi all,
Our company needs a BLE Sniffer and I've stopped my attention on nRF52 DK board. As stated in its documentation a SEGGER J-Link is necessary to upload the nrf sniffer...