0% found this document useful (0 votes)
10 views

Codey Inventor Course Overview

The Codey Inventor Kit is designed for seniors aged 10 and above, offering 24 hours of online learning focused on programming, embedded C, and logic building through hands-on robot projects. The kit includes various components such as sensors, motors, and a microcontroller, enabling users to create over 100 different robotic projects. The course covers essential topics from microcontroller basics to advanced algorithms for autonomous robot behavior.

Uploaded by

skumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Codey Inventor Course Overview

The Codey Inventor Kit is designed for seniors aged 10 and above, offering 24 hours of online learning focused on programming, embedded C, and logic building through hands-on robot projects. The kit includes various components such as sensors, motors, and a microcontroller, enabling users to create over 100 different robotic projects. The course covers essential topics from microcontroller basics to advanced algorithms for autonomous robot behavior.

Uploaded by

skumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

CODEY INVENTOR KIT

Table of Contents
1. Course Overview 3
2. Kit Contents 3
3. Course Structure 4
4. FAQ 6
1. Course Overview

Age group: Seniors (10+ years)

Course Duration: 24 Hours of Online Involvement

Key Takeaways:

• Programming
• Embedded C
• Logic Building

Description:

● There isn’t any electronics or mechanical item in today’s world without a bit of “code” in
them – equip yourself to be the creator!
● From headers to creating functions, this level takes you through hands on experience of
programming a robot with “Embedded C”
● Learn about creating algorithms, speed control of robot, commanding it to your needs and
many more.
● Debugging codes is neither difficult nor boring – it’s fun and easy, when you have to do it
with Robots.
● Excited to design your own automated Vacuum Cleaner, Fire fighter robot, food serving
robot and a few other robot variations? Go ahead; you have more than 100 projects to work
on
● 24 hours of AI-assisted learning followed by assessment and certification

2. Kit Contents

1. SPDUINO - 1 nos.
2. IR Sensor (D/A Output) - 3 nos.
3. Auton Shield - 1 nos.
4. SPDUINO PCB Plate - 1 nos.
5. Autonomous Robot Chassis (Bottom Plate) - 1 nos.
6. Autonomous Robot Chassis (Middle Plate) - 1 nos.
7. Autonomous Robot Chassis (Top Plate) - 1 nos.
8. Wheel (6.5CM DIA, 3CM Width) - D Shaft - 2 nos.
9. Plastic Geared Motor (BO) - 2 nos.
10. 14MM Steel Ball - 1 nos.
11. 3PIN RMC (Female to Female) - 30CM - 3 nos.
12. 2PIN RMC (Female to Female) - 20CM - 2 nos.
13. USB A-B CABLE - 1 nos.
14. Lithium ION (Li-ion) Battery 2 cell 7.4V 2200MAH - 1 nos.
15. Charging Adapter - 1 nos.
16. Phillips (Slotted) M3X15 Screw (Pack of 10) - 2 nos.
17. Phillips (Slotted) M3X25 Screw (Pack of 10) - 1 nos.
18. 3MM/M3 Nuts (Pack OF 25) - 1 nos.
19. Slotted (Minus) M3X50 Screw (Pack of 10) -1 nos.
20. Phillips (Star) M3X50 Screw (Pack of 10) - 1 nos.
21. Screw Driver (Slotted / Minus) - 1 nos.
22. Screw Driver (Slotted / Star) - 1 nos.

3. Course Structure

Number of Chapters: 13

Online Involvement Hours: 24 Hours

S.no. Chapters Description

1 INTRODUCTION TO Start off your journey in the world of automation by


MICROCONTROLLER understanding the basics of computers and microcontrollers –
its processor, memory, input/output ports and many more !

2 INTRODUCTION TO Programming will no more be a complex task. Learn the


PROGRAMMING basics of coding your microcontroller in the Embedded C
language and kick-start by doing a simple activity of glowing
an LED

3 CONTROLLING AN LED No more electronic limitations – all your imaginations can be


put into action, now that you know programming. Control
your LED, make it glow, go off, blink fast, slow and whatever
comes to your mind !
4 ROBOT ASSEMBLY Finally, the part that you were waiting for. Assemble the
robot with the guidance of the video and get ready to start
your autonomous robots. Learn about another special shield
– the Auton Shield

5 CONTROLLING YOUR Creating functions is a vital programming knowledge. Learn to


ROBOT create functions for the different movements of your robot
and check the robot in action

6 SENSOR BASED ROBOT Your first autonomous robot – make your robot move when
MOVEMENTS there is no obstacle in front and stop once it sees an object.
Start small and smart.

7 OBSTACLE AVOIDER Like the driverless cars that are about to plunge onto our
roads soon? Why just look at it with awe – why not create
one? Start off with the basic concepts of obstacle avoiding –
the seeds to the big algorithms of such applications

8 LIGHT FOLLOWER Fire fighting robots? Solar Trackers? Well, it's the light
following concept. Learn the algorithms and the basics to
program your robot to search for light and find it !

9 WALL FOLLOWER Have a vacuum cleaning robot? Does it have a wall following
mode? Well, that is what you can do in this chapter. Learn the
concept of wall following robot and see it in action !

10 PIT AVOIDER Innovating wheel-chairs is a good thing! Preventing it from


falling in any pits, preventing it from hitting on anything are
small and useful automations – Learn the concept of pit
avoiding in this Chapter !

11 LINE FOLLOWER Line following is the most popular robot that are used in
industries today to perform tasks of transportation, material
handling and path mapping.

12 INTRODUCTION TO Serial communication is an important methodology of in the


SERIAL field of wireless control. Unlock 60+ unique controls on your
COMMUNICATION keyboard to control and command your microcontroller
13 COMPUTER Control your robot through your computer – now you can
CONTROLLED ROBOT increase the speed, decrease it and unlock unimaginable
controls for your robot through serial communication.

4. FAQ

What are the other items required to learn with this kit?

You simply require a PC or tablet with Internet connection. Ideally, utilize Google Chrome browser to
learn on the web.

What can I make with this kit?

This kit helps you learn the Basics of Programming – Logic building, C Programming from the Basics
of variables, Statements to creating functions, Conditional Statements, Loops and more. You get to
code your own Robot to do various activities such as self-driving cars, Robot vacuum cleaners,
Industrial based Line Followers, Fire Extinguishing Robot, Pit Avoiding Robot and more. You can
continue forward to make 100+ crazy projects with it, after you completing your learning!

How many hours will this keep me engaged?

This kit requires 24 involvement hours (which includes video time, coding time and question-answer
time). Suppose you feel that you have to keep yourself engaged for more time, you can essentially
checkout the enormous list of 100+ projects that ought to keep you busy !

What is the syllabus taught with this kit?

1.Electrical and Electronics

Introduction to microcontrollers/ RAM/ ROM/ Crystal Oscillators/ Translator ICs/ FTDI/ Reset
Functionality/ Analog Sensors/ Development board/ Input-output ports.

2.Programming

Introduction to programming/ C-Program/ Embedded-C/ Syntax/ Headers/ Variables/ Functions/


Statements – Types and Uses/ Instructions/ Conditions/ Loops/ Arduino Software/ Installing
Software/ Identifying COM Port/ Setup and loop functions/ Assigning a port as Input or Output/
Writing digital outputs to a port/ Writing analog outputs/ Reading digital inputs/ Reading analog
inputs/ Performing conditional actions based on inputs/ Performing continuous actions based on
inputs/Concept of delay and its effects/ PWM concept and working/ Working with speed control of
motors and brightness of LEDs/ Creating functions/ Calling functions/ Serial Communication/
Establishing communication/ ASCII Codes/ Programming Robots on various algorithms.

3.Mechanical

Designing of Autonomous Robots/ Parameters to be considered/ Placement of components and


analysis of design.
4.Algorithm

Tabular Algorithms/ Analyzing the possible conditions/ Simulating the output/ Concept of Obstacle
Avoider Robot/ Concept of Pit Avoider Robot/ Concept of Light follower Robot/ Concept of Wall
follower Robot/Concept of Line follower Robot/ Concept of Computer Controlled Robot.

What can I do with the kit after I learn?

Really? What you can do? There are many students in our community who have created real
applications with the kit and received awards with it. This kit is not a toy, and you can indeed mix
and match it with the previous or later kit parts - it is open for you to explore and go beyond.

You might also like