Browser Johnny Five

Revision as of 10:49, 22 September 2015 by Elin (talk | contribs) (Updated repos relevant to WoT maker.)

Goals

  • Brings Johnny Five to the web using browserify and serialport plugins.
  • Enable porting of existing work based on johnny five or firmata.
  • Enable device integration on websites/webapps/add-ons.

Browser J5 RC Car Demo

A remote control car project to that leverages browser J5 to run on different platforms.

BLE SerialPort

A cross-platform solution to control Arduino via BLE. For BLE module currently only supports BleShield.

Socket.io SerialPort

Exposing Arduino devices connected to your host machine(laptop/PC) via a socket.io server, you'll be able to controll devices on any browsers with access to the server.

WoT Daemon

Running socket.io serialport server with a Node-Webkit system tray app.

Chrome App-API proxy

Call Chrome App APIs from a Webpage, currently used with WoT Maker.

Chrome USB SerialPort

A serialport module for Google Chrome browser, currently used with WoT Maker.

Browserify Johnny Five

Build Johnny Five as a browserify module, currently used with WoT Maker.

Next Steps

  • Porting firmata firmware to more wireless modules (wifi/GSM/ethernet/HC-05...)
  • Integration with WoT Maker for quicker prototyping and sharing.

Reference Links