Smart Newton Car By: Hui Zhu.

Slides:



Advertisements
Similar presentations
INTRODUCTION TO ROBOTICS AND MICROCONTROLLERS Instructors: Tijjani “TJ” Mohammed and Tarek Abdel-Salam.
Advertisements

Mentor, John R. LaCourse: Nicholas Parrott: Erick Janampa: Project Definition “ The goal of this project.
Cells have positive and negative electrodes.
And cheap, yes! River Falls, WI October 30, 2010 Saint Cloud State University, MN.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
USING A DIGITAL VOLT- OHM - METER Automotive Technology Learning How Electricity Works.
Vex 1.0 © 2005 Carnegie Mellon Robotics Academy Inc. CAN I MAKE MY OWN SENSOR 2 This lesson will explain how to hook a standard dial potentiometer into.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Introduction.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Baseboard Aavikkomursu 7.2. Aavikkomursu Micro- controller Extension port for programming microcontroller and sensor input Resistor RS485 interface chip.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
ENGR 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program Solar Energy Meter.
Electric Current & Electricity Calculations
Sensors are mostly electronic devices used to monitor or capture something.
Circuits Lab ENGR 1181 Lab #3. Circuits in the Real World Many engineering fields and products require the use of circuits. Some are more complicated.
Fall CS-EE 480 Lillevik480f04-l1 University of Portland School of Engineering Project Swift Fox Design Review 21 Jan 2005 Peter Brunke Andrew Robinson.
Measurements in Electric Circuits Gr. 9 Electricity Unit.
Power Plant Construction and QA/QC Section 5.4 – Key Systems and Components Engineering Technology Division.
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,
1 of 20 Core Arduino Workshop Chris Koehler and Brian Sanders Colorado Space Grant Consortium.
Microcontroller Hands-on Workshop #4 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 14, 2009.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
USING A DIGITAL VOLT- OHM - METER Automotive Technology Learning How Electricity Works.
VEX ARM® Cortex®- based Microcontroller. The VEX ARM® Cortex®-based Microcontroller coordinates the flow of all information and power on the robot. All.
Electricity on the Move. Current Electricity Unlike static electricity, which does not move except when discharged, current electricity is a continuous.
IN SPACE. Richardson 50 cent Physics lesson Voltage Electric Potential Difference, V Promise of energy per charge Current Measure of charge flow, I =
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory Basic skill I. 1 : MIDI & Arduino MIDI connections.
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Using a Mulitmeter A digital multimeter is a test tool used to measure two or more electrical values—principally voltage (volts), current (amps) and resistance.
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
What is programming? Make an algorithm to do something in a specific language programming. – Algorithm: a procedure or formula for solving a problem.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Having fun with code, using Arduino in a middle school CS classroom
Introduction to Mechatronics
Robot controlled by Arduino
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Assist. Prof. Rassim Suliyev - SDU 2017
Overview What is Arduino? What is it used for? How to get started
Scrolling LCD using Arduino.
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
Pulse Rate Monitor Ying Wang
Overview What is Arduino? What is it used for? How to get started
Arduino Development for Beginners
Instrumented Walker Status Update 2
Arduino - Introduction
LCD’s with Arduino A Microcontroller.
Arduino Uno and sensors
INTELLIGENT ENERGY SAVING SYSTEM USING PIC MICROCONTROLLER
‘SONAR’ using Arduino & ultrasonic distance sensor
Introduction to robotics
Arduino and Grove LET’S START.
USING A DIGITAL VOLT- OHM - METER
WELCOME.
Instructor Resources.
Welcome to Digital Electronics using the Arduino Board
Chapter 1 Introduction of Arduino
Electric Potential.
Digital Smart Stethoscope
Having fun with Arduino
智慧電子應用設計導論(1/3) Arduino
Arduino and Grove LET’S START.
USING A DIGITAL VOLT- OHM - METER
Instructor Resources.
Presentation transcript:

Smart Newton Car By: Hui Zhu

Miss Zhu www.kidsrobotics.ca

WHAT IS A ROBOT? A robot is a combination of electronics, mechanics and programming, which senses it's surrounding environment through its sensors; processes the sensor information and does something in response.

Load Cell (force sensor) when force is applied to a load cell, it deforms, and causes the electrical resistance to change.

HX711 Module Amplify the voltage from mill volt to volt. Convert the analog signal to a digital signal.

Arduino Microcontroller The microcontroller is the brain of the robot. It processes data and display data in the computer. Arduino is an open source.

Smart Newton Car Software Flow Chart

Breadboard It's a fantastic tool for people who want to connecting wires without needing to solder them.

Assemble the Smart Newton Car 1. F4 to C28 2. F5 to B27 3. J3 to J17 4. J6 to J19 5. A10 to A20 6. I12 to I17

Plug HX711 module in the breadboard

Smart Newton Car

Using Arduino IDE Go to “codebender.cc/static/plugin” ----- Download Arduino IDE plugin Go to “edu.codebender.cc” ----- Open Arduino IDE to show display result

How to Save Display Result to Google Sheets Put your mouse in the serial monitor of Arduino IDE and click. Right click and select display result Right click and select ‘Copy’ Open Google Sheets Click the first column Right click and select ‘Paste’ Adjust one column to two columns (time & force) Click "Save As" in the Google Sheets and type a name

Thank You ! www.kidsrobotics.ca If you have any question, ask Miss Zhu.