16
SHAPING CURIOSITY Learn Ideate Create bot cs R

R bot cs - novation.ai

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: R bot cs - novation.ai

S H A P I N G C U R I O S I T Y

Learn Ideate Create

bot csR

Page 2: R bot cs - novation.ai

This ALL IN ONE Robotics Kit is a Kit for Beginners, who want to learn the basics of electronicsand want to gain knowledge about Microcontrollers. This Kit consists of all the componentsthat you need for making a simple project and turn your ideas into reality using NOVATIONBrain which is a microcontroller board and is easy to learn and program. This is user friendlyand platform-independent.

Projects that can be made with this Kit.

1. LED sequencing

2. Smart Traffic light

3. Burglar Alarm

4. Temperature monitoring Device

5. Visitor counter

6. Smart Car parking system

7. Distance/Height measuring device

8. Line following robot

9. Obstacle avoiding car

10. Table Runner Car

Easy to assemble

Can be used in real life scenarios

Supports a variety of challenges

All in One Robotics Kit

Scan for more details

10 +

Projects

Page 3: R bot cs - novation.ai

Kit Components

Novation Brain:- This is themicrocontroller board thatcontrols the functioning of allthe projects that can be madewith this kit.

Jumper Wire :- These are thespecial types of wires designedto use with the Novation Brain.

Resistor :- It is used to

regulate/control the flow of

current in an electronic circuit

it also protect the circuit board.

Screwdriver :- It is a tool usedfor driving screws. It is used totighten the screws which areused to connect variouscomponents on chassis.

Chassis:- It is a frame ontowhich everything - the actuators,the effectors, the wheels, thecastor, the grippers, the brain - isattached and supported.

Caster :- It is an undrivenwheel that is designed to beattached to the bottom of alarger object to enable thatobject to be moved.

Battery :- A 9V battery is

provided along with the KIT

which is used to power the

controller board.

Battery Clip :- A battery clip is

provided in the kit which is

used to connect battery to the

board.

LEDs :- It is a semiconductordevice that converts electricalenergy into light energy.

IR Sensor :- This is anelectronic device that emits IRrays in order to detect anyobstacle in the surroundingarea.

Ultrasonic Sensor :- Thissensor is used to measuredistance of any object fromitself using ultrasonic soundwaves.

16x2 LCD :- LCD Display is anoutput device which is used todisplay text or number asoutput.

USB A to B :- This cable is

used for uploading the code or

program from computer to the

novation Brain.

BO Motor :- This (BatteryOperated) motor is light weightDC geared motor which givesgood torque and rpm at lowervoltages.

Temperature Sensor :- TheLM35 series are precisionintegrated-circuit temperaturedevices with an output voltagelinearly proportional to theCentigrade temperature.

Wheel :- A 75mm plastic and

rubber grip wheel is provided in

KIT which is used to make

various mobile projects.

Page 4: R bot cs - novation.ai

NOVATION BRAIN

1. Open the Arduino IDE software.2. Now for programming the board using the software you need to add the board on this software3. Follow the following steps to add the board,4. Open any browser and in search bar type mini core github.5. Open the first link shown

How to program Novation Brain

6. Now scroll down and

copy the following link

shown

7. In software click an file -> Preferences

8. Now paste the link in the dialogue box opened

9. Press OK

10. Now Go to Tools → Boards -> Board manager.

11. Type mini core in search bar.

12. Install the mini core board.

13. Now again go to Tools -> Boards -> mini core and select Atmega 8.

14. Now the board is ready to use and program.

Page 5: R bot cs - novation.ai

PROJECT - 1

LED Sequencing

1. Novation Brain

2. LED [Qty-4]

3. Jumper wires

[M-M, Qty-9]

5. Resistors 1K

[Qty-4]

Components RequiredProject Description

In this project you will make a sequence of LED’s.You are going to use 4 LEDs, 4 Resistors 1K, Jumperwires, and Novation Brain for making this project.After programming the board, the LEDs will glow in asequence (one by one) of 0.5-sec gap and will turnoff in the same sequence and this will continue tillthe power is provided to the board.

For step wise project constructionScan Here

Page 6: R bot cs - novation.ai

PROJECT - 2

Smart Traffic Light

1. Novation Brain

2. RGB LED

[Qty-1]

1. Jumper wires

[M-M, Qty-4]

Components Required Project Description

In this project you will make a traffic light modelusing RGB LED. You are going to use RGB(RedGreen Blue) LED, Jumper wires, and Novation Brainfor making this project. After programming theboard, the RGB LED will glow like a traffic light i.e.First Red Light will glow for few seconds, thenGreen Light will glow as soon as Red Light is turnedoff and then Yellow Light will glow after Green Lightis turned OFF.

For step wise project constructionScan Here

Page 7: R bot cs - novation.ai

PROJECT - 3

Burglar Alarm

1. Novation Brain

2. IR Sensor [Qty-1]

3. LCD (16*2) Display

4. Battery 9V

5. Battery clip

6. A to B USB cable

7. Resistor 1K [Qty-1]

8. Jumper wires

[M-F, Qty-15]

[M-M Qty-2]

Components RequiredProject Description

In this project we are going to make a Burglaralarm that will sense the presence of anyunwanted human being in a room. As soon asanyone comes in range of IR sensor it detectsit and sends signal to Novation Brain which inreturn sends signal to Buzzer and Red LED.After receiving a signal from board about anyintruder, the Buzzer blows and informs.

For step wise project constructionScan Here

Page 8: R bot cs - novation.ai

PROJECT - 4

Temperature monitoring Device

1. Novation Brain

2. LCD (16x2)

3. LM35 Temperature Sensor

4. Jumper wires

[M-F Qty-12, M-M Qty-5]

5. Resistors 1K

[Qty-1]

Components Required Project Description

In this module we are going to introduce a deviceused for monitoring temperature. For temperaturemeasurement LM35 precision integrated circuitsensor is used. The LCD screen displays themeasured temperature continuously. This systemis used for checking room temperatures and inweather monitoring devices.

For step wise project constructionScan Here

Page 9: R bot cs - novation.ai

PROJECT - 5

Visitor Counter

1. Novation Brain

2. IR sensor [Qty-2]

3. LCD (16x2)

4. Breadboard

5. Resistors 1K [Qty-1]

6. Jumper wires

[M-F Qty-18, M-M Qty-2]

Components RequiredProject Description

People or Visitor counters are widely knownembedded application that are used in placeslike theaters, malls, transport stations andmany other places. High end counters usesophisticated hardware to do the process ofcounting. Here you will make a simple Visitorcounter project using Novation Brain whichuses IR as a tool for sensing people.

For step wise project constructionScan Here

Page 10: R bot cs - novation.ai

PROJECT - 6

Smart Car Parking System

1. Novation Brain

2. IR sensor [Qty-2]

3. LCD 16x2

4. Resistor 1K [Qty-1]

5. Jumper wires

[M-F Qty-18, M-M Qty-2]

Components Required Project Description

In this project you are going to make a smartparking system. This project solves the real-lifeproblem of parking and space management. Assoon as the IR sensor detects any object (Vehicle)it sends signal to the board and board send signalto LCD that the slot is occupied so LCD shows slotis Full. If IR sensor does not detect any object, theLCD shows slot empty.

For step wise project constructionScan Here

Page 11: R bot cs - novation.ai

PROJECT - 7

Distance/Height Measuring Device

1. Novation Brain

2. Ultrasonic sensor

3. LCD 16x2

4. Resistors 1K [Qty-1]

5. Jumper wires

[M-F Qty-16, M-M Qty-2]

Components RequiredProject Description

In this project, you are going to make a distancemeasuring device. We are using an ultrasonicsensor along with Novation Brain. The ultrasonicsensor measures the distance of any object in itsrange, it uses ultrasonic waves for measuringdistance. The trigger pin transmits the ultrasonicwaves and the waves are received by the echo pinand distance is calculated and Board prints it onthe LCD.

For step wise project constructionScan Here

Page 12: R bot cs - novation.ai

1. Novation Brain

2. Chassis

3. IR sensor [Qty-2]

4. BO motor [Qty-2]

5. Wheels 75mm [Qty-2]

6. Castor wheel

7. Screw-driver

8. Battery 9V

9. Battery clip

10. A to B USB cable

11. Jumper wires

[M-F, Qty-12]

Components Required

PROJECT - 8

Line Following Robot

Project Description

The Path Following Robot is a mobile machinethat can detect and follow the line drawn on thefloor. Generally, the path is pre-defined and canbe either visible like a black line on a whitesurface with a high contrasted color or it can beinvisible like a magnetic field.

For step wise project constructionScan Here

Page 13: R bot cs - novation.ai

PROJECT - 9

Obstacle Avoiding Car

1. Novation Brain

2. Ultrasonic sensor

3. Chassis

4. BO motor [Qty-2]

5. Wheels 75mm [Qty-2]

6. Castor wheel

7. Screw-driver

8. Battery 9V

9. Battery clip

10. A to B USB cable

11. Jumper wires

[M-F, Qty-8]

Components Required Project Description

A simple project on Obstacle Avoiding Robot canbe designed using our kit. An Obstacle AvoidingRobot is a type of autonomous mobile robot thatavoids collision with unexpected obstacles. In thisproject, an Obstacle Avoiding Robot is designed. Itis a Novation brain-based robot that usesUltrasonic range finder sensors to avoid collisions.

For step wise project constructionScan Here

Page 14: R bot cs - novation.ai

PROJECT - 10

Table Runner Car

1. Novation Brain

2. IR Sensor [Qty-1]

3. Chassis

4. BO motor [Qty-2]

5. Wheels 75mm [Qty-2]

6. Castor wheel

7. Screw-driver

8. Battery 9V

9. Battery clip

10. A to B USB cable

11. Jumper wires

[M-F, Qty-5]

[F-F, Qty-4]

Components RequiredProject Description

A table runner car is a type of robot that’sdetects the surface when running on the tableand never falls from the table. It’s a Novationbrain-based robot that uses IR sensor to sensethe on and out of the table when it’s runningand never falls from it.

For step wise project constructionScan Here

Page 15: R bot cs - novation.ai

CHASSIS Hole Description

H1

H2

H3

H4

C3

C2

C1

IR2

US

RM

LM

IR1

For Ultrasonic Sensor

For Novation Brain

For Infrared Sensor

For Infrared Sensor

For Caster Wheel

For Caster Wheel

For Caster Wheel

For Left Motor

For Right Motor

For Novation Brain

For Novation Brain

For Novation Brain

Chassis Hole Description

Scan to Loginat Novation.ai

How to access the Course on website

✓ Scanning QR will take you to Novation Academy home page.

✓ For getting access to the course, you need to register on website.

✓ Go to Register -> Enter the details -> click on Register

✓ After Registering, go on ‘Courses’ and click on the name of the kit.

✓ Now you can access the free courses available for you.

Safety precautions

✓ Do not use more than 12V battery

✓ Do not rotate the gear of BO motor manually

✓ Keep KIT components away from water

✓ Do not connect the +ve and –ve pin of the board.

www . n o v a t i o n . a i

Page 16: R bot cs - novation.ai

Novation Hub Pvt.LtdEmail ID: [email protected]

www.novation.ai

Novation Hub is a leading EdTech company, which provides learning solutions for K-12 studentsto enhance their skills and operational learning. We help put technology to its best use alongwith pushing the boundaries of learning. We provide knowledge coupled with hands-onlearning experience for a strong conceptual foundation of the students.

ABOUT US

+91 9990091793

Jumper Wires (Male - to - Male)

Jumper Wires (Female - to - Female)

Jumper Wires (Female - to - Male)

A to B USB cable

Screwdriver

Wheels 75mm *2

Battery clip with DC connector

Ultrasonic Sensor

BO motor

Novation Chassis

Resistors 1K

LCD 16x2Battery 9V

IR sensor

3D printed part for Sensor

BO motor clamp*2

Castor wheel

(RED/Yellow/Green/White) LED*2 / *3 / *2 / *3

Metal Spacer4 pcs Bolt

3*25(6 pcs)

Bolt 3*15(6pcs)

Bolt 3*5

(12 pcs)

Nut (3 mm)(25 pcs)

Temperature Sensor

Novation Brain