Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobozo/rotatey_cube

🧊 3D gyrocsopic rotating cube on Arduino using an MPU650 and SSD1306 OLED
https://github.com/tobozo/rotatey_cube

arduino rotatey-cube ssd1306

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 3D Rotatey Cube

A 3D rotating cube animated on a tiny OLED screen like a gyroscope. [[demo]](https://www.youtube.com/watch?v=1GbFJb48saU)



This project is heavily inspired from the work of [GoblinJuicer](https://www.reddit.com/user/GoblinJuicer)
who developed and implemented [the idea](http://imgur.com/gallery/fQUAx/new) and posted on [this subreddit](https://www.reddit.com/r/arduino/comments/3vmw1k/ive_been_playing_with_a_gyroscope_and_an_lcd/).
It has since been [remastered in LUA for the CactusCon6](https://github.com/erikwilson/CactusCon6/blob/master/src/cube.lua)

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