SlideShare a Scribd company logo
Engineering muscle training interface
Engineering muscle training
interface
Self-Introduction
Rina NAGAI (IoT engineer)
interest technology:
IoT, Cloud, Python, Node-RED,
Serverless-Architecture
favorite food:
sushi, soba, yakiniku
Agenda
◆ Muscle training interface
◆ Demo
◆ How does it work?
Muscle training interface
Recent Problem….
Recent Problem….
I feel recently …
meals are too delicious!
Engineering muscle training interface
+10kg
diet?
diet?
No,No,No.
I must do muscle training.
Engineering
Engineering
+
Muscle Training
Engineering
+
Muscle Training
= IoT Muscle Training
What did I make?
Every time I squat, push-up or sit-up.
It counts and displays on the web site.
Counting interface
This is a counting interface.
I count this by pushing this button while
doing the squats, push-ups or sit-ups.
The screen displays the number of times.
And this is sent to the cloud through
Wi-Fi.
Web interface
The Web interface is coded by only Node-RED with a dashboard module.
Demo
How does it works?
System configuration
IBM Cloud
Watson IoT
Platform
Counting interface
Web interface
System configuration
IBM Cloud
Watson IoT
Platform
Today’s topics are
these two interfaces.Counting interface
Web interface
System configuration
IBM Cloud
Watson IoT
Platform
Today’s topics are
these two interfaces.Counting interface
Web interface
Counting interface
How do I make counting interface?
I coded program on M5Stack.
What is M5Stack?
M5Stack
This gadget’s name is M5Stack.
M5Stack is based on ESP32.
(ESP32 is standard of IoT device.)
M5Stack has TFT color display, three bottuns,
speaker and other expansion Modules.
And it can connect Wi-Fi and bluetooth.
M5Stack
This time, I coded on Arduino IDE.
The Arduino IDE supports the languages
C++ using special rules of code
structuring.
Unique function of M5Stack( for example
to display string, shape or image) is
available by including M5Stack module.
System configuration
IBM Cloud
Watson IoT
Platform
Today’s topics are
these two interfaces.Counting interface
Do you know Node-RED?
Do you know Node-RED?
Do you like Node-RED?
What is Node-RED?
Node-RED is a flow-based development tool for visual programming developed and
written in Node.js.
Node-RED has a browser-based flow editor.
What is Node-RED?
There are various kinds of node.
A node is component of simple function.
For example, “send email”, “convert string”,
“send http request”...
You can make applications by node
connecting.
What is Node-RED?
Also, Node-RED provides many custom module.
Dashboard module is one of them.
I use dashboard module
at web interface.
What is Node-RED?
If there is no Node you want?
You can code in javascript
at function node.
Others, you can create a new
node!
It is very exciting to create your
original node.
Going back to
the web interface talking.
How is Web interface processing on Node-RED?
msg:{
payload:{
d:{
squat: 1
}
}
}
How is Web interface processing on Node-RED?
msg:{
topic: “suquat”,
payload: 32
}
msg:{
payload:{
d:{
squat: 1
}
}
}
How is Web interface processing on Node-RED?
How is Web interface processing on Node-RED?
How is Web interface processing on Node-RED?
How is Web interface processing on Node-RED?
How is Web interface processing on Node-RED?
Conclusion
◆ I introduce two interfaces in IoT.
They are both convenient tools.
◆ And...
+10kg
+10kg
+10kg
-0.5kg
+10kg
-0.5kg
Muscle training?
+10kg
-0.5kg
Muscle training?
I'm satisfied with
the coding applications...
Thank you!!

More Related Content

PDF
RDBMS with Node.js
KEY
Node.js rulz! JavaScript takes over the full Stack
PPTX
Introduction to Node-RED
PPTX
Prototyping the internet of things with Node-RED
PDF
Hands on-intro to Node-RED
PDF
Node-Red
PPTX
IAB3948 Wiring the internet of things with Node-RED
PDF
Node red & IoT - IEDC Hardware Club, April 8th 2016
RDBMS with Node.js
Node.js rulz! JavaScript takes over the full Stack
Introduction to Node-RED
Prototyping the internet of things with Node-RED
Hands on-intro to Node-RED
Node-Red
IAB3948 Wiring the internet of things with Node-RED
Node red & IoT - IEDC Hardware Club, April 8th 2016

Similar to Engineering muscle training interface (20)

PDF
Using Node-RED for building IoT workflows
PDF
IoT Node-Red Presentation
PDF
Real-World, Open Source, End-to-End JavaScript in IoT
PPTX
Internet of Things - AMECSE
PPTX
Introduction to NodeJS
PPTX
prag ati.pptx
PPTX
Why Choose Node.js For Your Next Web Development Project?
PPTX
web development with mern stack in power point
PPTX
Final year presentation topicssssss in 1
PPTX
Why we need internet of things on Node.js
PPTX
recenttrendtechnology-2112N18132657.pptx
PPTX
Introduction to MERN Stack
PDF
Practical Node js Building Real World Scalable Web Apps 1st Edition Azat Mard...
PPTX
Creating Real-Time Data Mashups with Node.js and Adobe CQ by Josh Miller
PDF
Node.js Crash Course (Jump Start)
PPTX
Industrial Training.pptx
PDF
Kickstarting IOT using NodeRED
PDF
Learning Node Moving to the Server Side Early Release Shelley Powers 2024 sc...
PDF
FRED: A Hosted Data Flow Platform for the IoT
PPTX
Get MERN Stack Training in Noida
Using Node-RED for building IoT workflows
IoT Node-Red Presentation
Real-World, Open Source, End-to-End JavaScript in IoT
Internet of Things - AMECSE
Introduction to NodeJS
prag ati.pptx
Why Choose Node.js For Your Next Web Development Project?
web development with mern stack in power point
Final year presentation topicssssss in 1
Why we need internet of things on Node.js
recenttrendtechnology-2112N18132657.pptx
Introduction to MERN Stack
Practical Node js Building Real World Scalable Web Apps 1st Edition Azat Mard...
Creating Real-Time Data Mashups with Node.js and Adobe CQ by Josh Miller
Node.js Crash Course (Jump Start)
Industrial Training.pptx
Kickstarting IOT using NodeRED
Learning Node Moving to the Server Side Early Release Shelley Powers 2024 sc...
FRED: A Hosted Data Flow Platform for the IoT
Get MERN Stack Training in Noida
Ad

More from rina0521 (12)

PDF
Node redをはじめてみよう
PDF
おうちで完結するIoT
PDF
M5Stack & Enebular
PDF
筋トレアプリつくってみた
PDF
Node-REDで簡単プロトタイピング
PDF
いまさら聞けないRaspberry Pi
PDF
Twilio+Node-REDで作る自動モーニングコール
PDF
お天気情報をBotで通知する(Bluemix OpenWhisk)
PDF
SoftLayerにゅうもん(2016/03/04 SoftLayer勉強会)
PDF
Raspberry Piで撮った写真を共有するアプリ on SoftLayer
PDF
Softlayer+Pacemakerで構築するお手軽DR
PDF
クラウドって何?
Node redをはじめてみよう
おうちで完結するIoT
M5Stack & Enebular
筋トレアプリつくってみた
Node-REDで簡単プロトタイピング
いまさら聞けないRaspberry Pi
Twilio+Node-REDで作る自動モーニングコール
お天気情報をBotで通知する(Bluemix OpenWhisk)
SoftLayerにゅうもん(2016/03/04 SoftLayer勉強会)
Raspberry Piで撮った写真を共有するアプリ on SoftLayer
Softlayer+Pacemakerで構築するお手軽DR
クラウドって何?
Ad

Recently uploaded (20)

PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Welding lecture in detail for understanding
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Digital Logic Computer Design lecture notes
PPTX
web development for engineering and engineering
PDF
composite construction of structures.pdf
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Construction Project Organization Group 2.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Geodesy 1.pptx...............................................
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
CH1 Production IntroductoryConcepts.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Internet of Things (IOT) - A guide to understanding
Model Code of Practice - Construction Work - 21102022 .pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Mechanical Engineering MATERIALS Selection
Welding lecture in detail for understanding
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Digital Logic Computer Design lecture notes
web development for engineering and engineering
composite construction of structures.pdf
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
OOP with Java - Java Introduction (Basics)
Construction Project Organization Group 2.pptx
Lecture Notes Electrical Wiring System Components
Geodesy 1.pptx...............................................

Engineering muscle training interface