An Arduino Workshop; part 2

Slides:



Advertisements
Similar presentations
Club Car IQ Technical Information
Advertisements

With FX503 Controller Conversion
Wiring the new control system MVRT 2010 – 2011 Season.
Photos and Sensor Instructions
RaceBot can do car race using two DC motors. Let's learn how to go forward, backward, right turn, and left turn. with practicing ' ㄱ ' shape racing, and.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Functional Block Diagrams of Wunderbot 3 Subsystems.
Old control system ( ) MVRT. Main Circuit Breaker Connected to the red wire (power) of the battery When turned off, all power is cut off and robot.
Embedded Programming and Robotics Lesson 6 Mechanical Assembly 1.
Worksheet Assistance Color Coding Schematics VBloom.

Begin EZ-GO DCS CART TROUBLESHOOTING. GENERAL WIRING DIAGRAM Next.
LINE FOLLOWER ROBOT USING I-BOT mini V3
1 Servo Motor. 2 Overview A servo motor is a motor that is only capable of rotating 180 degrees A servo motor is controlled by giving it an angle to proceed.
Robot design-- Four legged walking robot Instructors: Dr. A
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Bluetooth Controller Setting up the BT controller and Arduino with Processing.
To come up with a practicum project that full filled the 411 requirements Create a fun project that would get kids interested in science and engineering.
INTERFACING WEB SERVER WITH A ROBOT
PRIYADARSHINI SHRAVYA KAVYAA MOBILE CONTROLLED ROBOT USING DTMF ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Photos and Sensor Instructions
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
Oregon Robotics Tournament and Outreach Program RCX Basics.
MAKE: AN ELECTRONICS WORKSHOP
Norwood Elementary Science SCHEMATIC DIAGRAM SYMBOLS.
SAMI MAKERSPACE MAKE: AN ELECTRONICS WORKSHOP. SERVOS Precise rotations.
Servo Motor Control Using Arduino Instructor: Dr Matthew Khin Yi Kyaw.
ISA CLICK CONTROL #38 – FALL 2014 ERIC BRUNNGRABER DRAKE ISABIRYE.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Robotics Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning in Mechatronics Technology.
Having fun with code, using Arduino in a middle school CS classroom
Arduino Uno – controlling LED strips
simple example program to control a DC-Motor
Dr. Kyung Eun Park Summer 2017
An Arduino Workshop; part 2
An Arduino Workshop; part 2
connect a DC-Motor with an arduino
Servo Motor.
VSI FED INDUCTION MOTOR DRIVE
Get Your Project Started with Arduino
ARDUINO LINE FOLLOWER ROBOT
SCOUTBOTICS Engineering Notebook
Schematic Diagrams: Electrical Component Symbols
DATA TRANSFER BETWEEN MICROCONTROLLERS AND COMPUTERS IN C#
WELCOME.
Pushbutton Piano using an Arduino Redboard
Automatic Cloth Folding Machine
INTERMEDIATE PROGRAMMING LESSON
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Final Project Review Team LOM April 21, 2017.
Forward Until Touch Robot goes forward until it hits a wall.
School/Team member names Date
Sensory perception with Arduino
Secret Door Knock Detector
Teacher’s Note (do not include in student packet/slide show)
Aciequor Workshop spAts IIT Kharagpur.
Photos and Sensor Instructions
SCOUTBOTICS Engineering Notebook
Arduino Motor Lab Inspired by NYU ITP project
CTY SAR FCPS Shawn Lupoli, Elliot Tan
The Skinny Dippers Michael Green.
Arduino 7 Segment Display Lab
Coding Edbot Dream with Scratch
Model Blimp Design Competition Soldering Workshop by Youth College (International) / VTC 09:30 – 11:00 11:00 – 12: May
Oregon Robotics Tournament and Outreach Program
INTERMEDIATE PROGRAMMING LESSON
Servo Motor.
Buttons.
Presentation transcript:

An Arduino Workshop; part 2 A Microcontroller, using Sumobot juniors

Nodebots – Sumobot junior https://github.com/makenai/sumobot-jr

Testing: Non-soldering wiring diagram Test with the ‘Drive forward ‘code/sketch

Wiring Motors: Red wire to battery Black wire to ground ‘Driving wire’ to pins 9 & 10

The basic code Tethered Step 1 – drive forward Step 2 – turn left/right Step 3 – Bind to key press Step 4 – Sensors (untethering)

Blocks of code part 1 & 2 Drive forward code: https://github.com/kaiwhata/nodebots_howto/blob/master/sumo bot_drive_forward/sumobot_drive_forward.ino Turning code: https://github.com/kaiwhata/nodebots_howto/blob/master/sumo bot_turn/sumobot_turn.ino

Blocks of code part 3 serial control: https://github.com/kaiwhata/nodebots_howto/blob/master/keybo ard_control.ino