Ramprasad Poojary
Ramprasad Poojary
  • 59
  • 136 913
Obstacle Avoidance Robot Stage-2
This video demonstrates the working of Servo motor and DC motors using Arduino IDE.
Arduino simulator shows the servo + arduino connection and two ways of controlling servo using Arduino.
* With and without Servo library
DC motors are driven by L298N motor driver.
Its pins are explained and also the working of Motor driver. Arduino sketch for turning the robot in an 8-shaped path is demonstrated.
For other videos on Microbit, Raspberry pi, Machine learning watch my channel: youtube.com/@ramprasadpoojary126?si=KNGlg0EYHogxWjZm
If you have any doubts, email me at ramprasady2k@gmail.com
Also take a look at my Linkedin profile:
Linkedin: www.linkedin.com/in/ramaprasad-poojary-939b0157/
Переглядів: 40

Відео

Obstacle Avoidance Robot- Stage 1
Переглядів 9214 днів тому
This video demonstrates the working of an ultrasonic sensor and LCD panel with I2C controller using Arduino microcontroller. This is the first stage of the Obstacle Avoiding Robot. Video demonstrates the wiring connection using Tinkercard Arduino Simulator. We will complete the Obstacle Avoiding Robot project with 3 stages. Arduino Sketch makes use of a software library called LiquidCrystal_I2C...
micro:bit with IR Remote Control
Переглядів 1762 місяці тому
This video demonstrates the working of IR communication using a Micro:bit v2 board and IR remote control. This project uses Keyestudio IR remote control with 17 keys & IR receiver. Keyestudio micro:bit shield is used in this case. IR remote control controls white & red LEDs along with displaying strings on the 1602 I2C LCD panel. The program is written using Microsoft Make Code software. Refer ...
Keyestudio 45 in 1 Sensor StarterKit for BBC Micro:bit-Unboxing
Переглядів 1372 місяці тому
This video shows the unboxing of Keyestudio 45 in 1 Sensor StarterKit for BBC Micro:bit. Video briefs about different categories of components available in the kit such as input devices, output devices etc. Sensors and output devices are compatible with Arduino microcontroller also. The main component in this kit is micro:bit Sensor shield v2 which allows sensors to connect to microbit. For pro...
micro:bit to ultrasonic sensor
Переглядів 2433 місяці тому
The video explains the working of the 4-pin ultrasonic sensor module HC-SR04 and the connection between the micro:bit & sensor module using a keyestudio sensor shield. Make code editor is used to program the micro:bit. The video demonstrates all the steps of constructing code for programming micro:bit and the hardware. This project uses the Keyestudio sensor shield to connect to micro:bit. Unde...
Python programming lecture series part-25. Object Detection using Yolov8
Переглядів 373 місяці тому
In this session, a popular Object detection ML model called Yolov8 is discussed with a practical demonstration using the Ultralytics AI package. Yolo model uses one pass for performing object detection. It is much faster than other object detection algorithms. Video demonstrated object detection using 5 steps. Yolo version 8 pretrained model is loaded from Ultralytics. Object detection model pu...
BBC Micro:bit - Introduction
Переглядів 454 місяці тому
In this session, I have introduced BBC micro:bit V2 board. The session includes a demonstration of hardware and software and building a code for Blinking external LED by using Digital Write and also displaying logical 0 and 1 on micro:bit LED display. The following things are discussed in this session: 1. Components of Microbit V2 board that includes sensors (Motion sensor-Accrelerometer & Comp...
Arduino Microcontroller Part 4 - Serial Monitor
Переглядів 894 місяці тому
This session gives a detailed demonstration of the Serial Monitor tool of Arduino IDE. We can use this tool to communicate between Computers and Arduino microcontrollers. The session includes four different tasks: Task 1: Displaying a message on Serial Monitor Task 2: Use Serial Monitor to enter a character and display its Hex & Binary equivalent on the Serial Monitor. Task 3: Display the statu...
Arduino Microcontroller Part 3 - Digital Read
Переглядів 1745 місяців тому
This session gives a demonstration of the Digital Read function of Arduino Microcontroller. The microcontroller receives digital input from Pushbutoon which is connected to one of the digital I/O pins (Pin no. 12 in this case). Video includes: 1. Theoretical background about circuit using pushbutton 2. Making circuits using the Tinkercad simulator & Physical circuit Arduino Uno board and other ...
Arduino Microcontroller Part 2 - Digital Write
Переглядів 2725 місяців тому
This session is a continuation of Arduino-Part 1, In this session, you will be introduced to the Tinkercad simulator for the Digital Write function. The session begins with simulating the Arduino program using Tinkercad. The use of external LED and series Resistor at pin 12 is explained. The calculation of the Series resistance value is illustrated. The reason for using the right resistance val...
Arduino Microcontroller- Introduction
Переглядів 1655 місяців тому
Welcome you all to very first video under "Microcontroller & Single Board Computer Boards". In this video, I will provide you theoretical and practical information on most popular Microcontroller board (Arduino Microcontroller). Session includes: 1. Details about Arduino Uno Microcontroller board 2. Pin details 3. Ways to power the board 4. Writing simple Arduino program using Software (Arduino...
Python Programming Series Part-24. Decision Tree (Non-Linear Classifier)
Переглядів 505 місяців тому
In this session, a Non-linear binary classifier called Decision Tree (DT) is discussed. The session includes theoretical background on DT along with a demonstration using Google Colab. The session starts by giving an introduction to Decision Tree as a classifier. The Skiing Dataset example from Stanford lecture notes (ua-cam.com/video/wr9gUr-eWdA/v-deo.html&ab_channel=StanfordOnline) is used to...
PYTHON PROGRAMMING SERIES PART-23 DBSCAN
Переглядів 365 місяців тому
Welcome to our latest UA-cam video, where we delve into the fascinating world of DBSCAN - Density-Based Spatial Clustering of Applications with Noise. In this comprehensive tutorial, we cover everything from the fundamentals of DBSCAN to its practical implementation using Python's sklearn library in Google Colab. We kick things off with an overview of DBSCAN, a powerful unsupervised machine lea...
Python Programming Series Part- 22 (Principal Component Analysis)
Переглядів 476 місяців тому
Welcome to UA-cam channnel on Python Programming Series. In this session, we will focus on Principal Component Analysis (PCA), a powerful dimensionality reduction technique widely used in data science and machine learning. In this video, we'll delve into the advantages of PCA and provide a hands-on demonstration using Google Colab. Method 1 using sklearn PCA class & second one using manual meth...
Python Programming Series Part- 21 (Unsupervised Learning- K-Means Clustering)
Переглядів 1266 місяців тому
In this video, we cover K-Means clustering in detail. The session gives both theoretical and practical knowledge of this clustering algorithm. The session begins by highlighting the difference between Supervised and Unsupervised learning. Two important use cases of clustering algorithms are discussed. The necessary steps for developing K-Means clustering are discussed including the math involve...
Python Programming Lecture Series Part-20 (Underfitting & Overfitting)
Переглядів 3111 місяців тому
Python Programming Lecture Series Part-20 (Underfitting & Overfitting)
Python Programming Series- Part 19 (Loss function)
Переглядів 10011 місяців тому
Python Programming Series- Part 19 (Loss function)
Python Programming Lecture Series- Part 18 (Logistic Regression as a Binary Classifier)
Переглядів 120Рік тому
Python Programming Lecture Series- Part 18 (Logistic Regression as a Binary Classifier)
Python Programming Lecture Series - Part 17 (Logistic Regression Introduction)
Переглядів 136Рік тому
Python Programming Lecture Series - Part 17 (Logistic Regression Introduction)
Python Programming Lecture Series Part-16 (Ordinary Least Squares Algorithm)
Переглядів 57Рік тому
Python Programming Lecture Series Part-16 (Ordinary Least Squares Algorithm)
Python Programming Lecture Series Part-15 (Linear Regression-Training Process)
Переглядів 71Рік тому
Python Programming Lecture Series Part-15 (Linear Regression-Training Process)
Python Programming Lecture Series Part-14 (Precision, Recall & F1 score)
Переглядів 78Рік тому
Python Programming Lecture Series Part-14 (Precision, Recall & F1 score)
Stable Diffusion Online - AI art tool
Переглядів 118Рік тому
Stable Diffusion Online - AI art tool
Python Programming Lecture Series Part-13 (Performance Metrics for Classification Models)
Переглядів 60Рік тому
Python Programming Lecture Series Part-13 (Performance Metrics for Classification Models)
Python Programming Lecture Series Part-12 (Performance Metrics)
Переглядів 46Рік тому
Python Programming Lecture Series Part-12 (Performance Metrics)
Python Programming Lecture Series Part-11 (Scikit Learn library or sklearn)
Переглядів 81Рік тому
Python Programming Lecture Series Part-11 (Scikit Learn library or sklearn)
Python Programming Lecture Series Part 10 (Sklearn ML library (Theory & Lab exercise)
Переглядів 99Рік тому
Python Programming Lecture Series Part 10 (Sklearn ML library (Theory & Lab exercise)
Stable Diffusion Model/ Leonardo AI Art tool
Переглядів 229Рік тому
Stable Diffusion Model/ Leonardo AI Art tool
Python programming Lecture Series Part 9 (Pandas ML Library)
Переглядів 72Рік тому
Python programming Lecture Series Part 9 (Pandas ML Library)
Python Programming Lecture Series Part-8 (Introduction to Machine Learning)
Переглядів 98Рік тому
Python Programming Lecture Series Part-8 (Introduction to Machine Learning)