Comments on: ESP8266 Web Server using SPIFFS (SPI Flash File System) – NodeMCU https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 08 Nov 2024 07:27:25 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Alex https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-981481 Fri, 08 Nov 2024 07:27:25 +0000 https://randomnerdtutorials.com/?p=88264#comment-981481 Hello
Please help
How exactly in this project to add
management of another GPIO

]]>
By: Aurelio https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-834350 Thu, 11 May 2023 18:49:24 +0000 https://randomnerdtutorials.com/?p=88264#comment-834350 Thanks a lot for your project. Based on it, I developed a reading lights device for a bed head. if you can give a try, https://github.com/agrgal/LucesLectura

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-830655 Mon, 17 Apr 2023 20:28:55 +0000 https://randomnerdtutorials.com/?p=88264#comment-830655 In reply to vicfret.

Hi.
Currently, it is recommended to use LittleFS for ESP8266 instead of SPIFFS.
See how to use LittleFS here: https://randomnerdtutorials.com/install-esp8266-nodemcu-littlefs-arduino/
Regards,
Sara

]]>
By: vicfret https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-830596 Mon, 17 Apr 2023 14:20:49 +0000 https://randomnerdtutorials.com/?p=88264#comment-830596 Hello I want to ask if the SPIFFS works with the ESP-12E the bare bone version(I mean the version without the usb) if i want to program it with FTDI converter

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-827611 Fri, 31 Mar 2023 09:10:13 +0000 https://randomnerdtutorials.com/?p=88264#comment-827611 In reply to Ruud.

Hi.
It’s a matter of preference.
I prefer to wait until it’s mature enough to support those tools.
I use Arduino IDE version 1.8 and it works well enough for most of my projects.
I also use PlatformIO a lot, depending on the project’s complexity.
Learning PlatformIO + VS Code will bring you several advantages in the future, but it may take you some time to get used to it.

Regards,
Sara

]]>
By: Ruud https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-827530 Thu, 30 Mar 2023 18:38:48 +0000 https://randomnerdtutorials.com/?p=88264#comment-827530 In reply to Sara Santos.

Dear Sara,

I think I have found out that the exception decoder (https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html#exception-decoder) is also a tool that cannot be used as of version 2.0 of the Arduino IDE? Would you recommend ignoring version 2.0 until it is mature enough to support the necessary tools or changing towards Platform IO?

Thank you for your educated opinion on this!

Regards, Ruud

]]>
By: Ruud https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-825125 Tue, 14 Mar 2023 11:56:15 +0000 https://randomnerdtutorials.com/?p=88264#comment-825125 In reply to Sara Santos.

Thank you for your clarification.

Regards, Ruud

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-825108 Tue, 14 Mar 2023 10:40:20 +0000 https://randomnerdtutorials.com/?p=88264#comment-825108 In reply to Ruud.

Hi.
Unfortunately, there isn’t support yet for the LittleFS or SPIFFS uploader tool in Arduino 2.0.
Regards
Sara

]]>
By: Ruud https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-824875 Sun, 12 Mar 2023 18:55:00 +0000 https://randomnerdtutorials.com/?p=88264#comment-824875 I was really glad to have finally found some information on how to use SPIFFS to store files that I van use as CSS and HTML pages for my application. But after studying a lot on these pages I found out that neither SPIFFS not LITTLEFS work with the current versions of the Arduino IDE. I am not going to go back to some old version to use this tool. So I will have to find another way to make my application work. Hopefully some day this functionality becomes available for the Arduino IDE version 2 and upwards, but until then it seems I cannot use the information on this site.

]]>
By: Beginner https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/#comment-818539 Mon, 13 Feb 2023 11:15:11 +0000 https://randomnerdtutorials.com/?p=88264#comment-818539 Hello, I just want to ask how to display the output from sensor to web?? how about if all the sensors are on the arduino dual board then the data will be passed to nodemcu then displayed on the web? how is that? please help me

]]>