Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zarikadzer/Rotatey_Cube

 
 

Repository files navigation

3D Rotatey Cube

A 3D rotating cube animated on a tiny OLED screen like a gyroscope. [demo]

This project is heavily inspired from the work of GoblinJuicer who developed and implemented the idea and posted on this subreddit.

The code is a remix of the original, it's using u8glib and mpu6050 libraries instead of Adafruit and ITG-3200.

  Pinout OLED
    VCC => 5V
    GND => GND
    SCL => A5
    SDA => A4
  
  Pinout MPU
    VCC => 5V
    GND => GND
    SCL => A5
    SDA => A4
    AD0 => GND
    INT => D2

Front

Back

About

3D gyrocsopic rotating cube on Arduino using an MPU650 and SSD1306 OLED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.7%
  • C 26.1%
  • Other 2.2%