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
PingDuino
Search
Harrington Joseph
February 21, 2013
Technology
0
130
PingDuino
Arduino real time web experiment.
Harrington Joseph
February 21, 2013
Tweet
Share
More Decks by Harrington Joseph
See All by Harrington Joseph
When Booleans Are Not Enough... State Machines?
hjoseph
2
380
Arduino Intro
hjoseph
0
120
Arduino Relays
hjoseph
3
150
Other Decks in Technology
See All in Technology
テストを軸にした生き残り術
kworkdev
PRO
0
230
使いやすいプラットフォームの作り方 ー LINEヤフーのKubernetes基盤に学ぶ理論と実践
lycorptech_jp
PRO
2
200
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.3k
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
140
20250905_MeetUp_Ito-san_s_presentation.pdf
magicpod
1
120
20250912_RPALT_データを集める→とっ散らかる問題_Obsidian紹介
ratsbane666
0
100
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
250
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
220
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
590
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
230
会社紹介資料 / Sansan Company Profile
sansan33
PRO
7
380k
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ:はじめてのローカルLLM
stanaka26
0
110
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
What's in a price? How to price your products and services
michaelherold
246
12k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
Side Projects
sachag
455
43k
Practical Orchestrator
shlominoach
190
11k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Done Done
chrislema
185
16k
GraphQLとの向き合い方2022年版
quramy
49
14k
Transcript
PINGDUINO ARDUINO REAL TIME WEB EXPERIMENT Harrington Joseph February 21,
2013 LA Arduino Meetup
OBJECTIVES BI-DIRECTIONAL COMMUNICATION • Arduino - Web. • Web Arduino.
REAL TIME STATUS PANEL • Visualize information that comes from the Arduino.
TECHNOLOGIES ARDUINO | PYTHON | NODE.JS
THE EXPERIMENT NODE.JS • Socket.IO: Connection (Web clients and Arduinos).
• Event management.
THE EXPERIMENT PYTHON • Arduino client that communicates to Node.js
(using SocketIO_client). • Communication with the Arduino through the serial port. • Event handling.
THE EXPERIMENT ARDUINO • Input (buttons, switches and sensors). •
Output (speakers, lights, motors, etc). • Outputs information to the serial port.
DEMO http://pingduino.hjoseph.com
APPLICATIONS ONLINE CONTROL AND AUTOMATIZATION
THE SOURCE http://github.com/harph/pingduino
THANKS :) TWITTER: @harph WEB: hjoseph.com GITHUB: github.com/harph SLIDES: speakerdeck.com/hjoseph