/borg-disco-cube

This is a mod of an interlocking brick set, adding colors, python and buttons to it. Enjoy

Primary LanguagePython

borg-disco-cube

This is a mod of an interlocking brick set, adding colors, python and buttons to it. Enjoy

Idea

Let's see how it looks, when the borg queen give a party, can it be used as a light?

Needed

How to

  1. build the set as instructed
  2. once build is done, enjoy the almost the pristine art
  3. now replace all 6 base plate constructions with transparent plates
  4. (don't think too much about that you could have done it while assembling the model, saving you to having to touch all the little plates at least twice)
  5. for the back face: build the transparent base plate in a way that a two by one hole exists
  6. needle the usb c power and data through the hole
  7. build a system to attach a push button to the top side of the hole
  8. connect the first 10x neopixel strip to A0
  9. connect the second 10x neopixel strip to A1
  10. connect the push button to A2 (ignoring the pull up / pull down resistors, you are a software engineer in the end!)
  11. install circuit python on the xiao
  12. push the main code file onto the xiao
  13. enjoy the green lights
  14. realize, you have a button attached
  15. press it several times, to wonder what the diffference between the first and the second mode is

Where from here

SPACE!!

Also you could investigate why the brightness is set to a non 1.0 value. Additionally more lights, better animation, usb_cdc and other things could be nice.