×

RoboCircuits's video: Save huge DATA in your Arduino Project SD Card Reader

@Save huge DATA in your Arduino Project | SD Card Reader
The SD library allows for reading from and writing to SD cards, e.g. on the Arduino Ethernet Shield. The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards. It uses short 8.3 names for files. The file names passed to the SD library functions can include paths separated by forward-slashes, /, e.g. "directory/filename.txt". Because the working directory is always the root of the SD card, a name refers to the same file whether or not it includes a leading slash (e.g. "/file.txt" is equivalent to "file.txt"). As of version 1.0, the library supports opening multiple files. The communication between the microcontroller and the SD card uses SPI, which takes place on digital pins 11, 12, and 13 (on most Arduino boards) or 50, 51, and 52 (Arduino Mega). Additionally, another pin must be used to select the SD card. This can be the hardware SS pin - pin 10 (on most Arduino boards) or pin 53 (on the Mega) - or another pin specified in the call to SD.begin(). Social Links Facebook - https://fb.com/robocircuits Instagram - https://instagram.com/robocircuits Twitter - https://twitter.com/robocircuits Instructables - https://www.instructables.com/member/PrashantS161/ Arduino Projecthub - https://create.arduino.cc/projecthub/robocircuits

71

16
RoboCircuits
Subscribers
30.1K
Total Post
132
Total Views
1.8M
Avg. Views
20.9K
View Profile
This video was published on 2020-09-21 16:13:05 GMT by @RoboCircuits on Youtube. RoboCircuits has total 30.1K subscribers on Youtube and has a total of 132 video.This video has received 71 Likes which are lower than the average likes that RoboCircuits gets . @RoboCircuits receives an average views of 20.9K per video on Youtube.This video has received 16 comments which are lower than the average comments that RoboCircuits gets . Overall the views for this video was lower than the average for the profile.

Other post by @RoboCircuits