Note: 1 - add space to separate parameters 2 - if parameter has space add \ in front of space to not be seen as separator * Set/Get STA SSID [ESP100]pwd= * Set STA Password [ESP101]pwd= * Set/Get STA IP mode (DHCP/STATIC) [ESP102]pwd= * Set/Get STA IP/Mask/GW/DNS [ESP103]IP= MSK= GW= DNS= pwd= * Set/Get AP SSID [ESP105]pwd= * Change AP Password [ESP106]pwd= * Set/Get AP IP [ESP107]pwd= * Set/Get AP channel [ESP108]pwd= * Set/Get radio state which can be WIFI-STA, WIFI-AP, BT, ETH-STA, ETH-AP, OFF [ESP110]pwd= * Get current IP [ESP111]
* Get/Set hostname [ESP112] pwd= * Get/Set immediate network(WiFi/BT/Ethernet) state which can be ON, OFF [ESP115]pwd= * Get/Set HTTP state which can be ON, OFF [ESP120]pwd= * Get/Set HTTP port [ESP121]pwd= * Get/Set Telnet state which can be ON, OFF, CLOSE [ESP130]pwd= * Get/Set Telnet port [ESP131]pwd= * Sync / Set / Get current time [ESP140] pwd= * Get/Set display/set boot delay in ms / Verbose boot [ESP150][pwd=] * Get/Set WebSocket state which can be ON, OFF [ESP160]pwd= * Get/Set WebSocket port [ESP161]pwd= * Get/Set Camera command value / list all values in JSON/plain label can be: light/framesize/quality/contrast/brightness/saturation/gainceiling/colorbar/awb/agc/aec/hmirror/vflip/awb_gain/agc_gain/aec_value/aec2/cw/bpc/wpc/raw_gma/lenc/special_effect/wb_mode/ae_level [ESP170] pwd= * Get/Set Ftp state which can be ON, OFF, CLOSE [ESP180]pwd= * Get/Set Ftp ports [ESP181]ctrl= active= passive= pwd= * Get/Set WebDav state which can be ON, OFF, CLOSE [ESP190]pwd= * Get/Set WebDav port [ESP191]pwd= * Get SD Card Status [ESP200] pwd= *Get/Set pin value [ESP201]P V [PULLUP=YES RAW=YES]pwd= if no V get P value if V 0/1 set INPUT_PULLUP value, but for GPIO16(ESP8266) INPUT_PULLDOWN_16 if PULLUP=YES set input pull up (for GPIO16(ESP8266) INPUT_PULLDOWN_16), if not set input if RAW=YES do not set pinmode just read value Flash pins (6~11) cannot be used *Get/Set SD card Speed factor 1 2 4 6 8 16 32 [ESP202]SPEED=pwd= * Output to esp screen status [ESP214]pwd= * Touch Calibration [ESP215][pwd=] * Take screen snapshot [ESP216][pwd=] * Play sound No parameter just play beep [ESP250]F= D= [pwd=] * Delay command [ESP290][pwd=] * Get full EEPROM settings content but do not give any passwords [ESP400] pwd= *Set EEPROM setting position in EEPROM, type: B(byte), I(integer/long), S(string), A(IP address / mask) [ESP401]P= T= V= pwd= Description: Positions: ESP_RADIO_MODE 0 //1 byte = flag ESP_STA_SSID 1 //33 bytes 32+1 = string ; warning does not support multibyte char like chinese ESP_STA_PASSWORD 34 //65 bytes 64 +1 = string ;warning does not support multibyte char like chinese ESP_STA_IP_MODE 99 //1 byte = flag ESP_STA_IP_VALUE 100 //4 bytes xxx.xxx.xxx.xxx ESP_STA_MASK_VALUE 104 //4 bytes xxx.xxx.xxx.xxx ESP_STA_GATEWAY_VALUE 108 //4 bytes xxx.xxx.xxx.xxx ESP_BAUD_RATE 112 //4 bytes = int ESP_NOTIFICATION_TYPE 116 //1 byte = flag ESP_CALIBRATION 117 //1 byte = flag ESP_AP_CHANNEL 118 //1 byte = flag ESP_BUZZER 119 //1 byte = flag ESP_INTERNET_TIME 120 //1 byte = flag ESP_HTTP_PORT 121 //4 bytes = int ESP_TELNET_PORT 125 //4 bytes = int ESP_SERIAL_FLAG 129 //1 bytes = flag ESP_HOSTNAME 130 //33 bytes 32+1 = string ; warning does not support multibyte char like chinese ESP_SENSOR_INTERVAL 164 //4 bytes = int ESP_SETTINGS_VERSION 168 //8 bytes = 7+1 = string ESP3D + 2 digits ESP_ADMIN_PWD 176 //21 bytes 20+1 = string ; warning does not support multibyte char like chinese ESP_USER_PWD 197 //21 bytes 20+1 = string ; warning does not support multibyte char like chinese ESP_AP_SSID 218 //33 bytes 32+1 = string ; warning does not support multibyte char like chinese ESP_AP_PASSWORD 251 //65 bytes 64 +1 = string ;warning does not support multibyte char like chinese ESP_AP_IP_VALUE 316 //4 bytes xxx.xxx.xxx.xxx ESP_BOOT_DELAY 320 //4 bytes = int ESP_WEBSOCKET_PORT 324 //4 bytes= int ESP_HTTP_ON 328 //1 byte = flag ESP_TELNET_ON 329 //1 byte = flag ESP_WEBSOCKET_ON 330 //1 byte = flag ESP_SD_SPEED_DIV 331 //1 byte = flag ESP_NOTIFICATION_TOKEN1 332 //64 bytes 63+1 = string ; warning does not support multibyte char like chinese ESP_NOTIFICATION_TOKEN2 396 //64 bytes 63+1 = string ; warning does not support multibyte char like chinese ESP_SENSOR_TYPE 460 //1 bytes = flag ESP_TARGET_FW 461 //1 bytes = flag ESP_TIMEZONE 462 //1 bytes = flag ESP_TIME_IS_DST 463 //1 bytes = flag ESP_TIME_SERVER1 464 //129 bytes 128+1 = string ; warning does not support multibyte char like chinese ESP_TIME_SERVER2 593 //129 bytes 128+1 = string ; warning does not support multibyte char like chinese ESP_TIME_SERVER3 722 //129 bytes 128+1 = string ; warning does not support multibyte char like chinese ESP_PRINTER_LCD 851 //1 bytes = flag ESP_SD_MOUNT 852 //1 bytes = flag ESP_SESSION_TIMEOUT 853 //1 bytes = flag ESP_WEBSOCKET_FLAG 854 //1 bytes = flag ESP_SD_CHECK_UPDATE_AT_BOOT 855//1 bytes = flag ESP_NOTIFICATION_SETTINGS 856 //129 bytes 128+1 = string ; warning does not support multibyte char like chinese ESP_CALIBRATION_1 985 //4 bytes = int ESP_CALIBRATION_2 989 //4 bytes = int ESP_CALIBRATION_3 993 //4 bytes = int ESP_CALIBRATION_4 997 //4 bytes = int ESP_CALIBRATION_5 1001 //4 bytes = int ESP_SETUP 1005 //1 byte = flag ESP_TELNET_FLAG 1006 //1 byte = flag ESP_BT_FLAG 1007 //1 byte = flag ESP_LCD_FLAG 1008 //1 byte = flag ESP_FTP_CTRL_PORT 1009 //4 bytes = int ESP_FTP_DATA_ACTIVE_PORT 1013 //4 bytes = int ESP_FTP_DATA_PASSIVE_PORT 1017 //4 bytes = int ESP_FTP_ON 1021 //1 byte = flag ESP_AUTO_NOTIFICATION 1022 //1 byte = flag ESP_VERBOSE_BOOT 1023 //1 byte = flag ESP_WEBDAV_ON 1024 //1 byte = flag ESP_WEBDAV_PORT 1025 //4 bytes = int * Get/Set Check update at boot state which can be ON, OFF [ESP402]pwd= *Get available AP list (limited to 30) output is JSON or plain text according parameter [ESP410] *Get current settings of ESP3D output is plain text [ESP420] * Set ESP State cmd are RESTART / RESET [ESP444] * Change admin password [ESP550]pwd= * Change user password [ESP555]pwd= * Send Notification [ESP600]msg [pwd=] * Set/Get Notification settings [ESP610]type= T1= T2= TS= [pwd=] Get will give type and settings only, not the protected T1/T2 * Format ESP Filesystem [ESP710]FORMAT pwd= * Format SD Filesystem [ESP715]FORMATSD pwd= * List ESP Filesystem [ESP720] pwd= * Action on ESP Filesystem rmdir / remove / mkdir / exists / create [ESP730]= pwd= * List SD Filesystem [ESP740] pwd= * Action on SD Filesystem rmdir / remove / mkdir / exists / create [ESP750]= pwd= * FW Informations [ESP800] pwd= * Get state / Set Enable / Disable Serial Communication [ESP900][pwd=] * Get state / Set Enable / Disable buzzer [ESP910][pwd=] *Get state / Set state of output message clients [ESP920]=[pwd=]