You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Arduino ide 1.8.4 with git version from ESP8266 or ESP32 : [
32
32
Especially if need to buy new modules for testing.
33
33
34
-
##Features
34
+
##Features
35
35
* Serial/Wifi bridge using configurable port 8888, here to enable/disable [TCP_IP_DATA_FEATURE](https://github.com/luc-github/ESP3D/blob/master/esp3d/config.h)
36
36
* Use GPIO2 to ground to reset all settings in hard way - 2-6 sec after boot / not before!! Set GPIO2 to ground before boot change boot mode and go to special boot that do not reach FW. Currently boot take 10 sec - giving 8 seconds to connect GPIO2 to GND and do an hard recovery for settings, here to enable/disable [RECOVERY_FEATURE](https://github.com/luc-github/ESP8266/blob/master/esp8266/config.h)
37
37
* Complete configuration by web browser (Station or Access point) or by Serial commands
@@ -47,15 +47,15 @@ Especially if need to buy new modules for testing.
47
47
* The web ui add even more feature : https://github.com/luc-github/ESP3D-WEBUI/blob/master/README.md#features
48
48
49
49
50
-
##Web configuration
50
+
##Web configuration
51
51
*Wifi Mode : Access point / Client station
52
52
*IP Generation: DHCP/Static IP
53
53
*IP/MASK/GATEWAY for static data
54
54
*Baud Rate for serial (supported : 9600, 19200, 38400, 57600, 115200, 230400, 250000)
55
55
*web port and data port
56
56
57
57
58
-
##Default Configuration
58
+
##Default Configuration
59
59
Default Settings:
60
60
AP:ESP8266
61
61
PW:12345678
@@ -79,7 +79,7 @@ Password: user
79
79
80
80
81
81
82
-
##Direct commands:
82
+
##Direct commands:
83
83
```
84
84
* Change STA SSID
85
85
[ESP100]<SSID>
@@ -195,7 +195,7 @@ cmd can be ALL, ERROR, INFO, STATUS
195
195
[ESP999]<cmd>
196
196
197
197
```
198
-
##Installation
198
+
##Installation
199
199
1. Please follow installation of the ESP core you want to use : [ESP8266 core version](https://github.com/esp8266/Arduino) or [ESP32 core version](https://github.com/espressif/arduino-esp32)
200
200
2. Add missing libraries if you target ESP32 present in libraries directory
* Generate a binary using the export binary menu from Arduino IDE and upload it using ESP-WEBUI or embedded interface
214
214
215
215
<H3>:warning:Do not flash your Printer fw with ESP connected - it bring troubles, at least on DaVinci</H3>
216
216
217
-
##Contribution/customization
217
+
##Contribution/customization
218
218
* To style the code before pushing PR please use [astyle --style=otbs *.h *.cpp *.ino](http://astyle.sourceforge.net/)
219
219
* The embedded page is created using nodejs then gulp to generate a compressed html page (tool.html.gz), all necessary modules can be installed using the install.bat file content, then it is included using bin2c (https://sourceforge.net/projects/bin2c/) to generate the h file used to create the file nofile.h, update the array and size according new out.h.
220
220
* The current UI is located [here](https://github.com/luc-github/ESP3D-WEBUI)
221
221
* An optional UI is under development using old repetier UI - check [UI\repetier\testui.htm] (https://github.com/luc-github/ESP3D/blob/master/UI/repetier/testui.htm) file
222
222
223
223
Feedback/suggestion/discussions are always welcome
224
224
225
-
##Need more information about supported boards or wiring ?
225
+
##Need more information about supported boards or wiring ?
226
226
[Check the wiki](https://github.com/luc-github/ESP3D/wiki)
227
227
228
-
##:question:Any question ?
228
+
##:question:Any question ?
229
229
Check [Wiki](https://github.com/luc-github/ESP3D/wiki/Install-Instructions) or [](https://gitter.im/luc-github/ESP3D?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
230
230
231
-
##:exclamation:Any issue/feedback ?
231
+
##:exclamation:Any issue/feedback ?
232
232
Check [Wiki](https://github.com/luc-github/ESP3D/wiki/Install-Instructions) and [FAQ](https://github.com/luc-github/ESP3D/issues?utf8=%E2%9C%93&q=label%3AFAQ+) or [submit ticket](https://github.com/luc-github/ESP3D/issues)
0 commit comments