MYTECTUTOR
MYTECTUTOR
  • 95
  • 1 630 500
MCP2515 CAN Module with Arduino.
CAN is the short form for Control Area Network and it was originally developed to allow communication among the various electronic control units in vehicles. In this tutorial I demonstrate how MCP2515 CAN modules can be used to make a CAN network using Arduino.
For a more detailed description of the working of the CAN protocol including schematics and code visit: mytectutor.com/how-to-use-mcp2515-can-module-with-arduino/
zhlédnutí: 752

Video

A4988 Stepper motor driver with Arduino.
zhlédnutí 3,5KPřed 3 měsíci
The A4988 Stepper motor driver is used to control medium and larger stepper motor like those used in 3D printers, CNC machines and in robots. In this tutorial I give a detailed explanation of the pinout of this motor driver, how to find the Current Limit of A4988 Stepper motor driver by measuring the Reference Voltage and how this driver can be used with the Arduino Microcontroller to drive bip...
TTP223 Capacitive Touch sensor
zhlédnutí 1,2KPřed 3 měsíci
The TTP223 Capacitive Touch sensor is used as an alternative to traditional mechanical buttons and switches in making user interfaces for a number of electronic devices. In this Tutorial I look at the various configurations of the TTP223 Touch sensor and how this sensor can be used with Arduino. For the schematics and code visit: mytectutor.com/how-to-use-ttp223-capacitive-touch-sensor-with-ard...
TB6600 Stepper Motor Driver with Arduino
zhlédnutí 140KPřed 2 lety
TB6600 stepper motor driver is used to control larger two-phase bipolar stepper motors like NEMA 23 motors used in 3D printers, CNC machines and robots. In this tutorial I demonstrate how TB6600 motor driver is used to control stepper motors using Arduino and also look at the difference between TB6600 and TB6560 stepper motor drivers. Also Check out: TB6560 Stepper Motor driver with Arduino: cz...
PCA9685 16-Channel 12-Bit PWM Servo Motor Driver with Arduino.
zhlédnutí 75KPřed 2 lety
The PCA9685 16-channel 12-bit PWM servo motor driver is used to control up to 16 servo motors using I2C communication with microcontrollers like Arduino and Raspberry Pi. It is used in applications involving use of many servo motors like in hexapods, quadcopter drones, robotic arms, spider robots and RC vehicles. For code and schematics visit the link: mytectutor.com/how-to-use-pca9685-16-chann...
TB6560 Stepper Motor Driver with Arduino.
zhlédnutí 16KPřed 2 lety
TB6560 Stepper motor driver is used for running larger stepping motors like NEMA size 17 to 23 that are used in applications like 3D printers, laser cutters, engraving machines, robots etc. In this tutorial I demonstrate how the TB6560 stepper motor driver can be interfaced with Arduino. Also Check Out... TB6600 Stepper Motor driver with Arduino: czcams.com/video/idVcItHfGS4/video.html For code...
BH1750 Ambient Light Sensor with Arduino for making a simple DIY Lux meter.
zhlédnutí 18KPřed 2 lety
BH1750 Ambient light sensor with Arduino used to make a simple Lux meter. For schematics and code visit the link: mytectutor.com/bh1750-ambient-light-sensor-with-arduino/
DS1307 RTC module With Arduino (Tiny RTC ).
zhlédnutí 57KPřed 3 lety
This is a detailed explanation of the hardware structure of the DS1307 RTC and how to use this Real Time Clock with Arduino. I also demonstrate how to display time and date on an I2C LCD. For schematics and code visit the link: mytectutor.com/how-to-use-ds1307-real-time-clock-with-arduino/
MLX90614 Non-contact Infrared Temperature Sensor with Arduino.
zhlédnutí 29KPřed 3 lety
This is a detailed descriprion of the MLX90614 non-contact Infrared temperature sensor and how to use it with Arduino. I also demonstrate how to show the readings of the sensor on an I2C OLED. Also check out; Diplaying Fonts, Characters and Bitmap images on I2C OLED display - czcams.com/video/bhv_ULqYM18/video.html For mor details and code visit the link: mytectutor.com/mlx90614-non-contact-inf...
SSD1306 OLED display with Arduino. (Fonts, Characters and Bitmap Images)
zhlédnutí 17KPřed 3 lety
This is a detailed demonstration of how the OLED SSD1306 display can be used to show other font types , characters and bitmap images. Also check out: MLX90614 no-contact Infrared Temperature sensor with Arduino and I2C OLED. czcams.com/video/XsJ7lGa_TwY/video.html For the code and schematics visit the link: mytectutor.com/interfacing-oled-i2c-display-with-arduino/
DHT11 Temperature and Humidity Sensor module with Arduino.
zhlédnutí 3KPřed 3 lety
This is a detailed review of the DHT11 temperature and humidity sensor and how to interface it with Arduino and display temperature and humidity readings on I2C LCD and OLED. For shematics and code visit: mytectutor.com/dht11-temperature-and-humidity-sensor-with-arduino-and-12c-lcd-and-oled/
TYPES OF SENSORS FOR YOUR ELECTRONICS PROJECTS.
zhlédnutí 749Před 3 lety
This is a summary of the common sensors used in a number of electronics projects. The sensors include; 0:00 - Introduction 1:10 - Light dependent resistor 1:30 - DS18b20 temperature sensor 2:06 - TSOP1838 IR receiver 2:25 - TTP223 touch sensor 2:40 - KY-008 laser module 3:00 - DHT11/DHT22 temperature and humidity sensor 3:15 - BME280 temperature, humidity and pressure sensor 3:24 - Tilt sensor ...
ESP32 CAM module - Getting started
zhlédnutí 3,2KPřed 3 lety
ESP32 CAM is based on the ESP32-S microcontroller integrated with a video camera and microSD card slot. This device is relatively cheap and a good choice in IOT applications involving video streaming features. In this tutorial I look at the structure of the ESP32 CAM module and how this device can be programmed using Arduino IDE and accessing the video streaming webserver. For more details plea...
Bidirectional Counter using IR sensors and Arduino.
zhlédnutí 42KPřed 3 lety
IR sensor and Arduino used to make a Bidirectional counter For the code and schematics visit the link below: mytectutor.com/obstacle-detection-using-ir-sensor-with-arduino-bidirectional-visitor-counter-example/
L293D Motor Driver Control of DC and Stepper Motors with Arduino.
zhlédnutí 4,6KPřed 4 lety
The L293D motor driver IC is an easy and cheap way of controlling DC and stepper motors. In this tutorial I demonstrate how this motor driver is used with Arduino to control the speed and direction of rotation of a simple DC motor and a 28BYJ-48 unipolar stepper motor. Subscribe to my channel: bit.ly/2LiMpF0 Also check out : i).Controlling 28BYJ-48 Stepper Motor using ULN2003 Driver and IR remo...
How to use the 74HC595 Shift Register with Arduino.
zhlédnutí 5KPřed 4 lety
How to use the 74HC595 Shift Register with Arduino.
Digital Alarm Clock Using TM1637 Display and DS3231 RTC.
zhlédnutí 11KPřed 4 lety
Digital Alarm Clock Using TM1637 Display and DS3231 RTC.
TM1637 4 Digit 7 Segment Display interfacing with Arduino.
zhlédnutí 5KPřed 4 lety
TM1637 4 Digit 7 Segment Display interfacing with Arduino.
How the nRF24L01 Wireless Transceiver Module Works With Arduino.
zhlédnutí 45KPřed 4 lety
How the nRF24L01 Wireless Transceiver Module Works With Arduino.
How to use a 7 Segment Display with Arduino.
zhlédnutí 724Před 4 lety
How to use a 7 Segment Display with Arduino.
Using ESP8266 Nodemcu to Send and Display Data to and from MYSQL Database using PHP.
zhlédnutí 47KPřed 4 lety
Using ESP8266 Nodemcu to Send and Display Data to and from MYSQL Database using PHP.
Arduino Data Logger Using SD Card and Excel.
zhlédnutí 23KPřed 4 lety
Arduino Data Logger Using SD Card and Excel.
Arduino to Microsoft Excel Communication using PLX-DAQ.
zhlédnutí 45KPřed 4 lety
Arduino to Microsoft Excel Communication using PLX-DAQ.
How to use a Potentiometer with Arduino.
zhlédnutí 25KPřed 4 lety
How to use a Potentiometer with Arduino.
IR REMOTE CONTROLED MP3 PLAYER USING DFPLAYER MINI MODULE AND ARDUINO.
zhlédnutí 7KPřed 4 lety
IR REMOTE CONTROLED MP3 PLAYER USING DFPLAYER MINI MODULE AND ARDUINO.
MP3 PLAYER USING DFPLAYER MINI MODULE WITH ARDUINO.
zhlédnutí 17KPřed 4 lety
MP3 PLAYER USING DFPLAYER MINI MODULE WITH ARDUINO.
DISPLAYING CUSTOM CHARACTERS ON 16x2 LCD USING ARDUINO.
zhlédnutí 29KPřed 4 lety
DISPLAYING CUSTOM CHARACTERS ON 16x2 LCD USING ARDUINO.
2.4" TFT LCD TOUCH SCREEN SHIELD FOR ARDUINO. (Troubleshooting white screen and touch problems)
zhlédnutí 46KPřed 4 lety
2.4" TFT LCD TOUCH SCREEN SHIELD FOR ARDUINO. (Troubleshooting white screen and touch problems)
HOW TO MAKE A TILT SENSOR ACTIVATED ALARM USING ARDUINO.
zhlédnutí 3KPřed 4 lety
HOW TO MAKE A TILT SENSOR ACTIVATED ALARM USING ARDUINO.
HOW TO USE A RAIN SENSOR WITH ARDUINO FOR MAKING AN AUTOMATIC CAR WIPER.
zhlédnutí 28KPřed 4 lety
HOW TO USE A RAIN SENSOR WITH ARDUINO FOR MAKING AN AUTOMATIC CAR WIPER.

Komentáře

  • @nurhayatin.lr.2713
    @nurhayatin.lr.2713 Před 6 hodinami

    #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27,16,2); int lowerThreshold = 310; int upperThreshold = 510; // Sensor pins #define sensorPower 7 #define sensorPin A0 int val = 0; // Value for storing water level void setup() { Serial.begin(9600); lcd.init(); lcd.backlight(); pinMode(sensorPower, OUTPUT); digitalWrite(sensorPower, LOW); } void loop() { int level = readSensor(); if (level == 0) { Serial.println("Water Level: Empty"); lcd.setCursor(0,0); lcd.print(" WATER LEVEL "); lcd.setCursor(0,1); lcd.print(" EMPTY "); } else if (level > 0 && level <= lowerThreshold) { Serial.println("Water Level: Low"); lcd.setCursor(0,0); lcd.print(" WATER LEVEL "); lcd.setCursor(0,1); lcd.print(" LOW "); } else if (level > lowerThreshold && level <= upperThreshold) { Serial.println("Water Level: Medium"); lcd.setCursor(0,0); lcd.print(" WATER LEVEL "); lcd.setCursor(0,1); lcd.print(" MEDIUM "); } else if (level > upperThreshold) { Serial.println("Water Level: High"); lcd.setCursor(0,0); lcd.print(" WATER LEVEL "); lcd.setCursor(0,1); lcd.print(" FULL "); } delay(1000); } //This is a function used to get the reading int readSensor() { digitalWrite(sensorPower, HIGH); delay(10); val = analogRead(sensorPin); digitalWrite(sensorPower, LOW); return val; }

  • @industrialelectricalbd6900

    GOOD JOB

  • @MrBobWareham
    @MrBobWareham Před 4 dny

    I wanted to make your clock, but your code has an error when compiling.'class TM1637Display' has no member named 'setColon' any help please Bob in the UK

  • @dr.fzt.rafetirmak7713

    this is a great tutorial for beginners

  • @jmch1369
    @jmch1369 Před 9 dny

    Excelent,Gracias ,,

  • @easy_3d
    @easy_3d Před 12 dny

    Can i use 4x18650 batteries to power the stepper motor driver board?

  • @udemeetuk9971
    @udemeetuk9971 Před 14 dny

    Thank you for making this video

  • @user-uo7th2ms7e
    @user-uo7th2ms7e Před 17 dny

    My rated current is 1.4 Amp. Do I still need to reduce it by 10%?

  • @karthiknaik8025
    @karthiknaik8025 Před 22 dny

    Ho

  • @flossoul
    @flossoul Před 23 dny

    vey nice animation

  • @_9829rajulalmeena
    @_9829rajulalmeena Před 24 dny

    Project ke Report h kya

  • @richspillman4191
    @richspillman4191 Před 27 dny

    I am blind, I can not see here.

  • @JohnKawsar-u8v
    @JohnKawsar-u8v Před 27 dny

    Hi friends Thank to this channel I have tested the project and it realy works

    • @vijayk7152
      @vijayk7152 Před 2 dny

      Both led always on condition...could you help

  • @jpeter3683
    @jpeter3683 Před 28 dny

    how to download the code for this project

  • @omaral-shaal9058
    @omaral-shaal9058 Před měsícem

    Brother, it's so amazing how u created a custom library . U need to take a look at the embedded systems field

  • @elle557
    @elle557 Před měsícem

    Gold tutorial. I was having so much trouble understating how to use these and you made it simple and it worked for my project! Thank you for the time you put into this!

  • @wilsonajax8599
    @wilsonajax8599 Před měsícem

    $api_key_value = "tPmAT5Ab3j7F9"; where to get this? thanks

  • @Starkcreations99
    @Starkcreations99 Před měsícem

    Bro please can I get ur Whatsapp number please i have some projects at hand that i need some guardian from you is about this color sensor

  • @alexandercereno4098
    @alexandercereno4098 Před měsícem

    why do i hear clicking sound? no audio output from sd card

  • @markmcculfor6113
    @markmcculfor6113 Před 2 měsíci

    Love this video! Which stepper motor did you use?

  • @zmusic2053
    @zmusic2053 Před 2 měsíci

    Sir if we have to add Lcd 16x2 I2c module then what will have to change in code and connection for circuit please reply sir

  • @tamborileyro
    @tamborileyro Před 2 měsíci

    hi Tectutor. Working ds3231-rtc-with-arduino-including-digital-clock-using-LCD displayI got your code which calls for ds3231.h and IDE errs : cant find . I fetched this ds3231.h file and got in my disk. How I must tell IDE to consider this file that resides in my computer?. HOW Thanks Dr J

  • @jaymarcgasino7625
    @jaymarcgasino7625 Před 2 měsíci

    How about a gate?

  • @Anyvend
    @Anyvend Před 2 měsíci

    Hi brother, im currently working with stepper motors, im unig arduino sheildv4 with arduino nano. and IM unable to control the motors. the motor is is making little sound. when i try to change the wire (figuring out two coils) it vibrates the motor a lot. not sure where the issue is. can you help me in providing some code to get started with that board? Im surprised why there is not evena single comment yet. Keep going buddy. i wish to see you grow

  • @choti_master6690
    @choti_master6690 Před 2 měsíci

    My project is working but if we press switch button they automatically close the alam window in 1s.

    • @choti_master6690
      @choti_master6690 Před 2 měsíci

      Same problem

    • @choti_master6690
      @choti_master6690 Před 2 měsíci

      Bro can you give the code that you used in this project. Because in this video that code is used error occurred. Setcolon error

  • @artraver_365
    @artraver_365 Před 2 měsíci

    thanks a lot.... I made this for my sem project💝

  • @user-bi1ky8se8q
    @user-bi1ky8se8q Před 2 měsíci

    Great

  • @izypaul
    @izypaul Před 2 měsíci

    I have been looking for a thoroughly explained tutorial on the working of TTP223 Touch sensor and I have to say this is one of the best.

  • @stephensavage8061
    @stephensavage8061 Před 2 měsíci

    Cool project! A couple questions that I hope won't take too long to answer. 1) Are the buttons momentary contact or latching? How would I go about turning this into a sunrise alarm clock--can I just hook an LED cluster to another output pin and start ramping up its rightness a few minutes before the alarm goes off?

  • @RussSmith-uy2vy
    @RussSmith-uy2vy Před 3 měsíci

    Before you post it why don't you learn how to speak English

  • @armanabbasi4384
    @armanabbasi4384 Před 3 měsíci

    It work for 1 kilo meter if you have a transmitter with antenna

  • @sandeshfitvlogs762
    @sandeshfitvlogs762 Před 3 měsíci

    Give the circuit diagram

  • @juandavidcamelo6363
    @juandavidcamelo6363 Před 3 měsíci

    I’m new to this , what is the program you use to put your code on ? 4:57 , like in where I should create the code , does it work if I use any IDE or is an specific one ???

  • @HossamAbdelhafez-sn1pt
    @HossamAbdelhafez-sn1pt Před 3 měsíci

    can i use 1,8 inch screen instead of 1.44 inch???

  • @HossamAbdelhafez-sn1pt
    @HossamAbdelhafez-sn1pt Před 3 měsíci

    can i use 1,8 inch screen instead of 1,44 ?

  • @farzy3782
    @farzy3782 Před 3 měsíci

    Very good video. 👌

  • @premc5564
    @premc5564 Před 3 měsíci

    Extremely helpful video! Thanks!

  • @joshuapurificacion5197
    @joshuapurificacion5197 Před 3 měsíci

    How can I control servo with this using Bluetooth?

  • @yusufayvz
    @yusufayvz Před 3 měsíci

    The arduino code give me Error code -1. Can you help me please?

  • @rafaelalvesdasilva6754
    @rafaelalvesdasilva6754 Před 3 měsíci

    Thank you for the great class teacher! Worked perfectly. Big hug.

  • @olivieroreggia
    @olivieroreggia Před 3 měsíci

    Very good work, sir ! Is it possible to change the lux value of BH1750 sensor in W/m2 ? Thank you

  • @vivisector3489
    @vivisector3489 Před 4 měsíci

    Great to see you making videos again.

  • @jamesclinch3105
    @jamesclinch3105 Před 4 měsíci

    Perfect, great description.

  • @hiu8819
    @hiu8819 Před 4 měsíci

    I tried to do the same wiring and setting according to the video, but why the PWR/Alarm keep blinking and the the motor doesn't rotate🤧?

  • @shayan_sui
    @shayan_sui Před 4 měsíci

    i luv u it was super helpful

  • @Ockhamcool
    @Ockhamcool Před 4 měsíci

    Thank you so much for this wonderful and clear tutorial! You are an EXCELLENT instructor. I have many years of electronics experience (mostly vacuum tube stuff) but little automation or Arduino experience. However, thanks to your tutorial, everything made perfect sense. In particular, I want to commend your clear and plain identification of the details. Things like exact driver module model and wiring pin outs, schematics and so forth. This kind of info can take a lot of time to root out, and the manufacturers seem oblivious to the need to post it. Your pacing was just right - not too slow, not too fast - and you DID NOT ASSUME that "people already know that". Many do, some don't. Also, the Arduino code was extremely helpful, plus your handy tip on discovering motor winding orientation is worth the price of admission! Well done and thank you. Great job!

  • @shantarammandave289
    @shantarammandave289 Před 4 měsíci

    Please send components list

  • @alfred8294
    @alfred8294 Před 4 měsíci

    Thanks for sharing this information. Very helpful. And you are a great teacher.

  • @fudecreations6074
    @fudecreations6074 Před 5 měsíci

    Please upload next video on making a project on how to convert RFID signal into audio when RFID tag is detected using Arduino atmega ,df player mini and RFID sensor + tag if you don't this I will add 5 subscribers to your channel please please 🥺 I have tried it so many times but I failed😢

  • @rngresearchandtraininghubr2980

    http request post is not shown in your video