sganzerla / blynk-mpu6050

Render values gyroscope and accelerometer GY521/MPU6050 in smartphone with app Blynk to WIFI network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blynk-mpu6050

Render values gyroscope and accelerometer GY521/MPU6050 in smartphone with app Blynk to WIFI network.

Circuit

image

App Blynk Android

Necessary download and create credentials in smartphone with app Blynk, then create project with eight component like the image down after setting pin virtual (see code Arduino or video in Youtube for more details).

image

How to use

Set value credentials with value received for email the Blynk app, and setting wifi your login and password.

// credential blynk send value for email when created project in mobile app
char auth[] = "";

/* config wifi */
char ssid[] = "";
char pass[] = "";

Reference

Adafruit_MPU6050.h Functions Access in 31/05/2020

Adafruit_MPU6050.h library Access in 31/05/2020

Adafruit_BusIO_Register.h> library Access in 31/05/2020

Adafruit_Sensor.h library Access in 31/05/2020

Baby Blink Monitor Thing Access in 31/05/2020

About

Render values gyroscope and accelerometer GY521/MPU6050 in smartphone with app Blynk to WIFI network.

License:MIT License


Languages

Language:C++ 100.0%