Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tobozo/rotatey_cube
- Owner: tobozo
- Created: 2016-10-16T14:15:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T12:12:12.000Z (about 6 years ago)
- Last Synced: 2024-10-03T12:28:48.798Z (3 months ago)
- Topics: arduino, rotatey-cube, ssd1306
- Language: C++
- Homepage:
- Size: 1.69 MB
- Stars: 42
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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