[PDF] Basic Robotics Course Module 5 Coding Based on Line Following





Previous PDF Next PDF



Untitled

Technologists and technicians who register with MBOT will have the opportunity Credit transfer must be based on course mapping (subject to subject.



continuing professional development (cpd) guidelines

02-Jan-2020 Trainings from MBOT Certified Training Centre or Learned Institutions; b. Seminars and technical events by MBOT or any of MBOT's TEP; c.



UMT PROGRAMS ACCREDITED BY MBOT

01-Oct-2020 The program involved all PASTEM lecturers who conducted sessions according to selected courses and groups of students. Various interesting ...



Basic Robotics Course Module 5 Coding Based on Line Following

It is placed at the bottom of mBot with the two sensors facing downwards. Each sensor has one IR transmitter and one IR receiver in it. Both transmitters emit 



MBOT

The Development of Skilled Workforce through Skills Training. ICE BREAKING. About Malaysia Board of Technologists (MBOT). TECHies 3. INAUGURAL EDITION 



Continuous Professional Development (CPD)

Courses run by a recognised institution or training provider (ii) Study tour must be in MBOT related technology field. •. Invitation letter.



Syllabus BIOSTATISTICS AND ECOLOGY (Lab Course) BLOCK – I

semester. Course Code: MBOT-610(L). Course Name: LABORATORY COURSE-IV. Syllabus. BIOSTATISTICS AND ECOLOGY (Lab Course). BLOCK – I: BIOSTATISTICS. Unit –1:.



Industrialised Building System: Thermal Comfort and Buildings

MBOT promotes education and professional training in related technology and technical fields. • MBOT recognises technological careers and empowering 



Makeblock Co. Ltd.

mBot Ranger est un kit robot pédagogique STEM 3-en-1 qui peut prendre trois formes de construction : un tank robot une voiture de course à trois roues et.



Is Compensating Enough?

MBOT. To be a world class professional body for technologists and technicians. To increase the pool of skilled workforce required to attain a high income.



[PDF] mBot - Makeblock

mBot est un robot éducatif et intuitif Il est idéal pour les débutants et pour parfaire ses connaissances en STEM : science



[PDF] computingwithmbotpdf - Makeblock

We structured the book to be easy to follow to allow you and your students build programming skills step by step with engaging lessons and fun challenges to try 



[PDF] ROBOT MBOT - Free

PROGRAMMATION Le logiciel de programmation graphique mBlock http://www mblock cc/ mBlock est une version améliorée de Scratch célèbre logiciel de 



[PDF] Programmation du robot mBot - Finalement cest cool la Techno (*)

Il s'agit d'un robot mBot du commerce Il est doté d'une carte électronique programmable Celle-ci peut être programmée ou télé-opérée



[PDF] Solutions des programmes

mBot est un robot éducatif programmable grâce au logiciel MBlock (dérivé de Scratch 2 0) Il est équipé plusieurs capteurs (luminosité récepteur infrarouge 



[PDF] Robot mBot : prise en main avec Scratch (mBlock)

Note : l'accu Lithium 37V officiel proposé par le fabricant est en cours de certification avec le circuit de recharge embarqué sur la carte du mBot V1 1



[PDF] Robot mBot-Blue (24 GHz Version) Base programmable - Cours

Cette base robotique compatible arduino est livrée sous la forme d'un kit à assembler Elle est composée de diverses structures mécaniques en



[PDF] mBot Ranger - Makeblock Co Ltd

mBot Ranger est un kit robot pédagogique STEM 3-en-1 qui peut prendre trois formes de construction : un tank robot une voiture de course à trois roues et



[PDF] Marti : Le Mbot est un artiste

Séance 1 : Comment programmer le mBot pour qu'il parcourt toute la toile ? Exemples de solutions trouvées au cours des recherches



Le robot MBOT - Site de courstechnocollege ! - technologie au collège

9 - La programmation sur le Mbot ; Actionneurs et capteurs Algo et prog S1 fiche élève 2019 pdf · 197 7 KB ; chaine d'énergie et d'information C1 - 

:

Basic Robotics Course

Module 5

Coding Based on

Line Following Mode

2

In this chapter we shall learn:

1.What is line following?

2.Need for line follower robots.

3.Applications.

4.Projects -Line following mode.

Module 5 Lesson 1 Line Followers

You have all seen how ants travel.

They mostly travel in a line.

Ants ʹThe natural Line Followers

They follow an invisible route.

In search of food, or back home.

Watch the video ʹManmade line followers

https://youtu.be/WIlS3vNSuQ4 Line follower is a machine or a robot that can follow a defined path. The path can be visible like a black line on a white surface or the other way round. Sensing this line, the robot can stay on course, by constantly correcting wrong moves using feedback from its sensors.

What is a Line Follower

Typical Applications of Line Followers

How Does Line Following Work

It works on the principle of Infra Red (IR) light falling on a surface and recording the amount reflected by it. If the reflected amount is high, it can be deduced that the surface is close to white. If the reflected amount is less, it can be deduced that the surface is black.

Working Principle

line following sensor of mBot It is placed at the bottom of mBot with the two sensors facing downwards. Each sensor has one IR transmitter and one IR receiver in it. Both transmitters emit IR light continuously during their move.

IR receivers in turn receive the reflected light.

How does mBot make use of this Sensor?

While moving mBot keeps measuring the amount of reflected IR light thus remaining on the black line.

In so doing, three situations could arise:

1.If it senses it is on a black line, it keeps moving forward.

2.If it begins to deviate from the black line, it takes immediate corrective actions by turning left

or right to help it remain on the black line.

3.If it is not on the black line, it takes action to find the black line or stop.

So how does it work?

If mBot is over black surface, the IR receiver will receive less light and output value 0.

Based on this, mBot will keep moving.

If mBot is over white surface, the IR receiver will receive more light and output value 1. When mBot gets value 1, it knows it has gone out of the black and starts taking corrective action to get it back over the black line.

Converting sensor inputs to action

Both mBot sensors on

black line. Sensor output given ʹ0. mBot keeps moving straight. Sensor not receiving IR signal. Output 0Sensor could receive IR signal. Outputs 1, 2 & 3

Converting sensor inputs to action

Both mBot sensors on

black line. Sensor output given ʹ0. mBot keeps moving straight.

Rt sensor moves out of

black line. Sensor output given ʹ1. Bot tries to move left. Sensor not receiving IR signal. Output 0Sensor could receive IR signal. Outputs 1, 2 & 3

Converting sensor inputs to action

Both mBot sensors on

black line. Sensor output given ʹ0. mBot keeps moving straight.

Rt sensor moves out of

black line. Sensor output given ʹ1. Bot tries to move left.

Left sensor moves out of

black line. Sensor output given ʹ2. Bot tries to move right. Sensor not receiving IR signal. Output 0Sensor could receive IR signal. Outputs 1, 2 & 3

Converting sensor inputs to action

Both mBot sensors on

black line. Sensor output given ʹ0. mBot keeps moving straight.

Rt sensor moves out of

black line. Sensor output given ʹ1. Bot tries to move left.

Left sensor moves out of

black line. Sensor output given ʹ2. Bot tries to move right.

Both sensors out of black

line. Sensor output given ʹ

3. Bot turns back to find

black line. Sensor not receiving IR signal. Output 0Sensor could receive IR signal. Outputs 1, 2 & 3

Getting Out of Black line

1.In the last slide we had seen the right sensor had gone out of the line.

2.To get it back the left sensor was trying to turn it to the left.

Getting Out of Black line

1.In the last slide we had seen the right sensor had gone out of the line.

2.To get it back the left sensor was trying to turn it to the left.

3.Let us assume for some reason the left sensor also goes out of the black

line.

4.If this happens the mBot will stop.

Getting it Back

1.To get it back mBot will have to be programed to do so.

2.To do this we need to programme both the sensors to keep attempting

to turn it to the direction of the last attempt at correcting the direction of movement.

Getting it Back

1.To get it back mBot will have to be programed to do so.

2.To do this we need to programme both the sensors to keep attempting

to turn it to the direction of the last attempt at correcting the direction of movement.

3.Since the last attempt was at moving it to the left, we must now

programme it to continue doing so.

4.Now when the left sensor again identifies a black line it will stop this

attempt and start moving straight.

5.Doing this is what coding is all about.

Module 5 Lesson 2

Selection of Line

Following Mode

This mode is selected by clicking on button C.

Option -1

Line Following

Mode

On Board Button

Press on board button till LED turns Blue

Option -2

Let us start coding

Project 1 ʹSimple Line Following

Project 2 ʹmBot plays music while following a line Project 3 ʹmBot follows a line and avoids an obstacle as well

Thanks

quotesdbs_dbs21.pdfusesText_27
[PDF] mbot ranger programming

[PDF] mbot tutorial pdf

[PDF] mca cet 2020 registration date

[PDF] mca cet exam form date 2020

[PDF] mca company master data search

[PDF] mca india company information

[PDF] mca madras university syllabus

[PDF] mca notes mumbai university

[PDF] mca roc filing

[PDF] mca21 for form upload

[PDF] mcat biology

[PDF] mcat chemistry review

[PDF] mcat guidelines

[PDF] mcat metabolism

[PDF] mcat metabolism cheat sheet