Raspberry Pi IoT Stacks

Seokjun Kim
Seokjun KimDevOps at Streami Inc.
Raspberry Pi
Node.js
React-Native
Interactive Light
Controlled through WIFI / BLE
fullstack FRONTEND DEVELOPER
who "will do whatever the fucking job requires”
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
int buttonPin = 3;
// setup initializes serial and the button pin
void setup()
{
beginSerial(9600);
pinMode(buttonPin, INPUT);
}
// loop checks the button pin each time,
// and will send serial if it is pressed
void loop()
{
if (digitalRead(buttonPin) == HIGH)
serialWrite('H');
else
serialWrite('L');
delay(1000);
}
MCU (CPU + Memory)
C++ with Processing
Time-sharing coding
Simple to start, easy to learn
No complex package dependencies
Cheap and low energy
Digital/Analog IO
WIFI, BLE not included
INPUT DO SOMETHING OUTPUT
INITIATE
WHILE (1)
BUT
INPUT DO SOMETHING OUTPUT
INPUT DO SOMETHING OUTPUT
INPUT DO SOMETHING OUTPUT
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
Raspberry pi 3 = RPi b + WIFI + BLE
Raspberry Pi IoT Stacks
PROS
Node.js / Python
Built-in WIFI, BLE support
A bit expensive but still affordable
GPIO
It’s linux
CONS
3.3V out
Complex setup (wifi, ssh …)
Not cheap
It’s linux man
Raspberry Pi IoT Stacks
RASPBERRY PI
NODE.JS
REACT-NATIVE
RASPBERRY PI
NODE.JS
REACT-NATIVE
BOM
Raspberry Pi 3
- Built-in BLE / Wifi
WS281X LED Strip
- NeoPixel
- 1N4001 diode required
https://learn.adafruit.com/neopixels-on-raspberry-pi/wiring
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
THIS IS THE NOGADA
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
RASPBERRY PI
NODE.JS
REACT-NATIVE
PACKAGE.JSON
express
rpi-ws281x-native
- ws281x adapter
bleno
- bluetooth low energy package
pi-wifi
- wifi connection handler
CODE { }
RASPBERRY PI
NODE.JS
REACT-NATIVE
PACKAGE.JSON
react-native
- One of the best hybrid app
react-native-ble-plx
- Connect BLE
CODE { }
Raspberry Pi IoT Stacks
JUST IN CASE
Raspberry Pi IoT Stacks
Raspberry Pi IoT Stacks
CONCLUSION
PROS
Still easy
More reliable
Better coding experience
CONS
Complex setup
no BLE with iOS simulator
Can’t write test
Don’t forget the sudo
https://github.com/team-flit/raspi-light-react-meteor
THE
ORIGIN
https://github.com/colus001/raspberry-light
PLAN
CLOUD GATEWAY
easier to setup
PACKAGING
easier to develop
NO MORE WS281x
easier to wire and light control
Raspberry Pi IoT Stacks
WE ARE HIRING!
https://streami.co
seokjun.kim@streami.co
@
colus001@me.com
seokjun.kim@streami.co
/
seokjun.kr
colus001.github.io
github.com/colus001
while(1)	{	
		console.thanks()	
}
1 of 46

Recommended

NodeMCU ESP8266 workshop 1 by
NodeMCU ESP8266 workshop 1NodeMCU ESP8266 workshop 1
NodeMCU ESP8266 workshop 1Andy Gelme
34.3K views35 slides
Zach murray final by
Zach murray finalZach murray final
Zach murray finalZacharyMurray8
30 views31 slides
Raspi32 by
Raspi32Raspi32
Raspi32たけおか しょうぞう
1.1K views11 slides
Physical prototyping lab1-input_output (2) by
Physical prototyping lab1-input_output (2)Physical prototyping lab1-input_output (2)
Physical prototyping lab1-input_output (2)Tony Olsson.
431 views20 slides
Modulator p5: Make your Processing Sketches More Dynamic with Modulators by
Modulator p5: Make your Processing Sketches More Dynamic with ModulatorsModulator p5: Make your Processing Sketches More Dynamic with Modulators
Modulator p5: Make your Processing Sketches More Dynamic with ModulatorsNathan Koch
662 views17 slides
A quick overview of why to use and how to set up iPython notebooks for research by
A quick overview of why to use and how to set up iPython notebooks for researchA quick overview of why to use and how to set up iPython notebooks for research
A quick overview of why to use and how to set up iPython notebooks for researchAdam Pah
2K views55 slides

More Related Content

What's hot

Home assistant by
Home assistantHome assistant
Home assistantMarian Marinov
1.8K views29 slides
Custard pi 7 user information by
Custard pi 7 user informationCustard pi 7 user information
Custard pi 7 user informationSeggy Segaran
2.2K views32 slides
lesson1 - Getting Started with ESP8266 by
lesson1 -  Getting Started with ESP8266lesson1 -  Getting Started with ESP8266
lesson1 - Getting Started with ESP8266Elaf A.Saeed
118 views12 slides
How to configure telnet on cisco switch(1950) by
How to configure telnet  on cisco switch(1950)How to configure telnet  on cisco switch(1950)
How to configure telnet on cisco switch(1950)tcpipguru
1.5K views3 slides
Arduino & NodeMcu by
Arduino & NodeMcuArduino & NodeMcu
Arduino & NodeMcuGuhan Ganesan
463 views20 slides
Cassiopeia Ltd - ESP8266+Arduino workshop by
Cassiopeia Ltd - ESP8266+Arduino workshopCassiopeia Ltd - ESP8266+Arduino workshop
Cassiopeia Ltd - ESP8266+Arduino workshoptomtobback
25.8K views31 slides

What's hot(16)

Custard pi 7 user information by Seggy Segaran
Custard pi 7 user informationCustard pi 7 user information
Custard pi 7 user information
Seggy Segaran2.2K views
lesson1 - Getting Started with ESP8266 by Elaf A.Saeed
lesson1 -  Getting Started with ESP8266lesson1 -  Getting Started with ESP8266
lesson1 - Getting Started with ESP8266
Elaf A.Saeed118 views
How to configure telnet on cisco switch(1950) by tcpipguru
How to configure telnet  on cisco switch(1950)How to configure telnet  on cisco switch(1950)
How to configure telnet on cisco switch(1950)
tcpipguru1.5K views
Cassiopeia Ltd - ESP8266+Arduino workshop by tomtobback
Cassiopeia Ltd - ESP8266+Arduino workshopCassiopeia Ltd - ESP8266+Arduino workshop
Cassiopeia Ltd - ESP8266+Arduino workshop
tomtobback25.8K views
IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ... by David Fowler
IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ...IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ...
IoT simple with the ESP8266 - presented at the July 2015 Austin IoT Hardware ...
David Fowler2.3K views
LED Blinking Using Raspberry Pi by Arjun R Krishna
LED Blinking Using Raspberry PiLED Blinking Using Raspberry Pi
LED Blinking Using Raspberry Pi
Arjun R Krishna1.4K views
Esp8266 - Intro for dummies by Pavlos Isaris
Esp8266 - Intro for dummiesEsp8266 - Intro for dummies
Esp8266 - Intro for dummies
Pavlos Isaris1.5K views
Controlling the internet of things using wearable tech - Design+Code Day; Ara... by ArabNet ME
Controlling the internet of things using wearable tech - Design+Code Day; Ara...Controlling the internet of things using wearable tech - Design+Code Day; Ara...
Controlling the internet of things using wearable tech - Design+Code Day; Ara...
ArabNet ME705 views
Internet of Things by Andy Gelme
Internet of ThingsInternet of Things
Internet of Things
Andy Gelme1.4K views
Making wearables with NodeMCU - FOSDEM 2017 by Etiene Dalcol
Making wearables with NodeMCU - FOSDEM 2017Making wearables with NodeMCU - FOSDEM 2017
Making wearables with NodeMCU - FOSDEM 2017
Etiene Dalcol977 views

Similar to Raspberry Pi IoT Stacks

13048671.ppt by
13048671.ppt13048671.ppt
13048671.pptLyVu51
10 views332 slides
Intro to the raspberry pi board by
Intro to the raspberry pi boardIntro to the raspberry pi board
Intro to the raspberry pi boardThierry Gayet
2K views26 slides
Introduction to Arduino by
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoLuki B. Subekti
296 views15 slides
Arduino Workshop - Hack at Seoul by
Arduino Workshop - Hack at SeoulArduino Workshop - Hack at Seoul
Arduino Workshop - Hack at SeoulSujin Lee
613 views23 slides
Arduino cic3 by
Arduino cic3Arduino cic3
Arduino cic3Jeni Shah
926 views28 slides
Course Materials by
Course MaterialsCourse Materials
Course MaterialsShelly Martinez
2 views60 slides

Similar to Raspberry Pi IoT Stacks(20)

13048671.ppt by LyVu51
13048671.ppt13048671.ppt
13048671.ppt
LyVu5110 views
Intro to the raspberry pi board by Thierry Gayet
Intro to the raspberry pi boardIntro to the raspberry pi board
Intro to the raspberry pi board
Thierry Gayet2K views
Arduino Workshop - Hack at Seoul by Sujin Lee
Arduino Workshop - Hack at SeoulArduino Workshop - Hack at Seoul
Arduino Workshop - Hack at Seoul
Sujin Lee613 views
Arduino cic3 by Jeni Shah
Arduino cic3Arduino cic3
Arduino cic3
Jeni Shah926 views
Syed IoT - module 5 by Syed Mustafa
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5
Syed Mustafa14.6K views
Introduction to Raspberry Pi and GPIO by Kris Findlay
Introduction to Raspberry Pi and GPIOIntroduction to Raspberry Pi and GPIO
Introduction to Raspberry Pi and GPIO
Kris Findlay15.8K views
Building the Internet of Things with Raspberry Pi by Neil Broers
Building the Internet of Things with Raspberry PiBuilding the Internet of Things with Raspberry Pi
Building the Internet of Things with Raspberry Pi
Neil Broers4.9K views
Getting Started With Raspberry Pi - UCSD 2013 by Tom Paulus
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013
Tom Paulus1.9K views
Roberto Gallea: Workshop Arduino, giorno #2 Arduino + Processing by Demetrio Siragusa
Roberto Gallea: Workshop Arduino, giorno #2 Arduino + ProcessingRoberto Gallea: Workshop Arduino, giorno #2 Arduino + Processing
Roberto Gallea: Workshop Arduino, giorno #2 Arduino + Processing
Demetrio Siragusa1.9K views
Hackathon Taiwan 5th : Arduino 101 by twunishen
Hackathon Taiwan  5th : Arduino 101 Hackathon Taiwan  5th : Arduino 101
Hackathon Taiwan 5th : Arduino 101
twunishen1.2K views

Recently uploaded

802.11 Computer Networks by
802.11 Computer Networks802.11 Computer Networks
802.11 Computer NetworksTusharChoudhary72015
9 views33 slides
Pull down shoulder press final report docx (1).pdf by
Pull down shoulder press final report docx (1).pdfPull down shoulder press final report docx (1).pdf
Pull down shoulder press final report docx (1).pdfComsat Universal Islamabad Wah Campus
12 views25 slides
Advances in micro milling: From tool fabrication to process outcomes by
Advances in micro milling: From tool fabrication to process outcomesAdvances in micro milling: From tool fabrication to process outcomes
Advances in micro milling: From tool fabrication to process outcomesShivendra Nandan
5 views18 slides
Update 42 models(Diode/General ) in SPICE PARK(DEC2023) by
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Tsuyoshi Horigome
23 views16 slides
What is Unit Testing by
What is Unit TestingWhat is Unit Testing
What is Unit TestingSadaaki Emura
23 views25 slides
DevOps-ITverse-2023-IIT-DU.pptx by
DevOps-ITverse-2023-IIT-DU.pptxDevOps-ITverse-2023-IIT-DU.pptx
DevOps-ITverse-2023-IIT-DU.pptxAnowar Hossain
9 views45 slides

Recently uploaded(20)

Advances in micro milling: From tool fabrication to process outcomes by Shivendra Nandan
Advances in micro milling: From tool fabrication to process outcomesAdvances in micro milling: From tool fabrication to process outcomes
Advances in micro milling: From tool fabrication to process outcomes
Update 42 models(Diode/General ) in SPICE PARK(DEC2023) by Tsuyoshi Horigome
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
NEW SUPPLIERS SUPPLIES (copie).pdf by georgesradjou
NEW SUPPLIERS SUPPLIES (copie).pdfNEW SUPPLIERS SUPPLIES (copie).pdf
NEW SUPPLIERS SUPPLIES (copie).pdf
georgesradjou15 views
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx by lwang78
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
lwang7852 views
Design of machine elements-UNIT 3.pptx by gopinathcreddy
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptx
gopinathcreddy32 views
Control Systems Feedback.pdf by LGGaming5
Control Systems Feedback.pdfControl Systems Feedback.pdf
Control Systems Feedback.pdf
LGGaming55 views
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ... by AltinKaradagli
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...
AltinKaradagli9 views
Machine Element II Course outline.pdf by odatadese1
Machine Element II Course outline.pdfMachine Element II Course outline.pdf
Machine Element II Course outline.pdf
odatadese18 views
_MAKRIADI-FOTEINI_diploma thesis.pptx by fotinimakriadi
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptx
fotinimakriadi7 views
fakenews_DBDA_Mar23.pptx by deepmitra8
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptx
deepmitra814 views
Generative AI Models & Their Applications by SN
Generative AI Models & Their ApplicationsGenerative AI Models & Their Applications
Generative AI Models & Their Applications
SN6 views
Introduction to CAD-CAM.pptx by suyogpatil49
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptx
suyogpatil495 views

Raspberry Pi IoT Stacks