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 guys,
I was working on my nRF5340 based custom board. From a certain point on the nRF5340 stopped to accept any command from J-Link (SWD link). For example, in response...
I Separate two projects ,SPM application and non-secure application.the spi driver can work in non-secure application,when I try to transplant the spi driver in SPM application...
Hi,
We are using nRF52840 in HV mode and VDD is configured for 1.8v. By mistake, we have connected VDDH to one of the GPIOs as input. What are the implications? How much...
Hi Team,
We are using nrf9160 DK, So we tested the lte_ble_gateway application where we can take the ble data to cloud acting 9160 as gateway. So we also want to perform...
Hi, I'm trying to get the gps driver to work, but the initialization requires getting a device binding. The Asset Tracker project does it like this:
device_get_binding(CONFIG_GPS_DEV_NAME...
<environment> - Windows10 - nrf v1.3.0 - modem v1.2.0 - DK 0.9.0
I get "CLOUD_EVT_ERROR" when using nrf_cloud_agps. There is an error saying "Connection was closed, possibly...
Hello ,
Is there a DFU master code through which one nrf52832 can be updated from another nrf52832. If not please let me know of some useful material to refer to implement...
Hi,
I am using the last up to date demo software for long range BLE throughput test and get systematically, as soon as I press buton 3 or 4 an error "Lost logs - increase...
What are the failure points of a properly developed DFU for OTA updates? On a consumer device where a user may do anything and everything to a device that is executing a DFU...
Hello I have a question, after watching the video: youtu.be/7h4wxyFktkQ It is mentioned that it is not recommended to connect to Google Cloud Platform from a device that is...
Hi, I am running NRF5_SDK_13.0.0_04 and s132_nrf52_4.0.3 on a custom board.
I am getting a Soft Device Fault on an NRF52832 device that I am not able to root cause. This...
Hi,
I downloaded nRF5_SDK_15.3.0_59ac345.
The first time,
Uploaded "..\examples\connectivity\ble_connectivity\hex ble_connectivity_s140_usb_hci_pca10059.hex" by nRF...
So I'm sending multiple payloads of the same width from the transmitter to a receiver and I see it sends only sends 3 times after which `TX_FULL` bit is set in the status...
Hi,
I'm working on a project involving pressure sensors.
These are to be read out via UART and then transmit the data via Mesh to a relay node up to a PC, which visualises...
Dear Sir or Madam, I am asking advice on the following matter: When trying to port the "pin_change_int" example to a nrf52833 DK the code compiles but is not showing the expected...