Skip to content

I ripped an old led cube apart and placed my own leds, shift registers and Raspberry Pi Pico in it. The cube displays some small animations, between which you can choose with an ir-remote.

License

Notifications You must be signed in to change notification settings

tfkq/Rubiks-Cube-LED-Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUBIKS CUBE LED CUBE

I ripped an old led cube apart and placed my own leds, shift registers and Raspberry Pi Pico in it. The cube displays some small animations, between which you can choose with an ir-remote.

This project is licensed under the MIT license (2021 by zauberwild)

MODES

  1. Fill up. each led is switched on one after the other, then turned off one after the other.
  2. Random. leds will be randomly turned onn, and after a random time turned off.
  3. lighthouse. to beams going round around the cube
  4. filling in layers - WIP
  5. random blocks - WIP
  6. rain - WIP
  7. flood-fill. starts in a specific point, flooding the whole cube.
  8. snake - WIP
  • '0' turns all leds off
  • '#' starts a random mode
  • '*' shows an experimental PWM-ish feature on the leds. It is experimental and doesn't really run smoothly
  • You can control the speed of the animations with the UP and DOWN arrow keys

PINOUT RASPBERRY PI PICO

  • top led: 28
  • ir: 22

BOM (ORDERED)

  • LED Rubiks Cube
  • (red) LEDs, 25x link
  • Resistors (220 Ohm) , 25x link
  • PCB (20 columns x 14 rows)
  • Raspberry Pi Pico
  • Shift-Register, 3x link
  • USB-Cable (Type A <-> single Wires (VCC & GND)) link
  • IR-Sensor and IR-Remote

BOM (PRINTED)

  • 4x middle.stl
  • 4x vertical_edge.stl
  • 8x horizontal_edge.stl
  • 8x corner.stl
  • 1x top.stl
  • 1x base.stl

CREDIT WHERE CREDIT IS DUE

ir_rx

This folder is part of a micropython module for ir-communication. Published by Peter Hinch on GitHub under the MIT license.

About

I ripped an old led cube apart and placed my own leds, shift registers and Raspberry Pi Pico in it. The cube displays some small animations, between which you can choose with an ir-remote.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages