IoT without Wiring

11
IoT without Wiring

Transcript of IoT without Wiring

Page 1: IoT without Wiring

IoT without Wiring

Page 2: IoT without Wiring

About me

● TOKUNO, Hirokazu● IT system at Manufacturing site● 6th year since assigned to IT at age of 39

– Learning a lots to catch up● Little experience

– VBA, JavaScript, Java, Perl, Shell...● Love to minimize code

– Pentaho ETL, Mojolicious, Meteor

Page 3: IoT without Wiring

TI Sensor Tag

● Many sensors in a single package

1.Object temperature sensor

2.Ambient temperature sensor

3.Ambient Light sensor

4.Digital microphone

5.Magnetic sensor

6.Humidity sensor

7.Altimeter/Pressure sensor

8.9-Axis Motion sensor

9.Gyroscope

10.Magnetometer

Already programmedJust power on, then the data are sent.

Page 4: IoT without Wiring

Internet of Toilet

● Visualize toilet is in use remotely– Door Open/Close : Magnetometer

– Light On/Off : Ambient Light sensor

Page 5: IoT without Wiring

Ingredient

● BeagleBone Black x 1● BLE Dongle x 1● TI SensorTag some● Magnet some● LAN cable x 1● USB cable x 1

Page 6: IoT without Wiring

Architecture

Bluetooth WebSocket

Page 7: IoT without Wiring

Screenshot

Page 8: IoT without Wiring

Other applications

● Security Alarm System– Detect Door, Window Open

● Elderly Person Watching System– Light is not on in the night means...

Page 9: IoT without Wiring

Appendix

Page 10: IoT without Wiring

Why BeagleBone Black?

● Open Source Hardware● Buy, turn on and ready to use

– Pre-installed OS

– Pre-installed Web server

– Pre-installed IDE(Cloud9)

● Run BoneScript(JavaScript Library) on web browser in a minute to turn on/off LED

● No unix command required to develop and run using pre-installed Cloud9

Page 11: IoT without Wiring

Pre-Installed Cloud9

● Ready to use