arduino and johnny-five, creating iot device in easiest way

17
Arduino johnny-five @y_iwanaga_ 第7回勉強会 IoT/WoT特集

Upload: yoshihiro-iwanaga

Post on 07-Aug-2015

692 views

Category:

Technology


4 download

TRANSCRIPT

  1. 1. Arduino johnny-ve @y_iwanaga_ IoT/WoT
  2. 2. y_iwanaga_ @quake_alert @WeatherAlertJP bot bot Arduino Web IoT http2jp html5j www.atmarkit.co.jp/ait/kw/arduino_js.html
  3. 3. IoT
  4. 4. Arduino 10 Arduino 3,000 Raspberry Pi 2 5,000 Intel Edison 9,000
  5. 5. Arduino IoT : IP I/F Arduino UNO Raspberry Pi 2 Ethernet Intel Edison Wi-Fi Arduino YUN Ethernet 8000
  6. 6. PC PC Arduino PC PC Arduino Internet Artwork by Mike Sgier PC johnny-ve IoT
  7. 7. johnny-ve LED (, , , , etc) Wii
  8. 8. Firmata 1. A0 GPIO 2. 3. 650
  9. 9. IDE StandardFirmata
  10. 10. curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash source ~/.nvm/nvm.sh nvm install stable nvm alias default stable 1. Node.js 2. johnny-ve npm install johnny-five
  11. 11. A0
  12. 12. ready PC Arduino && Firmata
  13. 13. : Analog Read Analog Read Sensor data change
  14. 14. LEDDigital Write On/Off Digital Write Led strobe on off toggle
  15. 15. : Digital Read Digital Read Button
  16. 16. The Internet callback HTTP POST MQTT Publish HTTP MQTT Subscribe
  17. 17. IoT IDE StandardFirmata Node.js LED johnny-five