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...
If a reliable mesh transfer is ongoing the node will crash with a mesh assert at access_reliable.c:373, in access_reliable_cancel_all().
This happens because access_clear...
Hi all,
I am looking for the Objective Product Specification for the nRF52840 chip. I have only found the Objective P roduct Specification for nRF52832 in version 0.6.3...
After setting up my Peripheral Mode I am also looking at ways to improve my current design. I would like to ask about Mesh support on the NRF Thingy 91 integrated with the...
Was anybody able to connect to HTS (Health Thermometer Service) on iOS applications, OTHER than nRFToolbox or LightBlue? Which applications did you use?
I tried a dozen...
Greetings....
It is great that you provided SDK UART coexistence example for nRF5 SDK for Mesh v3.1.0 and nRF5 SDK v15.2.0 release for Client node with nRF52832 DK. However...
I am trying to build an example code for PCA10040, but I always have a lot of compiler error: C:/Program Files (x86)/SEGGER/SEGGER Embedded Studio for RISC-V 4.42/source/thumb_crt0...
Hello,
I'm working with the Nrf52832 Dev Kit and the ble_uart_example. After flashing with the hex file and powering the Dev Kit, the on-board-LED starts to blink. Now I...
Hi Nordic team,
I am currently developing a concurrent wireless application with BLE and a proprietary protocol using the timeslot API.
My setup:
nRf52840 DK
SDK...
Hello, guys!
We are working with SDK 15.0.0 and nRF52840 SoCs.
There is a need to transfer a few MBytes of data from the PC to nRF52840 and then on external flash memory...
Hi
this is the code I'm trying with my buzzer,
I want it to generate sound but with different frequencies.
".base_clock = NRF_PWM_CLK_1MHz," I can only as low as 125kHz...
Hey guys,
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I am trying to combine the examples ble_app_uart...
Hello.
I am trying to run the throughput example for the Connect SDK, using a 52840 DK and a 52833 DK.
https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master...
With sdk16 cli, each command displays help message when used with -h option. It would be nice to have a help command which can display all active commands and their help ...
Hi,
I would like to use raytac MDBT50Q-U without an 32 mhz external crystal.
Periphal examples like "blinky" work but ble does not? nrf_sdh_enable_request fails with invalid...
Hello,
I am using SDK SDK_15.3.0_59ac345 with soft device in application that controls a GPS IC from UART (AT command), also the application is running in background beacon...