Bez popisu

Andrew Chalkley 4ef4837f98 Mac DMG creator před 9 roky
back-end 1a95261cf1 Errors and restores UI if port is already open. Fixes #12 před 9 roky
front-end c4211d3fc2 Restored functionality. před 9 roky
out 3c23e8cc6a Adds electron-packager and a build task před 9 roky
resources d20c23e521 Windows Installer před 9 roky
scripts f3ad235c1a Created a pre-rebuild script. Fixes #20 před 9 roky
test 22bd0bd5d0 Adds response handling tests před 9 roky
.gitignore 59f4c4725c Updated UI před 9 roky
.jshintrc c99e53e452 Adds electron keywords před 9 roky
.travis.yml 5b837aa8ce Attempting to get compile steps to work před 9 roky
CONTRIBUTING.md 4c7e2c2493 Fix relative link to contributing před 9 roky
README.md f3ad235c1a Created a pre-rebuild script. Fixes #20 před 9 roky
index.js 370306004c Installer looking good on windows před 9 roky
package.json 4ef4837f98 Mac DMG creator před 9 roky
typings.json 5104d04c84 Available serial ports před 9 roky

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. Automatically resets to bootloader mode on firmware upload.
Adafruit HUZZAH Tested Requires FTDI cable. To put device in to bootloader mode, hold GPIO0 button while inserting USB in to your computer.
NodeMCU V3 Tested Requires installation of ch340g driver. Information can be found here. For Mac there can be issues installing the driver. Work around can be found here.

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
    npm run pre-rebuild && npm run rebuild
    npm start
    

Linux

npm install
npm run pre-rebuild && 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