Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
LED custome AfrikaBurn KAT-O
Search
Gijs Molenaar
March 23, 2016
Technology
0
76
LED custome AfrikaBurn KAT-O
Gijs Molenaar talks us through the LED jumpsuit he built for AfrikaBurn last year :)
Gijs Molenaar
March 23, 2016
Tweet
Share
More Decks by Gijs Molenaar
See All by Gijs Molenaar
Machine Learning and Simulations for Asset Management at Alliander
gijzelaerr
1
99
Easy to deploy and easy to modify data reduction pipelines using KERN and CWL
gijzelaerr
1
89
Research Engineering in Radio Astronomy
gijzelaerr
3
120
The story of CWLifying Apercal
gijzelaerr
0
110
Deep Vacuum Cleaner
gijzelaerr
1
86
EOSC LOFAR pilot final presentation
gijzelaerr
1
170
Software packaging and data pipelines
gijzelaerr
1
170
Docker - 3 years later
gijzelaerr
0
180
Radio astronomy data reduction at PyData Amsterdam
gijzelaerr
3
270
Other Decks in Technology
See All in Technology
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
800
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
200
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
500
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
160
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
580
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
3
640
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
140
Claude Code 2026年 最新アップデート
oikon48
10
8k
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.6k
OpenClawで回す組織運営
jacopen
3
690
Datadog の RBAC のすべて
nulabinc
PRO
3
440
Featured
See All Featured
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
110
Designing Powerful Visuals for Engaging Learning
tmiket
0
270
Speed Design
sergeychernyshev
33
1.6k
Claude Code のすすめ
schroneko
67
220k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
470
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Rails Girls Zürich Keynote
gr2m
96
14k
Abbi's Birthday
coloredviolet
2
5.3k
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Practical Orchestrator
shlominoach
191
11k
Transcript
DIY LED COSTUME Gijs Molenaar - KAT-O - Cape Town
- 23 May 2016
HTTP://YOUTU.BE/WMFSZ7VH810
None
WHY?
- me “Why not.”
Play with embedded hardware Prosuming @ AfrikaBurn
THE INGREDIENTS Digital RGB LED strip WS2812B - 60 LED
- 2.5 M ( € 50 ) 8000 mAh powerbank ( € 50 ) Arduino Uno ( € 25 ) Suit, custom made by friend ( € can’t remember ) Money belt ( € 2,50 )
RGB LED STRIP
None
each cell containers 3 LEDS Red, Green Blue 0-255 brightness
per led 16M different colors Cascading port transmission signal by single line Number of LEDS depends on update freq
PRACTICAL LED LEDs are very bright Used 25% brightness
‘SCHEMA’ 3 wire connections Flexible cat-5 for connecting strips
POWERBANK € 50 Off the shelf could run for 2
days still use it often
ARDUINO UNO Real time 14 IO pins 2 KB mem
PRACTICAL ARDUINO very easy to do runs out of memory
quickly (my poor embedded programming)
THE SOFTWARE using FastLED http://fastled.io/ Array based, no worries about
timing
EXAMPLE #include "FastLED.h" CRGB leds[1]; void setup() { FastLED.addLeds<NEOPIXEL, 6>(leds,
1); } void loop() { leds[0] = CRGB::White; FastLED.show(); delay(30); leds[0] = CRGB::Black; FastLED.show(); delay(30); }
MY SOFTWARE https://github.com/gijzelaerr/nye-outfit
None
THE PROBLEMS fragile hardware change requires software
HTTP://YOUTU.BE/WMFSZ7VH810
QUESTIONS SPECIAL THANKS TO: Guyon Moree Yvette barewijk