Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
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...
Hi,
i have developed a Windows based App in Qt that using BLE.
My problem is upgrading a remote device Firmware using BLE.
Did exists any type of C++ class automator...
Hi Nordic!
I faced a problem when I want wake the MCU up from SystemOFF.
When my nRF51822 is in SystemOFF mode, a watchdog chip wakes up the MCU. After sending the...
Hi.
I think i just fried my NRF52840 dongle. VDD out is only about 0.5V :| I'm currently powering it from the usb port (VBUS is correctly +5v). Could it be that Ii only...
Hi,
I"ve designed a custom board with the MDBT50Q module (part of the schematic below). When writing my program to Flash 0 and Ram Memory 2000 0000, the program won't load...
I have been experimenting with the example of the MQTT Client Subscriber/Publisher from de nRF SDK. I use:
SDK v15.3.0 (also nRF5 SDK v15.2.0).
Raspberry Pi 3 (as a...
Are there any working projects that integrate TWI and MPU6050 sensor. That are edited by KIELu5 and follow the SDK 15.3v ? I tried modifying the 'twi_sensor' project but I...
Good day
Im trying to switch off an LED when my relay/hopper is not advertising. I switch the LED on successfully when transmission starts but I'm struggling to do the sd_ble_gap_adv_stop...
Hi, everyone,
now I'm test " \ncs\nrf\samples\nrf9160\gps\build_nrf9160_pca10090 ",
it's error about" nrf_socket.h: No such file or directory"
I'm find the file at ...
So this is a small continuation of this ticket https://devzone.nordicsemi.com/f/nordic-q-a/50656/using-pdm-mic-on-nrf9160dk .
The problem I'm having now is that when I run...
I wrote UART echo sample based on ble_app_uart_c for S140/ nRF52840-DK.
When nRF52 receive one line on USB/UART, it send same line to USB/UART.
I also write Linux socket...
I am following this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentId=43347679-22d9...
Hello,
I want to use the ADC for a burst @ 8khz.
I use this sample " test_adc_sample_with_interval " from https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Greetings...
Please help me understand why PB-GATT support is removed from SDK UART coexistence example?
The dilemma I am facing is as follows:
1. No PB-GATT for SDK...
Hello, Currently, we trying to use PPI with the SPI module (we use the SDK 15.3.0) We expected that the SPI makes one read transaction every 5 us ; to do this, we use 2 PPI...