bengiexd / esptool.js

ESPTool for Node.js, based on esptool.py

Home Page:http://esptool.iot-works.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esptool.js

attention: not work now.

##Setup

Using node-serialport is pretty easy because it is pretty basic. It provides you with the building block to make great things, it is not a complete solution - just a cog in the (world domination) machine.

Special Notes

  • Support for Node.js version 0.8.x has been removed. Version 1.4.0 is the last version that supported node.js version 0.8.x.
  • Currently support for Node.js version 0.11.x is dealing with an issue in the latest version of v. 0.11.13. We have confirmed things are fine with 0.11.10 and earlier, but not 0.11.11+.

1.Install

npm install

2.Run

node esptool.js

##Goal

  1. A ESPTool on Node.js

  2. NodeMCU Editor

##Issue need to check

  1. Node-SerialPort write function

  2. JSPacker Pack Result

##Some Useful Code

Smart.js ESP8266.cc

License

MIT © Fengda HUANG

About

ESPTool for Node.js, based on esptool.py

http://esptool.iot-works.com

License:MIT License


Languages

Language:JavaScript 100.0%