ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (2024)


Seiten (2):

1

2

Weiter »

Themabewertung:

  • 0 Bewertungen - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5

Baumstrukturmodus | Linearer Modus

ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin

11.10.2023, 11:10

Beitrag #1

GuaAck ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (4)
Senior Member
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (5)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (6)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (7)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (8)
Beiträge: 723
Registriert seit: Oct 2015
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin

Hallo,
ich will gerne mal das LittleFS probieren. Nach einer Anleitung im Internet habe ich dann ESP8266LittleFS als Tool in der IDE installieren wollen, das erscheint dann aber nicht im Tool-Menü. Ich habe dann im Internet gefunden, dass ESP8266LittleFS nicht zur IDE 2.1 passt. An anderer Stelle habe ich gefunden, dass man in der IDE 2.1 überhaupt keine Plugins installieren könne.

So oder so, es geht nicht.

Ich müsste wohl wieder zurück zur IDE 1.8. Einfacher wäre es aber sicher, wenn es ein eigenes Stand-alone-Programm gäbe, mit dem man Dateien uploaden kann.

Hat jemand einen einen Tipp, was ich am besten machen sollte?

Viele Grüße
GuaAck

11.10.2023, 11:31

Beitrag #2

hotsystems ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (12)
Posting Freak
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (13)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (14)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (15)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (16)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (17)
Beiträge: 11.106
Registriert seit: Jun 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin

Du kannst doch auch die LittleFS-Tools von fips testen.

Gruß Dieter

I2C = weniger ist mehr: weniger Kabel, mehr Probleme. ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (18)

11.10.2023, 12:01

Beitrag #3

andruid59 ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (22)
Senior Nörgler
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (23)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (24)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (25)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (26)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (27)
Beiträge: 1.476
Registriert seit: Jan 2022
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin
(11.10.2023 11:10)GuaAck schrieb: Ich habe dann im Internet gefunden, dass ESP8266LittleFS nicht zur IDE 2.1 passt. An anderer Stelle habe ich gefunden, dass man in der IDE 2.1 überhaupt keine Plugins installieren könne.

Das ist leider korrekt. Das Plugin ist in JAVA geschrieben. Da aber die IDE 2.x nicht mehr aus JAVA-Code besteht, funktionieren auch keine alten Plugins mehr. Wie so oft gibt es bei Github kryptische Anmerkungen, dass Erweiterungen für PlatformIO funktionieren würden. Aber ob es ein LittleFS für PlatformIO gibt und wie man das konkret in die IDE 2.x einbindet, dazu schweigen sich die Herren IDE-Programmierer aus.

(11.10.2023 11:31)hotsystems schrieb: Du kannst doch auch die LittleFS-Tools von fips testen.

Und wie soll das genau funktionieren?

Sowohl für den ESP8266 als auch den ESP32 heißt es "Upload Download Delete von Dateien von einer HTML-Seite"

Aber man muss doch erstmal das LittleFS-Dateisystem auf dem Prozessor einrichten?

Besitzer einer defekten Glaskugel und Studienabbrecher im Fach "Grundlagen Hellsehen - Teil1"

11.10.2023, 12:27

Beitrag #4

Tommy56 ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (31)
Posting Freak
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (32)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (33)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (34)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (35)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (36)
Beiträge: 14.708
Registriert seit: Jun 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin

Lies mal die Einführung zu Fips von agmue und schau in die Libs von ESP32/ESP8266, wie LittleFS auf einem ESP eingerichtet wird (das ist eine Lib).

Gruß Tommy

"Wer den schnellen Erfolg sucht, sollte nicht programmieren, sondern Holz hacken." (Quelle unbekannt)
Alle von mir veröffentlichten Codes unterliegen der GPL Version 3

11.10.2023, 12:58

Beitrag #5

hotsystems ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (40)
Posting Freak
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (41)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (42)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (43)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (44)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (45)
Beiträge: 11.106
Registriert seit: Jun 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin
(11.10.2023 12:01)andruid59 schrieb: Und wie soll das genau funktionieren?

Sowohl für den ESP8266 als auch den ESP32 heißt es "Upload Download Delete von Dateien von einer HTML-Seite"

Aber man muss doch erstmal das LittleFS-Dateisystem auf dem Prozessor einrichten?

Das ist doch bei fips alles genau beschrieben.
Einen weiteren Tipp für Anfänger hat Tommy dir auch schon geschrieben.

Gruß Dieter

I2C = weniger ist mehr: weniger Kabel, mehr Probleme. ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (46)

11.10.2023, 15:58

Beitrag #6

GuaAck ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (49)
Senior Member
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (50)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (51)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (52)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (53)
Beiträge: 723
Registriert seit: Oct 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin
(11.10.2023 11:31)hotsystems schrieb: Du kannst doch auch die LittleFS-Tools von fips testen.

Das funktioniert richtig gut, Danke!
Gruß GuaAck

11.10.2023, 16:59

Beitrag #7

hotsystems ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (57)
Posting Freak
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (58)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (59)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (60)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (61)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (62)
Beiträge: 11.106
Registriert seit: Jun 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin
(11.10.2023 15:58)GuaAck schrieb:
(11.10.2023 11:31)hotsystems schrieb: Du kannst doch auch die LittleFS-Tools von fips testen.

Das funktioniert richtig gut, Danke!
Gruß GuaAck

Das freut mich.
Danke für die Rückmeldung.
Dann ist es doch nicht so kompliziert, wie hier behauptet wurde. ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (63)

Gruß Dieter

I2C = weniger ist mehr: weniger Kabel, mehr Probleme. ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (64)

11.10.2023, 17:51

Beitrag #8

GuaAck ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (67)
Senior Member
ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (68)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (69)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (70)ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (71)
Beiträge: 723
Registriert seit: Oct 2015
RE: ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin

Hallo,

ich brauche noch einmal Hilfe:

Mit FipsWebServer habe ich zwei kleine Dateien "Test1.txt" und "Text2.txt" in ein Verzeichnis "data" geladen. Ein Foto von Fips Filesystem Manager im Anhang.

Wenn ich aber mit den dargestellten Sketch (nach einer Vorlage aus dem Internet) z. B. den Inhalt der Datei "Test1.txt" auf den seriellen Monitor ausgeben möchte, dann wird die Datei nicht gefunden.

Was mach ich da falsch?

(Zur Sicherheit, wenn ich später wieder FipsWebServer lade, dann wird mir im Browser angezeigt, dass die Dateien da sind.)

Grüße GuaAck

Code:

#include <LittleFS.h>

void setup() {
Serial.begin(115200);
Serial.println();
Serial.println();
Serial.println("Test LittleFS");

Serial.println("Inhalt Test1.txt darstellen");
File file = LittleFS.open("/data/Test1.txt", "r");
if (!file) {
Serial.println("Datei nicht gefunden.");
return;
}
Serial.println("Fileinhalt");
while (file.available()) {
Serial.write(file.read());
}
file.close();
Serial.println();
}

void loop() {
}

« Ein Thema zurück | Ein Thema vor »

Seiten (2):

1

2

Weiter »



Möglicherweise verwandte Themen...
Thema:VerfasserAntworten:Ansichten:Letzter Beitrag
Eingänge am ESP8266TobiasR251.08814.07.2024 22:46
Letzter Beitrag: hotsystems
Web Radio mit ESP8266 und VS1053Manny152.90014.06.2024 16:16
Letzter Beitrag: Wolf99
ESP32-WROOM-32 startet nichtKarl Stanger449926.04.2024 11:39
Letzter Beitrag: andruid59
ESP32 Pushbutton nicht richt debounced?Gerdchen03560114.04.2024 11:12
Letzter Beitrag: Tommy56
esp8266 OTA Uploadproblem(chen)ardu_arne3420.24602.04.2024 08:42
Letzter Beitrag: mat-sche
ESP8266 mit 18650 BatterieschachtFrans Korting151.93705.03.2024 13:53
Letzter Beitrag: andruid59
sporadischer Crash ESP8266mat-sche111.38813.02.2024 09:09
Letzter Beitrag: hotsystems
Nach update der ESP32-Board-Bibliothek funktioniert mein Sketch nicht mehrFaultier_1982353.87130.01.2024 18:18
Letzter Beitrag: Tommy56
Datei über HTML editieren, die mit SPIFFS auf einem ESP8266 abgelegt ist.Holzbastler142.94824.01.2024 17:48
Letzter Beitrag: Holzbastler
ESP8266 Gateway funktioniert nur ca. 4 TageAnubiz61.29131.12.2023 11:59
Letzter Beitrag: Anubiz

  • Druckversion anzeigen
  • Thema einem Freund senden
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste

ESP8266, IDE 2.1.0, ESP8266LittleFS geht nicht als plugin (2024)

FAQs

How to add ESP8266 to Arduino IDE 2? ›

Install ESP8266 Add-on in Arduino IDE
  1. In your Arduino IDE, go to File> Preferences.
  2. Open the Boards Manager. Go to Tools > Board > Boards Manager…
  3. Search for ESP8266 and press install button for the “ESP8266 by ESP8266 Community“:
  4. That's it. It should be installed after a few seconds.

How to install ESP8266 H library in Arduino IDE? ›

Select Tools > Board > Boards Manager from the Arduino IDE menus to open the "Boards Manager" view in the left side panel. Scroll down through the list of boards platforms until you see the "esp8266" entry. Click the "INSTALL" button at the bottom of the entry. Wait for the installation to finish.

How to install ESP8266 filesystem uploader in Arduino IDE? ›

Installing the Arduino ESP8266 Filesystem Uploader
  1. Go to the releases page and click the ESP8266FS-X. zip file to download. ...
  2. Go to the Arduino IDE directory, and open the Tools folder.
  3. Unzip the downloaded .zip folder to the Tools folder. ...
  4. Finally, restart your Arduino IDE.

How to enable ESP8266? ›

Steps to Setup Arduino IDE for NODEMCU ESP8266
  1. Step 1: ​Installing Arduino IDE Software. ...
  2. Step 2: Arduino IDE Icon. ...
  3. Step 3: Opening Arduino IDE. ...
  4. Step 4: Preferences. ...
  5. Step 5: Adding ESP8266 Board Manager. ...
  6. Step 6: Selecting Board. ...
  7. Step 7: ESP8266 Board Package. ...
  8. Step 8: Selecting ESP8266 Arduino Board.

How to program ESP8266 with Arduino IDE? ›

2. Setup the Arduino IDE
  1. Download Arduino IDE.
  2. Open you IDE and click on "File -> Preferences".
  3. In "Aditional Boards Manager URLs" add this line and click on "OK": ...
  4. Go to "Tools -> Board -> Boards Manager", type "ESP8266" and install it.
  5. Go againt to "Tools -> Board" and select "Generic ESP8266 Module".

How to install ESP8266 driver? ›

Paste the URL http://arduino.esp8266.com/stable/package_esp8266com_index.json into the Additional Board Manager URLs field. (You can add multiple URLs, separating them with commas.) Go to Tools > Board > Board Manager and search for 'esp8266'. Select the newest version, and click install.

Which Board to select for ESP8266 in Arduino IDE? ›

After installing the ESP8266 Arduino Core, restart your Arduino IDE and navigate to Tools > Board to ensure you have ESP8266 boards available. Now select your board in the Tools > Board menu (in our case, it's the NodeMCU 1.0 (ESP-12E Module)). If you are unsure which board you have, select the Generic ESP8266 Module.

How to add Arduino library to IDE? ›

Start the Arduino Software (IDE), go to Sketch > Include Library. Verify that the library you just added is available in the list. Please note: Arduino libraries are managed in three different places: inside the IDE installation folder, inside the core folder and in the libraries folder inside your sketchbook.

How do I add an H library to my Arduino? ›

To use an existing library in a sketch simply go to the Sketch menu, choose "Import Library", and pick from the libraries available. This will insert an #include statement at the top of the sketch for each header (. h) file in the library's folder.

What is the file system of ESP8266? ›

There are two filesystems for utilizing the onboard flash on the ESP8266: SPIFFS and LittleFS. SPIFFS is the original filesystem and is ideal for space and RAM constrained applications that utilize many small files and care about static and dynamic wear levelling and don't need true directory support.

How do I upload a program to ESP8266? ›

How to program ESP8266
  1. Connect the USB-UART adapter to ESP8266 as follows: VCC -> VCC, GND -> GND, RX -> TX and TX -> RX.
  2. Pull the GPIO0 pin to GND.
  3. Connect the adapter to the computer.
  4. Run a program for flashing via UART, e.g. ESPEasy.
  5. Select the appropriate COM port and binary file you want to upload.
May 29, 2020

What is an ESP8266 microcontroller? ›

The ESP8266 is a low-cost Wi-Fi microcontroller, with built-in TCP/IP networking software, and microcontroller capability, produced by Espressif Systems in Shanghai, China. ESP8266. ESP8266-IC. Manufacturer.

How to check if ESP8266 is working or not? ›

To see if it works, open the Wi-Fi settings on your computer, look for a network called "ESP8266 Access Point", enter the password "thereisnospoon", and connect to it. Then open a terminal, and ping to 192.168. 4.1 (this is the default IP address of our ESP AP). You'll see that the ESP responds to your pings.

How to connect ESP8266 to local server? ›

Open your Router settings and in Network Settings find the DHCP range. Choose any IP address outside this range and set it in ESP8266 code. Use Sub Mask and Gateway (Gateway will be the IP address of Router) with IP address and you will be able to communicate with a fixed IP.

How to install libraries in Arduino IDE 2? ›

Manual Installation

You can find or change the location of your sketchbook folder at File > Preferences > Sketchbook location. Copy it in the "libraries" folder inside your sketchbook. Start the Arduino Software (IDE), go to Sketch > Include Library. Verify that the library you just added is available in the list.

How to add ESP32 and ESP8266 to Arduino IDE? ›

Installing ESP8266 and ESP32 Core in Arduino (Windows,Mac,Linux)
  1. Step 1: Open Arduino IDE & Preferences. Prerequisites : You need Arduino IDE software installed in your system. ...
  2. Step 2: Open Board Manager & Install Package. Go to Tools > Board: > Boards Manager... ...
  3. Step 3: ​Finalizing. Restart the Arduino IDE.

How to import NodeMCU in Arduino IDE? ›

How to Program NodeMCU on Arduino IDE
  1. Step 1: Connect Your NodeMCU to the Computer. ...
  2. Step 2: Install the COM/Serial Port Driver. ...
  3. Step 3: ​Install the Arduino IDE 1.6.4 or Greater. ...
  4. Step 4: ​Install the ESP8266 Board Package. ...
  5. Step 5: Setup ESP8266 Support. ...
  6. 2 People Made This Project! ...
  7. 10 Comments.

How to add WiFi library in Arduino IDE? ›

In your Arduino IDE, go to File > Examples > WiFi > WiFiScan. This will load a sketch that scans Wi-Fi networks within the range of your ESP32 board.

Top Articles
Who will the Chicago Bulls draft? Here's what the experts say
Expert picks, best bets for college basketball Saturday, odds, lines, schedule
How To Fix Epson Printer Error Code 0x9e
Yogabella Babysitter
Hertz Car Rental Partnership | Uber
5 Bijwerkingen van zwemmen in een zwembad met te veel chloor - Bereik uw gezondheidsdoelen met praktische hulpmiddelen voor eten en fitness, deskundige bronnen en een betrokken gemeenschap.
Select The Best Reagents For The Reaction Below.
A.e.a.o.n.m.s
Jessica Renee Johnson Update 2023
Unit 1 Lesson 5 Practice Problems Answer Key
Sams Early Hours
Dutchess Cleaners Boardman Ohio
Cinebarre Drink Menu
Aberration Surface Entrances
Craiglist Kpr
Who called you from +19192464227 (9192464227): 5 reviews
Tygodnik Polityka - Polityka.pl
Lcwc 911 Live Incident List Live Status
50 Shades Of Grey Movie 123Movies
Ge-Tracker Bond
Amazing deals for Abercrombie & Fitch Co. on Goodshop!
Georgetown 10 Day Weather
Melissababy
Grimes County Busted Newspaper
Optum Urgent Care - Nutley Photos
All Obituaries | Gateway-Forest Lawn Funeral Home | Lake City FL funeral home and cremation Lake City FL funeral home and cremation
Certain Red Dye Nyt Crossword
Bill Remini Obituary
Hannaford Weekly Flyer Manchester Nh
Dr. Nicole Arcy Dvm Married To Husband
Speedstepper
Obituaries, 2001 | El Paso County, TXGenWeb
Cvs Sport Physicals
3 Ways to Format a Computer - wikiHow
Marlene2295
Mastering Serpentine Belt Replacement: A Step-by-Step Guide | The Motor Guy
Mosley Lane Candles
Have you seen this child? Caroline Victoria Teague
Nextdoor Myvidster
What Happened To Father Anthony Mary Ewtn
Kstate Qualtrics
Retire Early Wsbtv.com Free Book
Mandy Rose - WWE News, Rumors, & Updates
craigslist | michigan
Www Usps Com Passport Scheduler
Craigslist en Santa Cruz, California: Tu Guía Definitiva para Comprar, Vender e Intercambiar - First Republic Craigslist
Sour OG is a chill recreational strain -- just have healthy snacks nearby (cannabis review)
Stosh's Kolaches Photos
antelope valley for sale "lancaster ca" - craigslist
Solving Quadratics All Methods Worksheet Answers
Puss In Boots: The Last Wish Showtimes Near Valdosta Cinemas
OSF OnCall Urgent Care treats minor illnesses and injuries
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 6279

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.