forked from moononournation/nodemcu-webide
-
Notifications
You must be signed in to change notification settings - Fork 3
01 Starting with NodeMCU WebIDE
Rene K. Mueller edited this page Jan 2, 2018
·
1 revision
Once you cloned/forked the nodemcu-webide the WebIDE does not work out of the box:
- edit
httpserver/httpserver-conf.lua- SOFTAP: make the device work as Access Point (AP), e.g.
http://192.168.111.1/will be the URL once you joined the WIFI AP. - STATION: edit SSID and Password of your WIFI, so the device can join your WIFI network (e.g.
http://192.168.0.32/)
- SOFTAP: make the device work as Access Point (AP), e.g.
- run
make upload_alland make sure it proceeds without error - run
nodemcu-tool terminal, or any other tool to connect to the serial of your device, then once reset the device the console will display how to access the WebIDE (depending on the mode you chose)
Further, the WebIDE is currently broken (update this once things work again), you can create files, view and edit files, but you cannot execute(preview) those, most examples don't show up and therefore cannot be tested.