当前位置:网站首页>ESP8266-Arduino programming example-LittleFS and data upload
ESP8266-Arduino programming example-LittleFS and data upload
2022-07-29 20:37:00 【Visual & al intelligence】
LittleFS and data upload
1. Introduction to LittleFS
LittleFS is a lightweight file system created for microcontrollers that allows access to flash memory like in a standard file system on a computer, but is simpler and more limited.Supports reading, writing, closing and deleting files.
Combining ESP8266 with SPIFFS can easily store data:
- Create a configuration file with settings;
- Save data permanently;
- Create files to hold small amounts of data instead of using a microSD card;
- Save HTML and CSS files to build a web server;
- Save images, numbers and icons;
- …
This article will detail how to upload LittleFS data and how to use LittleFS.
2. Upload LittleFS in Arduino IDE
Arduino IDE does not support uploading LittleFS data by default, and you need to install a plug-in.The specific steps are as follows:
**First step:** Download the plugin, ESP8266LittleFS-2.6.0.zip
**Step 2:**Unzip and install.
After the plugin is downloaded, unzip it and copy the ESP8266LittleFS
directory to the tools
directory of the Arduino IDE installation directory:
边栏推荐
猜你喜欢
随机推荐
【AutoSAR 十一 通信相关机制】
【AutoSAR 十 IO架构】
Experience Sharing | Tips for Writing Easy-to-Use Online Product Manuals
DJI MID 360
线程池 ThreadPoolExecutor 详解
【体系结构 三 流水线技术】
Typescript模块的导入导出与继承
安全浏览器将拥有这些隐藏功能,让你玩转浏览器
无知大V秀智商!台积电南京厂扩产28nm将击垮大陆晶圆代工业?无稽之谈!
【AutoSAR 九 C/S原理架构】
记录一个相当坑爹的WSL局域网访问问题
悲伤的摇滚乐
LeetCode 1047 Remove all adjacent duplicates in a string
一些投资的底线
【AutoSAR 四 BSW概述】
UE4选不中半透明物体(半透明显示快捷键是啥)
Test basis: Redis of Nosql database
TDengine 落地协鑫能科,数百亿数据压缩至 600GB
Kubernetes:(四)常用命令
H264码流RTP封装方式详解