All Projects â†’ tobozo â†’ Rotatey_Cube

tobozo / Rotatey_Cube

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

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rotatey Cube

ESP8266-Hobo-Clock
Self adjustable ESP8266 clock without RTC and NTP
Stars: ✭ 24 (-14.29%)
Mutual labels:  ssd1306
Rotatey Balls
🧊 3D animated gyro balls with ESP32, SSD1306 and MPU6050
Stars: ✭ 16 (-42.86%)
Mutual labels:  ssd1306
ssd1306-esp-idf-i2c
Sample code for driving 128x64 OLED display (SSD1306 driver) via ESP-IDF's I2C master driver
Stars: ✭ 93 (+232.14%)
Mutual labels:  ssd1306
microbit ssd1306
Simple micropython library for the micro:bit to control the SSD1306 display
Stars: ✭ 47 (+67.86%)
Mutual labels:  ssd1306
pico-ssd1306
Simple library for using ssd1306 displays with the Raspberry Pi Pico and the pico-sdk.
Stars: ✭ 57 (+103.57%)
Mutual labels:  ssd1306
ganymede
the Ganymede keyboard. An ARM based, split, ergonomic keyboard
Stars: ✭ 58 (+107.14%)
Mutual labels:  ssd1306
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+5971.43%)
Mutual labels:  ssd1306
Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+5578.57%)
Mutual labels:  ssd1306
qml-oled-renderer
Renders QML applications to an SSD1309 OLED screen
Stars: ✭ 21 (-25%)
Mutual labels:  ssd1306
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (+21.43%)
Mutual labels:  ssd1306
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+3.57%)
Mutual labels:  ssd1306
esp8266-oled-ssd1306-font-creator
Font creator for the esp8266-oled-ssd1306 library
Stars: ✭ 22 (-21.43%)
Mutual labels:  ssd1306
esp-01-WiFi-Scanner-ESP-01-OLED-I2C-Display
Scanner WiFi avec écran OLED I2C (SSD1306) sur un ESP-01 (ESP8266)
Stars: ✭ 21 (-25%)
Mutual labels:  ssd1306

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].