Projects

Tag Projects for: 'SD'
Get Stepper Motor Positions From SD Card

 In this tutorial we are going to read stepper motor positions from the SD card where we saved a text file with the amount of steps. You can set both directions steps. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) SD card module SD card to store …

Get Servo Motor Positions From SD Card

 In this tutorial we are going to read servo motor positions from the SD card where we saved a text file with positions. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) SD card module SD card to store a file Servo motor Jumper wires Breadboard Visuino program: Download …

How to Save Sensor Data Temp & Time to SD Card Using Arduino

 In this tutorial we are going to save Temperature and Humidity data from the Dht11 sensor to the SD card and we will also add a time and a date that we will get from the RTC module ds1307. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino …

ARDUINO Mp3 Player

In this tutorial we will learn how to play a mp3 song using arduino an the DF PLAYER MINI module. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino) DF PLAYER MINI module Speaker Breadboard 1K ohm resistor Jumper wires SD card with the mp3 song Visuino program: Download Visuino …

Arduino – How to Read SD Card Text File Line by Line

  In this tutorial we will learn how to read the SD card text file line by line. Watch the Video! Note: You can use other Displays such as OLED, but make sure that you use a board with enough memory like Arduino Mega,etc Also check out this tutorials: Arduino Nano: Measure Distance With Ultrasonic …