Skip to content

irgendwienet/37c3-kidspace-leds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

37c3 kidspace workshop: build your own LED lamp

To build your own, please refer to the PDF or PPTX files.

parts

  • 8 paper sandwich bags (Butterbrotstüten)
  • ESP8266 board e.g. https://www.amazon.de/dp/B0CHNXTY13
    • Not all of these boards provide 5V on the 5V pin (which is intended primary for power supply) when the power supply is coming from the USB port. This one does, making it extremely convenient to connect the LED strips.
  • Any random LED strip with WS2812 LEDs @ 5V, for example, https://www.amazon.de/dp/B088BB8WTZ.
    • Strips with 30 LEDs per meter are an ideal fit for this project.
  • Some short cables

Micropython2

  • ESP will connect to local WiFi and serve a minimalistic website for control
    • if connect not possible after 10 seconds, it will return to rainbow mode
  • commands:
    • rot/grün/blau/gelb/pink/lila/weiß/schwarz
    • regenbogen
    • blink/stop
  • create a config.txt like
ssid=WIFI
password=WIFIPASSWORD
kidName=BOB

About

Workshop "LED Lampe" @ 37c3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published