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...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hi. I'm currently using nrf8001 and i need to send data consecutively and as fast as possible.
Connection interval used: 20ms
Data payload: 20bytes
Service pipe used...
Hello.
I'd like to set up my Secure DFU bootloader so that bonding is required to activate the bootloader from a peer device (phone). But at the same time I'd like to make...
I am using the secure DFU bootloader without bonding. Sometimes it DFUs successfully. Sometimes it produces this. I notice there is an error 0x200204, which I believe implies...
Hi I`m new to nrf so pls forgive me if this been asked before. 1. nrf52840 dk. Flash twi_scanner_pca10056 via nrfgo, verify ok.
2. At the moment I have no I2C devices connected...
Hello! I had asked a question about zigbee to parsing xiaomi data here . But there is no answer for my last ? .
tomchy adviced me this solution:
...
- register an endpoint...
Dear Sir, we are developing an application on the nRF52840 kit with SDK 15.0.0. We are using Keil as compiler. In our application we need to receive data from two uart together...
I have a test program that does a simple call to fds_record_write() to write a 4 byte value to an FDS file. This is using the NVMC backend. I happened to stop the debugger...
Hi!
Can anyone from Nordic pinpoint where exactly in buttonless project or bootloader project NRF_DFU_SVCI_ENABLED definition is used? I mean 15.0 and 15.2 SDK.
I have...
Hi, i need an advice.
It said in nRF51822 datasheet at p.11.1 (PCB guidelines) that "The supply voltage for the chip should be filtered and routed separately from the supply...
I have upgraded to the more recent J-link RTT Viewer.
If I start Debug Session in uVision and run RTT Viewer, I can connect just fine and have checked the Existing Session...
In the nrf5 sdk (version 11.0.0) there are three different modules which, as near as I can tell, do the same thing. These are:
pstorage
fstorage
ble_flash
...
hi........... nrf523
how to read the data from peripheral and send the data over ble using ble uart
i have merged the two programs ble_uart and twi sensor ,what changes...
Hi,
I'm trying to flash the mesh lightswitch example on Bluemod S42 custom board, please help me with what are the steps to be taken to flash on custom board.
Hi,
As the tile says, I'm using BPA600 capturing mesh logs and analyze.
Since BPA600 needs to configure "MeshOptions.ini" to be able to decode the logs, it needs "IVindex...