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 have a BLE sensor node (firmware not modifiable) that takes up a peripheral role and starts advertising when powered up. Typically, one can scan for the node from...
Hi All!
I have been working on bringing-up a custom manufactured nRF52832 board. I have with me 6 boards, the first 3 are working fine, the other 3 are not. In both cases...
Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part...
Hi everyone,
I have configured two UARTES , one using the app_uart library and another using nrf_serial library.
I am using SDK15.0 alongwith s140 softdevice with bluetooth...
Hi There,
What are the difference between system off, ram retention, RTC wakeup vs system on with ram retention, RTC wakeup vs FreeRTOS tickless with RTC wakeup? And what...
Hi team,
I noticed a very interesting incorrect pin description in the latest product specification of v1.2 for nRF52810, QFN32.
Above picture shows we have 2 p0...
I'm using the PCA10056 with an SD card connected via P1.12-P1.15. When I use the FatFs example of SDK12 PCA10028 it works fine. but when I use the FatFs example of SDK15.0...
Hello,
I've got the nrF52840 and would like to create a simple application to send temperature to my laptop. Then the next step would be to create some mesh network with...
Hello,
I am working on Custom BLE HID Keyboard. I am currently trying to understand working of program given by nordic in SDK-10.0.0. THere is one problem which I am facing...
Hi,
I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application...
I'm currently in the prototyping phase of getting two nDK52840 boards talking to each other. I currently have one board flashed with the central role, and another board flashed...
Hello.
What do I need to run this example called uart?
As far as I understand this should be simple echo program meaning what comes in goes out but I can not see anything...
I want to use nRF52-DK for receiving data over UART and send it over BLE link so I loaded the ble_app_uart but hard fault occurs immediately in these circumstances - 1. If...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...