MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Anudeep
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Anudeep

    • A

      Understanding the raw output of MPU-6050
      Arduino • • Anudeep

      2
      0
      Votes
      2
      Posts
      15081
      Views

      salmanfaris

      Hi @Anudeep ,

      MP66050 is a Gyroscope + Accelerometer + Temperature Sensor Module ,

      3-Axis Gyroscope

      The 3 Axis Gyroscope is used to detect rotational velocity along the X, Y, Z axes as shown in the below figure.

      alt text
      img src : https://www.electronicwings.com

      The full-scale range of output is +/- 250, +/- 500, +/- 1000, +/- 2000 , and that is the angular velocity represented in units of rotations per minute (RPM), or degrees per second (°/s). The three axes of rotation are either referenced as x, y, and z, or roll, pitch, and yaw.

      3-Axis Accelerometer

      Accelerometers are devices that measure acceleration, which is the rate of change of the velocity of an object, it can be used to detect the angle of tilt or inclination along the X, Y and Z axes as shown in below figure.

      alt text
      img src : https://www.electronicwings.com

      They measure in meters per second squared (m/s2) or in G-forces (g). A single G-force for us here on planet Earth is equivalent to 9.8 m/s2, but this does vary slightly with elevation (and will be a different value on different planets due to variations in gravitational pull)

      datasheet : https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf

    • A

      Error uploading code to Arduino Nano
      Arduino • • Anudeep

      5
      0
      Votes
      5
      Posts
      3115
      Views

      salmanfaris

      @Anudeep Is that solved? if yes please share how you solved then next time we can save some time 😊

    • A

      Uploading data to firebase using NodeMCU
      Arduino • • Anudeep

      12
      0
      Votes
      12
      Posts
      2954
      Views

      P

      @Anudeep Thanks a lot m8, I actually made a very silly mistake of including the https:// while entering FIREBASE_HOST, where I must have entered the Domain name alone and removed the https:// extension.

      Thanks again for replying that quick. Cheers.