I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
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...
by using Arduino mini pro 3.3v
I am planing to measure the temperature for the first five minutes, if the temp is over 40 degrees the device will send to Android app and...
Even though the SIG hasn't finalized yet and the 1.4.0 SoftDevice isn't out... Can we get a heads up on what to expect for 1.3.0 BLE 4.2 compatibility?
On something...
In arm_startup_nrf52.s (in the 8.9.0 device family pack), there is a new bit of code:
IF :DEF: __STARTUP_CONFIG
#include "startup_config.h"
ENDIF
I assume this...
Hi,
I'm thinking of using the NRF52 for an embedded wearable sensor application.
How much flash and Ram space can I expect to have remaining approx. for my application...
I'm a bit at a loss of how to voluntarily stop advertising: My related thread says I should call sd_ble_gap_adv_stop() , but when I do, no corresponding event is raised by...
To install micro-ecc, complete the following steps:
Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain...
Hello everyone,
I am currently porting a project from pstorage to FDS.
I am testing the functionalities of FDS including create, update and delete records and I am at...
Hello,
To reproduce this problem I use these steps:
Bond to NRF51822 using Android 6.0.1 and latest nRF Connect version;
After successful bond, connect to NRF51822;...
Hi,
We are using PPK board (PCA63511), we have followed the "PPK user guide" and installed all the necessary softwares, We have made the connections and switches option...
Hello everyone, I'm Dario.
I'm trying to work with a ble nano with nordic component. My target is to receive a string via serial periferial and sending it via bluetooth as...