Elecbits Self-Balancing Robot.

Slides:



Advertisements
Similar presentations
Skynet An Autonomous Quatrocopter Designed by Andrew Malone And Bryan Absher.
Advertisements

EE357 Control System I - Lec B2 (2010W) - Introduction.
Outline quad-copter Abstract Quad-Copter Movement Hand movement
Ryan Roberts Gyroscopes.
FRC LabVIEW Software Overview Joe Hershberger Staff Software Engineer National Instruments.
Autonomous Navigation of an Indoor Blimp Stuart Wehrly ECE-499 Advisor: Professor Spinelli.
GPSBot08 System Overview.
Roberto - Balancing Robot RIT Computer Engineering Senior Design Project.
Medical Robotics Application for Motion Emulation of Parkinsonian ECE 7995 Advisor Dr. Abhilash Pandya Group #2 Ranvir Hara Ravanpreet Kaur Gaganjeet Hans.
METEOR Guidance System P07106 Nov 2006 – May 2007 Project Review.
Advanced Robotics – “Wobble” Milestone Presentation Patrick Barnes Jin Sub Lee Arild Hjelle Spring 2004.
Formal Report #2 – Special Sensor Matthew Thompson EEL5666.
Self-Balancing Robot Design Team #10 Team: Luc Malo, Renske Ruben, Gregory Ryan, Jeremy Stewart Supervisor: Professor Robert Bauer.
INTRODUCTION TO CONTROL SYSTEMS
Chopper JOHN MICHAEL MARIANO EEL 4665 INTELLIGENT MACHINES DESIGN LABORATORY SEPTEMBER 18, 2014.
Group #2 / Embedded Motion Control [5HC99] Embedded Visual Control 1 Group #5 / Embedded Visual Control Self-Balancing Robot Navigation Paul Padila Vivian.
Standard Grade Knowledge & Understanding
Sérgio Ronaldo Barros dos Santos (ITA-Brazil)
Professor : Chi-Jo Wang Student’s name : Nguyen Van Binh Student ID: MA02B203 Two Wheels Self Balancing Robot 1 Southern Taiwan University Department of.
KDC Arm Project John Kua Kathryn Rivard Benjamin Stephens Katie Strausser.
Presents: THE XR-82 PROJECT. Team Members James Flora Power Point Christopher Ho Report Editor Jonathan Hammer Parts Manager Kyle Tam Web Design Edel.
GPAR Manar Anabtawi Mays Al-Haj Qasem Dr.Sufyan Samara Prepared by Supervisor Examiners Dr.Luai Malhis Dr.Hanal Abu Zant.
ZMP-BASED LOCOMOTION Robotics Course Lesson 22.
Jason Crim Vikas Kedigehalli Chinnappa Pattada.
Name Of The College & Dept
Gyro (yee-roh) Designed by Joshua Lewis. Introduction  Inverted Pendulum  ATMega MicroProcessor  Inertial Measurement Unit  PID Control Algorithm.
Current Works Corrected unit conversions in code Found an error in calculating offset (to zero sensors) – Fixed error, but still not accurately integrating.
專題 TYWu. Project 1 Function –Spiral Light Show Grade: 60~65 Components –LED Array –Arduino UNO Maximum Team Number –2.
Sensors (v.5c)1 CENG4480 Digital Systems Design CENG4480_A1 Introduction Week 1.
Embedded Control Systems Dr. Bonnie Heck School of ECE Georgia Tech.
CS 2310 Final Project - Driving Behavior Monitor Haifeng Xu Dec. 5, 2013.
Robocup Motion Liran Halak Ori Haluba. Specs: HR-OS5 Humanoid Research Robot.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
 ACCELEROMETER  TRANSMITTER- BLOCK DIAGRAM  RECEIVER- BLOCK DIAGRAM  COMPONENTS DESCRIPTION- ENCODER TRANSMITTER RECEIVER OPTICAL SENSOR.
Gesture controlled vehicle By, Sara Amendola Puneet Chugh Prasanth.
Google earth controlled by arduino. Google earth controlled by Arduino Arduino UNO 3 axis Accelerometers Press sensor Hardware VS2008 Google earth common.
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
Robotic platform for MiniSumo competition
Obstacle avoiding robot { pixel }
Automatic human detector garbage can.
An Arduino Workshop; part 2
VSI FED INDUCTION MOTOR DRIVE
Project Members: M.Premraj ( ) G.Rakesh ( ) J.Rameshwaran ( )
Balanduino Supervisor: Dr. Raed Al-Qadi Prepared by: Nadeen Kalboneh Nardeen Mabrouk.
Sliding Mode Control of a Non-Collocated Flexible System
1.1) problem statement Threat to the user; controller device easily be hacked. Current controller device is not user friendly. Analysis Flight Time requires.
Critical Design Review
Title 1  Our experience drives us forward 2.
Labelling Forces Correctly!.
Segway Fault Patrick Lloyd Undergraduate Student
Robots with four wheels
Forward Until Touch Robot goes forward until it hits a wall.
Name Of The College & Dept
Quanser Rotary Family Experiments
Elecbits.
Stability and Centre of Gravity
ADCS, Attitude determination and control system
XBEE CONTROLLED DC MOTORS
ELECBITS FAULT DETECTOR.
Line Following Behavior
Elecbits Ultrasonic RADAR.
Elecbits Project: IoT based Smart Dustbin
Gesture Controlled Robot
Elecbits Smart Helmet.
Elecbits.
Obstacle Detection.
Centre of Gravity Definition Finding the centre of gravity Stability
L. Bondén (project manager), V. Pirsto, N. Luostarinen, S. Sirniö, M
Sliding Mode Control of a Non-Collocated Flexible System
Research on control system based on Zephyr technique
Presentation transcript:

Elecbits Self-Balancing Robot

Self-Balancing Robot Description This SBR Project consist of Arduino UNO-R3. UNO take data from Sensors And using PID control drives motor to balance the robot in upright posture. If robot feels jerk in forward direction then it will oppose that force and try to remain balanced position as it was. It uses some DSP filters like Kalman filter, Digital Low Pass Filter and Digital High Pass filter.

Block Diagram

Working The Self-balancing Robot works on principle of Inverted pendulum. UNO takes Gyroscope and accelerometer data from MPU- 6050 using I2C. Process data using above mentioned DSP filters and give driving parameters to PID controller. Using above process, Sensors and Actuators SBR balances itself about axis passing through its centre of gravity.

Applications Self-balancing robot algorithm used in rocket propulsion system. It can be implemented on Segway. It can be used for surveillance in any terrain.

Thank You