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
73
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
91
Easy to deploy and easy to modify data reduction pipelines using KERN and CWL
gijzelaerr
1
77
Research Engineering in Radio Astronomy
gijzelaerr
3
120
The story of CWLifying Apercal
gijzelaerr
0
98
Deep Vacuum Cleaner
gijzelaerr
1
74
EOSC LOFAR pilot final presentation
gijzelaerr
1
160
Software packaging and data pipelines
gijzelaerr
1
160
Docker - 3 years later
gijzelaerr
0
170
Radio astronomy data reduction at PyData Amsterdam
gijzelaerr
3
260
Other Decks in Technology
See All in Technology
Design and implementation of "Markdown to Google Slides" / phpconfuk 2025
k1low
1
170
今のコンピュータ、AI にも Web にも 向いていないので 作り直そう!!
piacerex
0
660
最近読んで良かった本 / Yokohama North Meetup #10
mktakuya
0
910
GPUをつかってベクトル検索を扱う手法のお話し~NVIDIA cuVSとCAGRA~
fshuhe
0
390
なぜ新機能リリース翌日にモニタリング可能なのか? 〜リードタイム短縮とリソース問題を「自走」で改善した話〜 / data_summit_findy_Session_2
sansan_randd
1
120
kotlin-lsp の開発開始に触発されて、Emacs で Kotlin 開発に挑戦した記録 / kotlin‑lsp as a Catalyst: My Journey to Kotlin Development in Emacs
nabeo
2
340
AIとの協業で実現!レガシーコードをKotlinらしく生まれ変わらせる実践ガイド
zozotech
PRO
2
340
こんな時代だからこそ! 想定しておきたいアクセスキー漏洩後のムーブ
takuyay0ne
3
120
実践マルチモーダル検索!
shibuiwilliam
3
580
仕様駆動開発を実現する上流工程におけるAIエージェント活用
sergicalsix
12
5.9k
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
370
datadog-incident-management-intro
tetsuya28
0
120
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
How to train your dragon (web standard)
notwaldorf
97
6.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
910
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
950
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
4 Signs Your Business is Dying
shpigford
186
22k
Music & Morning Musume
bryan
46
6.9k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
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