ESP8266 Save Files To SPIFFS Flash Memory w/ Arduino | File System Storage, Web Server

• Your support helps me post videos more frequently:   / acrobotic   https://www.paypal.me/acrobotic https://buymeacoff.ee/acrobotic BTC: 1ZpLvgETofMuzCaKoq5XJZKSwe5UNkwLM ========== • Find me on:   / acrobotic     / acrobotic     / acrobotic   ========== • My shops: https://acrobotic.com/shop https://amazon.com/shops/acrobotic ========== • Description: In this video I show you how a web server running on the ESP8266 can use its built-in File System to send a full webpage as a response to a web browser. The File System allows us to work with files, which is much more convenient than cramming HTML, JavaScript, CSS, etc., into a character array variable in our firmware code. We build on the web server code we set up in another video (   • ESP8266 Web Server HTML, JavaScript, and A...  ), and use the SPIFFS library for uploading files to the ESP8266. As before, the webpage that's served includes a button element. When the button is clicked, the request that's sent to the web server makes the ESP8266 toggle on and off the built-in LED on the development board. One of the most common tasks when using the ESP8266 is storing information that survives a power cycle. Using Flash Memory is the way to do this. Moreover, using the File System allows us to work with files, which makes working with webpages a whole lot easier! ========== • Related vids: Getting started with the WeMos ESP8266 Development Board using Arduino:    • Getting Started | ESP8266 WeMos D1 Mini Pr...   ========== • Project parts: ACROBOTIC WeMos Development Board for ESP8266: https://acrobotic.com/products/acr-00029 http://amzn.to/2GFqnWS (affiliate) ========== • Project code: Firmware for the Arduino IDE: https://github.com/acrobotic/Ai_Tips_... Instructions for modifying the Arduino IDE: https://github.com/esp8266/Arduino/bl... More info about Flash Memory on the ESP8266: http://learn.acrobotic.com/datasheets... ========== • Tutorials: Detailed guide for getting started with the WeMos ESP8266 Development Board: https://learn.acrobotic.com/tutorials... ========== • Music: andyclassical (https://audiojungle.net/user/andyclas.... Envato's Music Standard License. ========== #ESP8266 #Arduino #Tutorial