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...
I am using "ble_app_hrs_rscs_relay" example and modified it a bit by adding NUS service and FDS. Everything is working fine with mobile app and nrf dongle. How ever when I...
Hello,
I am trying to setup my project's architecture and I am trying to take advantage of some of the awesome libraries in the SDK. I am a bit confused on the differences...
I ran into an issue using RTT on recent SDKs: In SDK15.3 and up RTT stopped working in Segger Embedded Studio. Here's what I found in case others are having the same issue...
Hi,
We are having single Main supply VDD to nRF9160 SoC, which is powering both CoreM33 and Modem.
So this indicates Modem will be always ON when Core M33 is ON.
Is...
Hi everyone,
Following some tutorials as well some examples provided by SDK16 I was able to create a custom service with a characteristic that has read,write and notify...
Hi All,
I am using NRF5 SDK 17, I have been playing with several examples and noticed that when it comes set up, a peripheral or a priority or clock source there will...
I started modifying the NRF Android Blinky example project to suits my needs (to control a servo motor). I observed there is a BIG delay between writings to a specific characteristic...
Hi guys,
Is it possible to read the data in Minicom if my device is not connected directly with my laptop. Instead of that, I connected my external voltage source to supply...
Hi, I am using the nrf mem_manager library for allocationg multiple dynamic memories in my code. I have done the following
All the devices are getting the allocation for...
I am using a custom board based on nRF52840. Application is working perfectly, and then a new feature was requested. I need to count the number of minutes the application...
Hello guys,
We are developing a device that will based on nRF9160 SiP. We use nRFConnect SDK v1.3.0 . The goal would be to connect to AWS IoT through MQTT and exchange messages...
Hi,
In one module of an application I would like to statically declare a large buffer in SRAM: static uint8_t largeBuffer[65536];
The application fails to link with the...
Hi,
I have been implementing the GPS on my thingy:91 with the firmware v1.2.0
I'm able to do a cold start and get a FIX is if in do not move the board for around 100...
Hello,I am using SDk14.1.Sometimes w hen I send data to nrf52832 via serial port,the code prompted me "APP_UART_COMMUNICATION_ERROR".And t he value of the ERRORSRC register...