filmov
tv
GY-521 with arduino and Processing

Показать описание
The source code I use to test the GY-521 (MPU-6050) module is here:
Also I have added one line of code in Processing demo project to avoid non regular rectangular (which was case at my testing) in draw method right after distance and x_rotation integer value and above gyro drawing;
void draw() {
background(0);
// Tweak the view of the rectangles
int distance = 50;
int x_rotation = 90;
noStroke();
//Show gyro data
pushMatrix();
translate(width/6, height/2, -50);
rotateX(radians(-x_gyr - x_rotation));
rotateY(radians(-y_gyr));
draw_rect(249, 250, 50);
...............................
Thanks for watching.
Also I have added one line of code in Processing demo project to avoid non regular rectangular (which was case at my testing) in draw method right after distance and x_rotation integer value and above gyro drawing;
void draw() {
background(0);
// Tweak the view of the rectangles
int distance = 50;
int x_rotation = 90;
noStroke();
//Show gyro data
pushMatrix();
translate(width/6, height/2, -50);
rotateX(radians(-x_gyr - x_rotation));
rotateY(radians(-y_gyr));
draw_rect(249, 250, 50);
...............................
Thanks for watching.
MPU6050 with Arduino - GY-521
GY-521 with arduino and Processing
Arduino UNO + MPU-6050 (GY-521) Tutorial: Control a 3D F-15 Model with Motion Data!
GY-521/MPU6050 testing (Arduino + Processing)
MPU6050 Sensor Arduino Tutorial
Arduino MPU6050 GY521 6 Axis Accelerometer + Gyro (3D Simulation with Processing)
Using an arduino and gyro gy-521 to control a object on a computer.
ICStation - Getting Started of MPU6050/GY-521 with Arduino tutorial
Arduino MPU6050 Accelerometer | 3D Simulator
GY-521 (MPU-6050) + Control DC Motor with arduino UNO + Motor driver shield
Real Time GUI Control: MPU-6050 (GY-521) + Arduino UNO + Processing Software
Arduino Mega + GY-521 (MPU-6050) Acelerometro/Giroscópio + Processing Grafico/Plot
MPU6050 Flight Control With Chat-GPT Generated Arduino Code And Processing IDE | Coders Cafe
Arduino Wemos D1 mini pro GY-521 MPU6050 IMU Arduino Processing
Arduino project: Mini Aircraft Simulator Mpu6050 gyro testing with arduino
6 DOF IMU (3 axis accelerometer, 3 axis gyroscope), Arduino, OpenGL, Python, complementary filter
MPU6050 Flight Control With Chat-GPT Generated Arduino Code And Processing IDE | Coders Cafe
MPU6050 Flight Control With Arduino Code And Processing IDE #arduinoproject
MPU 6050 IMU with Arduino Mega 2560 and Processing Teapot Demo
Arduino Mega2560+MPU6050+Processing, Sensor Output Stability Test
GY-521 (MPU6050) Accelerometer and Gyro with Arduino !
Arduino kurzgefasst - GY-521 MPU6050 Beschleunigungs- und Lagesensor
Arduino MPU6050 with Processing Sample
MPU6050 processing
Комментарии