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...
Hello.
I need mqtt ble router running with android app.
infocenter.nordicsemi.com/.../iot_sdk_app_mqtt_publisher.html
https://infocenter.nordicsemi.com/topic/com.nordic...
We have recently ported a design from the nRF52832 to the nRF52840 using SDK 15.2.
During power profiling we have found the new design with the 840 chip is pulling more...
Hi,
In my project, there is a device lock up and I found the problematic point that a debug log using nrf_serial_write() in critical region.
I think it is not a good idea...
Hi there Devs,
My app is based on ble_app_blinky_c where I added a couple TWI sensors where check periodically every 10s and also scan for peripherals about every 10s...
Hello mates, Im trying to run this proyect:
nrf52-spi-i2c-master-ssd1306 ( github.com/.../nrf52-spi-i2c-master-ssd1306 )
I have the display and that kit development...
Currently I want to build the light_switch examples from the nrf5_SDK_for_Mesh_v2.2.0 on my nrf52832 dev board but this gives the following error "boards.h: No such file or...
I would like to know if Nordic has implemented software support for CryptoCell-312 (nRF5340) in the latest master branch?
Right now I am able to use mbedTLS "frontend",...
Hello All
Please tell me about nRF Connect (iOS).
When the module and nRF Connect (Ver 2.0.1) are connected using LESC, they will be disconnected after bonding is completed...
I am using the ble_app_uart example and I am having a hard time finding the function that writes a UART message to BLE from the Nordic to the host. uart_event_handle() seems...
Hello All,
I am working on nRF51822 use SDK nRF5 12.3.0 version in IAR workbench.
I am write data in the flash so for that i follow below steps,
Step 1: press button...
So, I need to send and receive a data frame with 39 Bytes with a system Dongle-Arduino(with a nRF24L01 module).
My problem is, I tried to configure Dongle to communicate...
Hi,
I cannot update the firmware on the nrf9160 MLM1 Preview development kit we have. Is this possible? or is the devkit voided for the latest nrf connect and nrfjprog...
Good afternoon everyone,
I'm trying to make a working application for the BLE NUS example but with the support of FreeRTOS that is MANDATORY. I work with KEIL. I started...
with NCS v1.3.0 is there a way to turn off partition manager? I want to be able to build my app and mcuboot separately and not use partition manager at all.