Browser Johnny Five

From MozillaWiki
Revision as of 10:34, 22 September 2015 by Elin (talk | contribs) (Updated reference links)
Jump to navigation Jump to search

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.

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