You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • We're still adding CC3000 support - so some code is in there but it's not working yet.

    Espruino does have modules - you put them on the SD card in the node_modules dir and they work like this:

    https://github.com/espruino/EspruinoDocsĀ­/blob/master/devices/DS18B20.js

    If you do make some modules, please issue me with a pull request for EspruinoDocs - I'm trying to build up the library. The API may change slightly soon so that we can be relatively compatible with Firmata + Tessel and use their drivers (hence the use of the 'hardware' module).

    There's also going to be something added to the Web UI that will allow you to do something like 'npm install' even if your board isn't itself connected to the net.

About

Avatar for Gordon @Gordon started