100% found this document useful (1 vote)
71 views16 pages

Prakhar Jawre, Electronics Club 2015-16: Introduction To Arduino

The document provides an introduction to Arduino microcontrollers and discusses plans for an electronics club project. It explains that Arduino is an electronic development platform built around ATmega microcontrollers that makes microcontroller projects easy. It then presents the problem statement for the club's project - to create a "Breakout" game using an LED matrix display and buttons or joystick. Key requirements are that the LED matrix must be at least 8x8 pixels to display a paddle, bricks, and ball, and the game involves bouncing a ball to break bricks without it hitting the bottom.

Uploaded by

Vibhu Mittal
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
100% found this document useful (1 vote)
71 views16 pages

Prakhar Jawre, Electronics Club 2015-16: Introduction To Arduino

The document provides an introduction to Arduino microcontrollers and discusses plans for an electronics club project. It explains that Arduino is an electronic development platform built around ATmega microcontrollers that makes microcontroller projects easy. It then presents the problem statement for the club's project - to create a "Breakout" game using an LED matrix display and buttons or joystick. Key requirements are that the LED matrix must be at least 8x8 pixels to display a paddle, bricks, and ball, and the game involves bouncing a ball to break bricks without it hitting the bottom.

Uploaded by

Vibhu Mittal
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/ 16

INTRODUCTION TO ARDUINO

Prakhar Jawre, Electronics Club 2015-16


QUICK REVISION
➤ Difference between Digital and Analog electronics.
➤ What are ICs (Integrated Circuits)?
➤ Different ICs we got acquainted with-
➤ 555 Timer
➤ 4029 Counter
➤ 7447 Seven Segment Decoder.
➤ De/Multipliers - De/Encoders
➤ and lots of logic gates.
➤ We created a simple clock.
➤ The clock was made of various modules/ ICs
➤ For different applications we need different ICs
➤ What if we had an IC which can be used in many
applications, just by reprogramming it.
MICRO
CONTROLLERS
It is a small computer on a single
IC used in various applications.

ATMEGA MICRO
CONTROLLERS
A very popular micro controller series,
generally used by many electronics
hobbyist around the world.
ARDUINO

➤ Arduino is an electronic development platform, build around ATmega micro


controllers.
➤ It makes micro controller based electronic project development very easy.
➤ It has a highly active user community around the world, so you’ll never stuck
in any problem.
ARDUINO UNO
LET’S GET OUR HANDS
DIRTY
please open https://123d.circuits.io
ELECTROMANIA’16 PROBLEM
STATEMENT DISCUSSION
Prakhar Jawre, Electronics Club 2015-16
PROBLEM STATEMENT
➤ The objective is to design a 2D “Break the Bricks” game using a self-fabricated LED Matrix
as the display and the game will be played by buttons/self-fabricated handheld joystick.

COMPULSORY TASKS
➤ A self-fabricated LED matrix of minimum size 8x8 will be used for display. A particular
pattern of 3-4 glowing LEDs should be used to represent the paddle (to reflect the ball).
➤ One can either use a switches/handheld joystick to move the controlled paddle left or right.
➤ Bricks will be represented by a different pattern of glowing LED.
➤ When ball hit the paddle, or side walls, it should rebound back . When ball hit the brick,
ball should reflect back and brick should be destroyed.
➤ Aim of the game is to protect the ball from colliding with the ground as well as to destroy
the bricks. Any other extra feature can also be implemented. Note that though the extra
features contain a significant portion of the allocated marks, but they would be taken into
consideration only when the participant team has fully implemented the compulsory tasks.
SOMETHING LIKE THIS..
HOW TO MAKE LED MATRIX
HOW TO MAKE LED MATRIX

8 bit shift register


HOW TO MAKE LED MATRIX

Binary to Decimal decoder


PROPER LAYOUT OF COMPONENTS ON GPB
➤ Clean soldering.
➤ Careful with pins of
Arduino, always lookout
for short circuits and
wrong connections.
➤ Boards can be stacked over
each other.
CLUB ETIQUETTE
➤ Always keep the club clean.
➤ You are not allowed to take any tool outside the club.
➤ Switch off soldering iron after use.
➤ Put the components back to their place after use.
➤ Use the resources wisely.
THANK YOU!

You might also like