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
72
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
89
Easy to deploy and easy to modify data reduction pipelines using KERN and CWL
gijzelaerr
1
70
Research Engineering in Radio Astronomy
gijzelaerr
3
110
The story of CWLifying Apercal
gijzelaerr
0
91
Deep Vacuum Cleaner
gijzelaerr
1
69
EOSC LOFAR pilot final presentation
gijzelaerr
1
150
Software packaging and data pipelines
gijzelaerr
1
160
Docker - 3 years later
gijzelaerr
0
170
Radio astronomy data reduction at PyData Amsterdam
gijzelaerr
3
250
Other Decks in Technology
See All in Technology
Amazon S3 Vectorsは大規模ベクトル検索を低コスト化するサーバーレスなベクトルデータベースだ #jawsugsaga / S3 Vectors As A Serverless Vector Database
quiver
2
930
AWSの最新サービスでAIエージェント構築に楽しく入門しよう
minorun365
PRO
8
310
Cloud WANの基礎から応用~少しだけDeep Dive~
masakiokuda
3
110
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
180
[OCI Technical Deep Dive] OCIで生成AIを活用するためのソリューション解説(2025年8月5日開催)
oracle4engineer
PRO
0
110
僕たちが「開発しやすさ」を求め 模索し続けたアーキテクチャ #アーキテクチャ勉強会_findy
bengo4com
0
2.5k
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
200
AI時代の大規模データ活用とセキュリティ戦略
ken5scal
0
160
Oracle Exadata Database Service on Cloud@Customer X11M (ExaDB-C@C) サービス概要
oracle4engineer
PRO
2
6.4k
Foundation Model × VisionKit で実現するローカル OCR
sansantech
PRO
1
400
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
150
Nx × AI によるモノレポ活用 〜コードジェネレーター編〜
puku0x
0
760
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Into the Great Unknown - MozCon
thekraken
40
2k
Product Roadmaps are Hard
iamctodd
PRO
54
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