1 / 29

JavaScript and Internet Controlled Hardware Prototyping

The electronics maker movement has led a massive shift in how people are re-engineering the world around them through rapid hardware prototyping. With the rise of inexpensive, wifi and bluetooth low energy enabled electronics, this hardware revolution is internet and mobile controlled, all through simple bridges to build the electronics intelligence in familiar web languages. In this session, we will play with Arduino microcontrollers and JavaScript to take a first dive into the world of internet controlled electronics, exploring topics such as: - Setting up an Arduino to be controlled through web APIs - Using JavaScript language bridges on the Arduino - The future of web controlled hardware prototyping

jcleblanc
Download Presentation

JavaScript and Internet Controlled Hardware Prototyping

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JavaScript & Internet Controlled Hardware Prototyping Jonathan LeBlanc (@jcleblanc) Head of Global Developer Evangelism at Braintree /

  2. Early Hardware Days Twitter: @jcleblanc | Hashtag: #svcc

  3. Mainstreaming Effect Twitter: @jcleblanc | Hashtag: #svcc

  4. Twitter: @jcleblanc | Hashtag: #svcc

  5. Hardware Toolbox Arduino / Raspberry Pi / Leap Motion / etc. Arduino Rasperry Pi Twitter: @jcleblanc | Hashtag: #svcc

  6. Twitter: @jcleblanc | Hashtag: #svcc

  7. Twitter: @jcleblanc | Hashtag: #svcc

  8. Internet Meets Arduino Twitter: @jcleblanc | Hashtag: #svcc

  9. Arduino Yún http://arduino.cc/en/Main/ArduinoYUN Twitter: @jcleblanc | Hashtag: #svcc

  10. Arduino Yún Feature Set Web Service Access with Temboo Python 2.7 included with OpenWRT Linino Integrated Wifi / Ethernet

  11. Temboo Sketch Builder https://temboo.com/library/Library/Devices/ Twitter: @jcleblanc | Hashtag: #svcc

  12. Fetching the Arduino IDE http://arduino.cc/en/main/software Twitter: @jcleblanc | Hashtag: #svcc

  13. Enabling the Board in the IDE Twitter: @jcleblanc | Hashtag: #svcc

  14. Picking the Comms Port Twitter: @jcleblanc | Hashtag: #svcc

  15. API Request with Temboo http://bit.ly/js-arduino-paypal Twitter: @jcleblanc | Hashtag: #svcc

  16. JavaScript, Node & Arduino Twitter: @jcleblanc | Hashtag: #svcc

  17. Tessel JavaScript Microcontroller https://tessel.io/ Twitter: @jcleblanc | Hashtag: #svcc

  18. Twitter: @jcleblanc | Hashtag: #svcc

  19. Johnny 5 https://github.com/rwaldron/johnny-five Twitter: @jcleblanc | Hashtag: #svcc

  20. How Johnny 5 Comms Work Node.js Script Standard Firmata Arduino Microcontroller Twitter: @jcleblanc | Hashtag: #svcc

  21. What is Firmata? Twitter: @jcleblanc | Hashtag: #svcc

  22. Priming the Board with Firmata Twitter: @jcleblanc | Hashtag: #svcc

  23. Installing Johnny 5 npm install johnny-five git clone git://github.com/rwldrn/johnny-five.git cd johnny-five npm install Twitter: @jcleblanc | Hashtag: #svcc

  24. Enabling the Board var five = require("johnny-five"), board = new five.Board(); board.on("ready", function() { //board is ready to use }); Twitter: @jcleblanc | Hashtag: #svcc

  25. Controlling LEDs with JavaScript http://bit.ly/js-arduino-led Twitter: @jcleblanc | Hashtag: #svcc

  26. Joystick Controlled Servo Motor http://bit.ly/js-arduino-joystick Twitter: @jcleblanc | Hashtag: #svcc

  27. Noduino http://semu.github.io/noduino/ Twitter: @jcleblanc | Hashtag: #svcc

  28. Where are we Heading? Twitter: @jcleblanc | Hashtag: #svcc

  29. Thank You! http://bit.ly/hardware-prototyping Jonathan LeBlanc (@jcleblanc) Head of Global Developer Evangelism at Braintree /

More Related