arduino

Accelerometer MPU-6050 raw data conversion

I am using an MPU6050 with arduino UNO, however the values that this sensor displays are the raw values. I need the accelerat ... Serial.print(" | GyZ = "); Serial.println(GyZ); //Aguarda 300 ms e reinicia o processo delay(400); }

Receive data from an arduino sensor for Android app (Android Studio)

Good night! I need help with the application that I am developing, realizaei the connection via bluetooth of my Arduino with ... bluetooth.println("rele-on"); } else{ bluetooth.println("rele-off"); } bluetooth.println("}"); } }