Няма описание

samjulien 85445e5fa5 Refactor Windows scripts to use command line argument for architecture преди 8 години
back-end 9a91512ee0 Bumps serial-port to 4.0.0 and updates to match new API преди 9 години
front-end eb6d9d4d93 Created helper for linux users who launch app for first time without correct user permissions. Fixes #19 преди 9 години
out 3c23e8cc6a Adds electron-packager and a build task преди 9 години
resources d01f231f08 Who knows :) преди 9 години
scripts 85445e5fa5 Refactor Windows scripts to use command line argument for architecture преди 8 години
test fe00493e5e Updates tests to new serialport API преди 9 години
.gitignore e067536dd5 Adding 32bit support преди 8 години
.jshintrc 516552a231 Removed electron from jshint. Added browser. Updated package.json to be more consistant преди 9 години
.travis.yml 5b837aa8ce Attempting to get compile steps to work преди 9 години
CONTRIBUTING.md 4c7e2c2493 Fix relative link to contributing преди 9 години
README.md 790a0686f7 Updated compatibility matrix преди 8 години
appdmg.json d01f231f08 Who knows :) преди 9 години
index.js eb6d9d4d93 Created helper for linux users who launch app for first time without correct user permissions. Fixes #19 преди 9 години
linux-config.json eb6d9d4d93 Created helper for linux users who launch app for first time without correct user permissions. Fixes #19 преди 9 години
package.json 85445e5fa5 Refactor Windows scripts to use command line argument for architecture преди 8 години
typings.json 5104d04c84 Available serial ports преди 9 години

README.md

Flasher.js

Build Status Dependency Status devDependency 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.


Downlods

The latest realeases can be found here for Windows, Linux and Mac OS X.


Application Compatibility

OS Arch Status
Windows 10 32-bit Tested
Windows 10 64-bit Tested
Windows 8.1 64-bit Tested
Ubuntu 14.04 LTS 64-bit Tested
Mac OS X 10.11 64-bit 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 for macOS. Information can be found here. For Mac there can be issues installing the driver. Work around can be found here.
WiFi Witty Tested Requires installation of ch340g driver for macOS. 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