├── .DS_Store ├── .gitattributes ├── Ep-1_ESPAsyncWebServer_mDNS └── Ep-1_ESPAsyncWebServer_mDNS.ino ├── Ep-2_HTML_Page_with_buttons └── Ep-2_HTML_Page_with_buttons.ino ├── Ep-3_WebSockets_JavaScript └── Ep-3_WebSockets_JavaScript.ino ├── Ep-4_JSON_WebSockets └── Ep-4_JSON_WebSockets.ino └── Ep-5_Send Sensor ├── Send_Sensor_ESP32 └── Send_Sensor_ESP32.ino └── Send_Sensor_NodeMCU └── Send_Sensor_NodeMCU.ino /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/.gitattributes -------------------------------------------------------------------------------- /Ep-1_ESPAsyncWebServer_mDNS/Ep-1_ESPAsyncWebServer_mDNS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-1_ESPAsyncWebServer_mDNS/Ep-1_ESPAsyncWebServer_mDNS.ino -------------------------------------------------------------------------------- /Ep-2_HTML_Page_with_buttons/Ep-2_HTML_Page_with_buttons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-2_HTML_Page_with_buttons/Ep-2_HTML_Page_with_buttons.ino -------------------------------------------------------------------------------- /Ep-3_WebSockets_JavaScript/Ep-3_WebSockets_JavaScript.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-3_WebSockets_JavaScript/Ep-3_WebSockets_JavaScript.ino -------------------------------------------------------------------------------- /Ep-4_JSON_WebSockets/Ep-4_JSON_WebSockets.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-4_JSON_WebSockets/Ep-4_JSON_WebSockets.ino -------------------------------------------------------------------------------- /Ep-5_Send Sensor/Send_Sensor_ESP32/Send_Sensor_ESP32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-5_Send Sensor/Send_Sensor_ESP32/Send_Sensor_ESP32.ino -------------------------------------------------------------------------------- /Ep-5_Send Sensor/Send_Sensor_NodeMCU/Send_Sensor_NodeMCU.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/NodeMCU-ESP32-Series/HEAD/Ep-5_Send Sensor/Send_Sensor_NodeMCU/Send_Sensor_NodeMCU.ino --------------------------------------------------------------------------------