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...
Hello everyone,
I am developing a ble device and cant get under 7mA.
For test i used example application. BLE Beacon example. And the hardware part is realy basic. Only...
Hi,
We need to design a network with one master and 36 devices connected, with "long range" capability, exchanging sometime messages from 100 to 4000 bytes.
The number...
I understand from forum post https://devzone.nordicsemi.com/f/nordic-q-a/19250/the-number-of-central-connections-in-s140 that S140 v5.0.0 1.alpha release supports 8 concurrent...
I understand that Nordic provides a proprietary DFU via the BLE mesh. What mechanisms are in place to ensure that all packets reach their destination, e.g. acknowledgements...
-Using SoftDevice S110 8.0.0 for the nRF51822_xxAA.
-UART0 running on 19k2 without flow control (only rx/tx) and using irq priority APP_IRQ_PRIORITY_LOW (=3)
-Using the...
I'm currently porting my code from nrf52832/S132 to nrf52810/S112 (SDK14.2).
It seems that the s112 has no support for scanning, i.e., BLE_GAP_EVT_ADV_REPORT, sd_ble_gap_scan_start...
Hi,
I am working with the 52832, writing values on the flash and I'd like to make sure that I have done it correctly, the correct values are where they should be.
Is there...
Regarding range through human body, is bluetooth 5 coming with real improvements ? Can anyone testify ? for example, for a sensor behind the torso in the middle of the line...
Hi All,
I have been busy trying to get my application programmed onto my NRF52 dongle by using the Nordic NRF52 DK board as a Segger debug/programming interface. All was...
I want to design NRF52832 with 2.5 VDD and connect to an UART IC (CP2012),
unfortunately, "CP2012" just work in minimal 3.0V.
So, here is the question,
When NRF52832...
Hi,
I have recently tested some commands from the radio test example given in the following link using a PredevKit for the nRF52840 and it was quite fine:
http://infocenter...
Hi.
I'm struggling with BLE example projects on the my custom board.
my board uses nRF52832-QFAA, 16MHz external crystal with no 32,768kHz optional RTC.
and I choose...
Hi,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
There is a shift to SDK 15.0 as a measure against "nWP - 031", but can not cope with nRF...
i have SDK of mesh version 2.2.0 and nrf5 SDK version 15.1 My question is what are the steps I should follow after flashing the hex file into the dongle. I am using nrf connect...
I am having some difficulty reading the NRF_GPIO->IN. Specifically I have set up one event function for three different input pins, the phase of a motor. The event is on toggle...