Get Your Project Started

Slides:



Advertisements
Similar presentations
Amplifying Signals Breadboarding: from a diagram to an actual working amplifier.
Advertisements

© red ©
LED Display Prof. Betty Lise Anderson. Here’s what you’re going to build.
SpectraSonde Assembly. What is the SpectraSonde? Reads temperature, pressure, and humidity data from the atmosphere. The SpectraSonde doesn’t fly like.
PICS / Microcontrollers
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
Motors Make the world go ‘round By Jackson Greer, Room 305.
Practice Problems to become familiar with circuits and circuit diagrams.
NPN Foundations of Technology NPN © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
Experiments Day 1 & 2 Resistors, Potentiometers and Photocells.
Experiments Day 1 Resistors.. Electronic Technology Definition: The technology of using small amounts of electricity for controlling, detecting, collecting,
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
LCD Screens ‘How it works?’. LCD ScreensOutput devices LCD Screens Liquid crystal display (LCD) screens are visual display units. An LCD is made up of.
Electronic Schematics How we can draw electronic circuits.
How an NPN Transistor Works
SIMON Presented By: Amanda Buczkowski James Jenkins Fadi Hanna.
Electronics Speaker Project Mr Sanders.
Microcontroller Hands-on Workshop #2 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers October 31, 2009.
In the Racing Game of Knowledge Who will finish first? By:priya ridha p Click Here to Start 5 player Click Here to Start 1 player.
Directions: 1.Divide the class into two teams: X’s & O’s. Begin the game. 2.Once all characters have been introduced, you will come to a screen with all.
Final Term Project Hi-Tek Smoke Detektor By: Rohan Sharma.
Embedded systems and sensors 1 Part 2 Interaction technology Lennart Herlaar.
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Having fun with code, using Arduino in a middle school CS classroom
Get Your Project Started with Arduino
Class 1: Building a Raspberry Pi LED Flasher
Arduino Uno – controlling LED strips
Prototyping Home Automation Concepts
Overview What is Arduino? What is it used for? How to get started
Prototyping Home Automation Concepts
Prototyping with Microcontrollers and Sensors
Overview What is Arduino? What is it used for? How to get started
Get Your Project Started with Arduino
Arduino Development for Beginners
Prototyping Home Automation Concepts
Liquid Crystal Display Arduino
Get Your Project Started with Arduino
Fair Use Building and Research Labs Presents
Building Raspberry Pi Controllers with Python
As the title suggests, the aim of First to Eight is to be the first player to reveal eight circles within the play zone. The game can be played by 1 -
Resistors (466) Chapter 14.
Schematic Diagrams: Electrical Component Symbols
Basic Electronics Year 10.
Seven Segment Displays
All you wanted to know about Arduino (and somethings you didn’t)
Pushbutton Piano using an Arduino Redboard
What is Arduino? By James Tedder.
Create a paper craft for any object that makes a sound
Arduino 101 Credit(s):
Working with Arduino: Lesson #1: Getting Acquainted with the Kit
Like.
Election #1 Popular Vote Electoral Vote State Red Yellow
Fair Use Building and Research Labs Presents
Basic circuits Electrical circuits Electrical properties Ohm’s law
Arduino Part 4 Let there be more light.
What Color is it?.
How a PNP Transistor Works
How an NPN Transistor Works
CTY SAR FCPS Shawn Lupoli, Elliot Tan
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Arduino Motor Lab Inspired by NYU ITP project
CTY SAR FCPS Shawn Lupoli, Elliot Tan
The Skinny Dippers Michael Green.
Lab 1 Components List.
Arduino Uno circuit basics
MYSTERY GRAPH Dividing Polynomials using Long Division and Synthetic Division B C D E F G H I J K L M
As the title suggests, the aim of First to Eight is to be the first player to reveal eight circles within the play zone. The game can be played by 1 -
Presentation transcript:

Get Your Project Started with Arduino Class 5: Arduino Games June 13, 2014 Don Wilcher

Arduino and Games Topics Make: Basic Arduino Projects book example The Secret Word Game

Make: Basic Arduino Projects book example

Secret Word Game Chapter 26. The Secret Word Game In the mid-1970s, a company named Tiger Electronics made a variety of handheld electronic sporting games like baseball, basketball, and football. These portable handheld games used LEDs, seven-segment LED displays, and speakers to provide visual and audio effects for the units. The pushbuttons on these portable gaming devices allowed total interaction between the player and the electronic handheld unit. In other words, while they weren’t a Wii, these little electronic units were the first really popular interactive sports games. The Secret Word game is a cross between Jeopardy! and Charades, in which players attempt to guess the message programmed into the Arduino microcontroller within a certain amount of time..

The Secret Word Game Block Diagram

The Secret Word Game BOM Parts List Arduino microcontroller Full-size breadboard R1: 330Ω resistor (orange, orange, brown stripes) R2: photocell (light sensor) R3: 1KΩ resistor (brown, black, red stripes) LCD1: 16x2 liquid crystal display (LCD), part number JHD 162A LED1: RGB (red, green, blue) LED S1: pushbutton switch

The Secret Word Game Prototype

The Secret Word Game Fritzing Wiring Diagram

The Secret Word Game Circuit Schematic Diagram

The Secret Word Game Rules Rules for the Secret Word Game The objective of the game is to guess the mystery word programmed into the Arduino microcontroller within a certain amount of time. Three hints will be given to the players by the game host, after which a pushbutton switch is pressed to start the RGB LED timing sequence. The players will write their answers on a sheet of paper. Once the RGB LED timing sequence is completed, the game host reveals the secret word to the players by shining a flashlight on the photocell. The player who has the winning word will shout out, “I’m a Winner,” or some other suitably cool phrase! The game host starts a new game by changing the secret word using the lcd.print() instruction of the Secret Word Game sketch. The new sketch is then uploaded to the Arduino microcontroller for the next round of electronic gaming fun!

The Secret Word Game: Flashing LED

The Secret Word Game: Revealing the Mystery Word