بدون توضیح

Andrew Chalkley 3caa5a67c2 Removed RomComm's Docs 9 سال پیش
back-end 4b28d21666 Fixes #17 9 سال پیش
front-end e188c2c895 Add contributing guidelines and fix small typos 9 سال پیش
test 22bd0bd5d0 Adds response handling tests 9 سال پیش
.gitignore 59f4c4725c Updated UI 9 سال پیش
.jshintrc c99e53e452 Adds electron keywords 9 سال پیش
.travis.yml 5b837aa8ce Attempting to get compile steps to work 9 سال پیش
CONTRIBUTING.md 4c7e2c2493 Fix relative link to contributing 9 سال پیش
README.md 3caa5a67c2 Removed RomComm's Docs 9 سال پیش
index.js 67c419dd15 Disables the debug window 9 سال پیش
package.json e306b27b82 Added Craig to Contributors property to package.json 9 سال پیش
typings.json 5104d04c84 Available serial ports 9 سال پیش

README.md

Flasher.js

Build Status

Flasher.js is a tool to get JavaScript running natively on the Internet of Things device, ESP8266. This application runs on Windows, Mac OS X and Linux.

This tool flashes (installs) the Espruino JavaScript run time on ESP8266 EP-12 devices like the Adafruit Huzzah and Adadfruit Feather Huzzah.


Application Compatibility

OS Status
Windows 10 Tested
Windows 8.1 Tested
Ubuntu 14.04 LTS Tested
Mac OS X 10.11 Tested

Device Compatibility

Board Status Notes
Adafruit Feather HUZZAH Tested May require driver installation.
Adafruit HUZZAH Tested Requires FTDI cable.

Run the GUI in Development

OS X

npm install
npm start

Windows 10

You'll need installed:

  • Visual Studio Community Edition (or better) installed with Windows 8/8.1 SDK.
  • Python 2.7

    npm install
    del node_modules\serialport\build\Release\serialport.node
    del node_modules\nslog\build\Release\nslog.node
    npm run rebuild
    npm start
    

Linux

npm install
rm node_modules/serialport/build/Release/serialport.node
rm node_modules/nslog/build/Release/nslog.node
npm run rebuild
sudo npm start

Contributing

We would love your contributions! Check out the contribution guidelines.


License

Flasher.js is released under the MIT License