Last updated
The TF card is the most commonly used storage element for interactive media devices. The EASY plug micro TF card reader module uses SPI communication and can be used to read or write data to the TF card. When using it, we only need to insert the TF card into the module, connect the module to the MCU, and then read and write the TF card through the MCU code. This module needs to be used with the EASY plug Control board V2.0. When in use, you can use a special telephone line (RJ11 crystal head) to connect with the control board. Special Note: Need to explain the arduino SD library file, the current support for 2G or more cards is not very good,we recommend to use 2G or less TF card below 2G.
Working voltage: DC 5V
Working current: about 10mA
Maximum power: 0.1W
Operating temperature range: -25°C to 70°C
Recommended TF card: maximum 2G
Environmental attributes: ROHS
Size: 39*30*18mm
Weight: 6.2g
Note: Before uploading the code, you must place the corresponding library file in the library file folder where the Arduino IDE is installed.
Insert the TF card on the module, upload the test code successfully, after power-on, open the serial monitor of the Arduino IDE and set the baud rate to 9600. Set in the code, we create a TEST.txt file in the TF card, and write "Hello, OpenELAB!" in the file, then read the contents of the TEST.txt file and display it on the monitor, as shown below.