Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.36 KB

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