Skip to content

Commit e7252dc

Browse files
author
Luc
authored
Update README.md
Move direct ESP3D commands to wiki
1 parent f314915 commit e7252dc

File tree

1 file changed

+1
-114
lines changed

1 file changed

+1
-114
lines changed

README.md

Lines changed: 1 addition & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -82,121 +82,8 @@ Password: user
8282

8383

8484
## Direct commands:
85-
```
86-
* Change STA SSID
87-
[ESP100]<SSID>
88-
if authentication is on, need admin password
89-
[ESP100]<SSID>pwd=<admin password>
90-
91-
* Change STA Password
92-
[ESP101]<Password>
93-
if authentication is on, need admin password
94-
[ESP101]<Password>pwd=<admin password>
95-
96-
* Change Hostname
97-
[ESP102]<hostname>
98-
if authentication is on, need admin password
99-
[ESP102]<hostname>pwd=<admin password>
100-
101-
* Change Wifi mode (STA/AP)
102-
[ESP103]<mode>
103-
if authentication is on, need admin password
104-
[ESP103]<mode>pwd=<admin password>
105-
106-
* Change STA IP mode (DHCP/STATIC)
107-
[ESP104]<mode>
108-
if authentication is on, need admin password
109-
[ESP104]<mode>pwd=<admin password>
110-
111-
* Change AP SSID
112-
[ESP105]<SSID>
113-
if authentication is on, need admin password
114-
[ESP105]<SSID>pwd=<admin password>
115-
116-
* Change AP Password
117-
[ESP106]<Password>
118-
if authentication is on, need admin password
119-
[ESP106]<Password>pwd=<admin password>
120-
121-
* Change AP IP mode (DHCP/STATIC)
122-
[ESP107]<mode>
123-
if authentication is on, need admin password
124-
[ESP107]<mode>pwd=<admin password>
125-
126-
* Set wifi on/off
127-
[ESP110]<state>
128-
state can be ON, OFF, RESTART
129-
if authentication is on, need admin password
130-
[ESP110]<state>pwd=<admin password>
131-
132-
* Get current IP
133-
[ESP111]<header answer>
134-
135-
* Get hostname
136-
[ESP112]<header answer>
137-
138-
139-
*Get/Set pin value
140-
[ESP201]P<pin> V<value> [PULLUP=YES RAW=YES]
141-
if no V<value> get P<pin> value
142-
if V<value> 0/1 set INPUT_PULLUP value, but for GPIO16 INPUT_PULLDOWN_16
143-
GPIO1 and GPIO3 cannot be used as they are used for serial
144-
if PULLUP=YES set input pull up, if not set input
145-
if RAW=YES do not set pinmode just read value
146-
147-
148-
*Save data string
149-
[ESP300]<data> pwd=<user/admin password>
150-
*Get data string
151-
[ESP301] pwd=<user/admin password>
152-
153-
*Get full EEPROM settings content
154-
but do not give any passwords
155-
can filter if only need wifi or printer
156-
[ESP400]<network/printer>
157-
158-
*Set EEPROM setting
159-
position in EEPROM, type: B(byte), I(integer/long), S(string), A(IP address / mask)
160-
[ESP401]P=<position> T=<type> V=<value> pwd=<user/admin password>
161-
162-
*Get available AP list (limited to 30)
163-
output is JSON or plain text according parameter
164-
[ESP410]<plain>
165-
166-
*Get current settings of ESP3D
167-
output is JSON or plain text according parameter
168-
[ESP420]<plain>
169-
170-
* Get/Set ESP mode
171-
cmd can be RESET, SAFEMODE, CONFIG, RESTART
172-
[ESP444]<cmd>
173-
if authentication is on, need admin password for RESET, RESTART and SAFEMODE
174-
[ESP444]<cmd>pwd=<admin password>
175-
176-
* Change / Reset user password
177-
[ESP555]<password>pwd=<admin password>
178-
if no password set it use default one
179-
180-
* Read SPIFFS file and send each line to serial
181-
[ESP700]<filename>
182-
183-
* Format SPIFFS
184-
[ESP710]FORMAT pwd=<admin password>
185-
186-
* SPIFFS total size and used size
187-
[ESP720]<header answer>
188-
189-
* Get fw version and basic information
190-
[ESP800]<header answer>
191-
192-
* Get fw target
193-
[ESP801]<header answer>
85+
Check wiki : https://github.com/luc-github/ESP3D/wiki/Direct-ESP3D-commands
19486

195-
* Clear status/error/info list
196-
cmd can be ALL, ERROR, INFO, STATUS
197-
[ESP999]<cmd>
198-
199-
```
20087
## Installation
20188
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)
20289
2. Add missing libraries if you target ESP32 present in libraries directory

0 commit comments

Comments
 (0)