|
8 years ago | |
---|---|---|
back-end | 8 years ago | |
front-end | 9 years ago | |
out | 9 years ago | |
resources | 8 years ago | |
scripts | 8 years ago | |
test | 8 years ago | |
.gitignore | 8 years ago | |
.jshintrc | 9 years ago | |
.travis.yml | 9 years ago | |
CONTRIBUTING.md | 9 years ago | |
README.md | 9 years ago | |
appdmg.json | 8 years ago | |
index.js | 9 years ago | |
linux-config.json | 9 years ago | |
package.json | 8 years ago | |
typings.json | 9 years ago |
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.
OS | Status |
---|---|
Windows 10 | Tested |
Windows 8.1 | Tested |
Ubuntu 14.04 LTS | Tested |
Mac OS X 10.11 | Tested |
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. |
npm install
npm start
You'll need installed:
Python 2.7
npm install
npm run pre-rebuild && npm run rebuild
npm start
npm install
npm run pre-rebuild && npm run rebuild
sudo npm start
We would love your contributions! Check out the contribution guidelines.
Flasher.js is released under the MIT License