Ramprasad Poojary
Ramprasad Poojary
  • Видео 58
  • Просмотров 135 712
Obstacle Avoiding Robot- Stage 1
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 for LCD for initialization and displaying of characters.
For ultrasonic sensors, trigger signal is generated by Digital Write functions.
LCD panel displays Duration in micro seconds as well as Distance in Centimeters.
Просмотров: 30

Видео

micro:bit with IR Remote Control
Просмотров 168Месяц назад
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
Просмотров 1162 месяца назад
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
Просмотров 1992 месяца назад
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
Просмотров 444 месяца назад
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
Просмотров 844 месяца назад
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
Просмотров 1694 месяца назад
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
Просмотров 2524 месяца назад
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
Просмотров 1464 месяца назад
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 (ruclips.net/video/wr9gUr-eWdA/видео.html&ab_channel=StanfordOnline) is used t...
PYTHON PROGRAMMING SERIES PART-23 DBSCAN
Просмотров 365 месяцев назад
Welcome to our latest RUclips 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 le...
Python Programming Series Part- 22 (Principal Component Analysis)
Просмотров 475 месяцев назад
Welcome to RUclips 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 met...
Python Programming Series Part- 21 (Unsupervised Learning- K-Means Clustering)
Просмотров 1256 месяцев назад
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)
Просмотров 3110 месяцев назад
Welcome to my RUclips video where we dive deep into the intriguing concepts of underfitting and overfitting in machine learning, using a hands-on example of polynomial regression. We'll explore three different cases: underfitting, overfitting, and achieving the elusive "good fit" by varying the degree of the polynomial. In this practical session, we'll be using Google Colab for coding, ensuring...
Python Programming Series- Part 19 (Loss function)
Просмотров 9611 месяцев назад
Python Programming Series- Part 19 (Loss function)
Python Programming Lecture Series- Part 18 (Logistic Regression as a Binary Classifier)
Просмотров 12011 месяцев назад
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
Просмотров 116Год назад
Stable Diffusion Online - AI art tool
Python Programming Lecture Series Part-13 (Performance Metrics for Classification Models)
Просмотров 59Год назад
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)
Просмотров 94Год назад
Python Programming Lecture Series Part-8 (Introduction to Machine Learning)
Python Programming Series- Part 7 (Matplotlib)
Просмотров 109Год назад
Python Programming Series- Part 7 (Matplotlib)