tobozo / Rotatey_Cube

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. It has since been remastered in LUA for the CactusCon6

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


Languages

Language:C++ 74.4%Language:C 25.6%