当前位置:网站首页>Esp8266 uses TF card and reads and writes data (based on Arduino)
Esp8266 uses TF card and reads and writes data (based on Arduino)
2022-07-07 09:30:00 【Allen953】
Introduce
The following modules are mainly used , One

TF Memory card pin
This picture mainly tells us TF What is the function of each pin of the card , Because we use spi Interface , So just look at the last column .

Run routine
Under normal circumstances , Once your arduino IDE It's equipped with esp8266 Hardware support for , Then the adapter will be automatically installed esp8266 Of SD Kaku , So we don't need to install the Library .
We turn on files This routine , Then compile .

This files What are routines mainly for ?
Is to create one on the memory card example.txt The file of , And then delete .
connection
After compiling it , Let's start wiring
If you directly run the routines compiled above , Without making any changes to the program , Then it's OK to connect like this .

After connecting the line , You can directly power on the board , Then open the serial port from , Check whether the printed log is normal .
You can see , Memory card initialization succeeded , And successfully created the file on it , Then deleted the file .

边栏推荐
- 章鱼未来之星获得25万美金奖励|章鱼加速器2022夏季创业营圆满落幕
- Jenkins modifies the system time
- Data association between two interfaces of postman
- Mysql database transaction learning notes
- Postman interface debugging method
- LeetCode每日一题(2316. Count Unreachable Pairs of Nodes in an Undirected Graph)
- VSCode+mingw64
- 二叉树高频题型
- 信息安全实验三 :PGP邮件加密软件的使用
- DRF defines views and routes
猜你喜欢
随机推荐
NATAPP内网穿透
Redis common commands
Connecting mobile phone with ADB
12、 Sort
Jmeters use
nlohmann json
asp. How to call vb DLL function in net project
二叉树高频题型
Difference between process and thread
esp8266使用TF卡并读写数据(基于arduino)
信息安全实验三 :PGP邮件加密软件的使用
Record of structured interview
Error: selenium common. exceptions. WebDriverException: Messag‘geckodriver‘ execute
STM32 and motor development (from stand-alone version to Networking)
沙龙预告|GameFi 领域的瓶颈和解决方案
Postman interface debugging method
Unity shader (learn more about vertex fragment shaders)
在EXCEL写VBA连接ORACLE并查询数据库中的内容
網易雲微信小程序
JMeter JDBC batch references data as input parameters (the simplest method for the whole website)









