SlideShare a Scribd company logo
1 of 28
Download to read offline
Introducere in Robotica
ROBOT


SENZORI              MOTOARE


          PROCESOR
Motoare
Senzori
Procesor
ROBOTI
(2-3 exemple)
Mini Sumo [1]
Sumo ! [1]
Line Follower [1]
Yellow Drum Machine
CUM ?
Procesor
Motoare [1]
Pololu
Motoare [2]
Motoare [3]
Driver - L298 DIY
Motoare [cod]
Senzori [1]
Sharp Infrared
Senzori [cod]
Robot
Test senzori
Test senzori
    void setup() {
      Serial.begin(9600);
    }


    int readDistance() {
      int sum = 0;
      for (int i=0; i<6;i++){
        float volts = analogRead(0)* ((float) 5 / 1024);
        float distance = 65*pow(volts, -1.10);
        sum = sum + distance;
        delay(5);
      }
      return (int)(sum / 6);
    }


    void loop() {
      int distance = readDistance();
      Serial.println(distance);
    }
Test motoare
Test motoare
                         void go(int speedLeft, int speedRight) {
int MOTOR1_PIN1 = 10;
                          if (speedLeft > 0) {
int MOTOR1_PIN2 = 11;
                            analogWrite(MOTOR1_PIN1, speedLeft);
                            analogWrite(MOTOR1_PIN2, 0);
int MOTOR2_PIN1 = 5;
int MOTOR2_PIN2 = 6;
                          } else {
                            analogWrite(MOTOR1_PIN1, 0);
void setup() {              analogWrite(MOTOR1_PIN2, -speedLeft);
  pinMode(11, OUTPUT);    }
  pinMode(10, OUTPUT);
  pinMode(6, OUTPUT);        if (speedRight > 0) {
  pinMode(5, OUTPUT);          analogWrite(MOTOR2_PIN1, speedRight);
  Serial.begin(9600);          analogWrite(MOTOR2_PIN2, 0);
}                            }
                             else {
                               analogWrite(MOTOR2_PIN1, 0);
void loop() {                  analogWrite(MOTOR2_PIN2, -speedRight);
  go (255, 255);             }
}                        }
Obstacole !
(fiecare echipa individual)
SUMO !

More Related Content

What's hot

Arduino traffic lights
Arduino traffic lightsArduino traffic lights
Arduino traffic lights
qichengpan
 
ce595_color_fetch_robot
ce595_color_fetch_robotce595_color_fetch_robot
ce595_color_fetch_robot
Chih Han Chen
 
Using Timers in PIC18F Microcontrollers
Using Timers in PIC18F MicrocontrollersUsing Timers in PIC18F Microcontrollers
Using Timers in PIC18F Microcontrollers
Corrado Santoro
 

What's hot (16)

Arduino Workshop 2011.05.31
Arduino Workshop 2011.05.31Arduino Workshop 2011.05.31
Arduino Workshop 2011.05.31
 
Arduino traffic lights
Arduino traffic lightsArduino traffic lights
Arduino traffic lights
 
Arduino and Robotics
Arduino and RoboticsArduino and Robotics
Arduino and Robotics
 
Weapons grade React by Ken Wheeler
Weapons grade React by Ken Wheeler Weapons grade React by Ken Wheeler
Weapons grade React by Ken Wheeler
 
ce595_color_fetch_robot
ce595_color_fetch_robotce595_color_fetch_robot
ce595_color_fetch_robot
 
Line following robot
Line following robotLine following robot
Line following robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Hexapod ppt
Hexapod pptHexapod ppt
Hexapod ppt
 
Arduinomotorcontrolusingservoultrasonic
ArduinomotorcontrolusingservoultrasonicArduinomotorcontrolusingservoultrasonic
Arduinomotorcontrolusingservoultrasonic
 
Metal detecting robot sketch
Metal detecting robot sketchMetal detecting robot sketch
Metal detecting robot sketch
 
Aurduino coding for transformer interfacing
Aurduino coding for transformer interfacingAurduino coding for transformer interfacing
Aurduino coding for transformer interfacing
 
Using Timers in PIC18F Microcontrollers
Using Timers in PIC18F MicrocontrollersUsing Timers in PIC18F Microcontrollers
Using Timers in PIC18F Microcontrollers
 
Using Timer1 and CCP
Using Timer1 and CCPUsing Timer1 and CCP
Using Timer1 and CCP
 
Autonomated active safety system
Autonomated active safety systemAutonomated active safety system
Autonomated active safety system
 
Etapes fab-venti-v2
Etapes fab-venti-v2Etapes fab-venti-v2
Etapes fab-venti-v2
 
Arduino workshop
Arduino workshopArduino workshop
Arduino workshop
 

Viewers also liked

Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczneCorel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
Wydawnictwo Helion
 
ERP II: A conceptual framework for next-generation enterprise systems?
ERP II: A conceptual framework for next-generation enterprise systems?ERP II: A conceptual framework for next-generation enterprise systems?
ERP II: A conceptual framework for next-generation enterprise systems?
UGRME
 
Photoshop CS/CS PL. Biblia
Photoshop CS/CS PL. BibliaPhotoshop CS/CS PL. Biblia
Photoshop CS/CS PL. Biblia
Wydawnictwo Helion
 
Zmiana Relacji Web20 Ecu
Zmiana Relacji Web20 EcuZmiana Relacji Web20 Ecu
Zmiana Relacji Web20 Ecu
Kamil Dmowski
 
GeografíA De MéXico Y El Mundo
GeografíA De MéXico Y El MundoGeografíA De MéXico Y El Mundo
GeografíA De MéXico Y El Mundo
georgina yahuaca
 
Metodologia badan uzytkowników informacji w XXI wieku
Metodologia badan uzytkowników informacji w XXI wiekuMetodologia badan uzytkowników informacji w XXI wieku
Metodologia badan uzytkowników informacji w XXI wieku
Sabina Cisek
 

Viewers also liked (20)

Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczneCorel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
Corel Paint Shop Pro Photo X2. Obróbka zdjęć cyfrowych. Ćwiczenia praktyczne
 
Rolnictwo wo
Rolnictwo woRolnictwo wo
Rolnictwo wo
 
Omul care ar putea conduce lumea
Omul care ar putea conduce lumeaOmul care ar putea conduce lumea
Omul care ar putea conduce lumea
 
Praca z tabelami w Excelu
Praca z tabelami w ExceluPraca z tabelami w Excelu
Praca z tabelami w Excelu
 
Europejskie systemy władzy lokalnej - kraje bałtyckie
Europejskie systemy władzy lokalnej - kraje bałtyckieEuropejskie systemy władzy lokalnej - kraje bałtyckie
Europejskie systemy władzy lokalnej - kraje bałtyckie
 
Analiza i ocena jakości współczesnych systemów operacyjnych
Analiza i ocena jakości współczesnych systemów operacyjnych Analiza i ocena jakości współczesnych systemów operacyjnych
Analiza i ocena jakości współczesnych systemów operacyjnych
 
ERP II: A conceptual framework for next-generation enterprise systems?
ERP II: A conceptual framework for next-generation enterprise systems?ERP II: A conceptual framework for next-generation enterprise systems?
ERP II: A conceptual framework for next-generation enterprise systems?
 
personal selling
personal sellingpersonal selling
personal selling
 
Considerații privind cercetarea științifică
Considerații privind cercetarea științificăConsiderații privind cercetarea științifică
Considerații privind cercetarea științifică
 
Distrugerea Vietii Prin Poluarea
Distrugerea Vietii Prin PoluareaDistrugerea Vietii Prin Poluarea
Distrugerea Vietii Prin Poluarea
 
Photoshop CS/CS PL. Biblia
Photoshop CS/CS PL. BibliaPhotoshop CS/CS PL. Biblia
Photoshop CS/CS PL. Biblia
 
Zmiana Relacji Web20 Ecu
Zmiana Relacji Web20 EcuZmiana Relacji Web20 Ecu
Zmiana Relacji Web20 Ecu
 
GeografíA De MéXico Y El Mundo
GeografíA De MéXico Y El MundoGeografíA De MéXico Y El Mundo
GeografíA De MéXico Y El Mundo
 
Conflicte de cuplu
Conflicte de cupluConflicte de cuplu
Conflicte de cuplu
 
Ergonomia -wstep_wykl._1 20_08_14
Ergonomia  -wstep_wykl._1 20_08_14Ergonomia  -wstep_wykl._1 20_08_14
Ergonomia -wstep_wykl._1 20_08_14
 
Metodologia badan uzytkowników informacji w XXI wieku
Metodologia badan uzytkowników informacji w XXI wiekuMetodologia badan uzytkowników informacji w XXI wieku
Metodologia badan uzytkowników informacji w XXI wieku
 
Analiza e raporteve financiare 2009 2011 kompania "I&A"
Analiza e raporteve financiare 2009 2011 kompania "I&A"Analiza e raporteve financiare 2009 2011 kompania "I&A"
Analiza e raporteve financiare 2009 2011 kompania "I&A"
 
01 dispozitive electronice i
01 dispozitive electronice i01 dispozitive electronice i
01 dispozitive electronice i
 
C:\Documents And Settings\Osoianuv\Desktop\Bibliotecarul 2 0 Competente
C:\Documents And Settings\Osoianuv\Desktop\Bibliotecarul 2 0  CompetenteC:\Documents And Settings\Osoianuv\Desktop\Bibliotecarul 2 0  Competente
C:\Documents And Settings\Osoianuv\Desktop\Bibliotecarul 2 0 Competente
 
Magazyn Employer Branding Q2 2013
Magazyn Employer Branding Q2 2013Magazyn Employer Branding Q2 2013
Magazyn Employer Branding Q2 2013
 

Similar to Scoala de vara_idg_introducere_in_robotica

GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
 GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
alltiusind
 
CODING IN ARDUINO
CODING IN ARDUINOCODING IN ARDUINO
CODING IN ARDUINO
S Ayub
 
Magnetic door lock using arduino
Magnetic door lock using arduinoMagnetic door lock using arduino
Magnetic door lock using arduino
Sravanthi Sinha
 
Project single cyclemips processor_verilog
Project single cyclemips processor_verilogProject single cyclemips processor_verilog
Project single cyclemips processor_verilog
Harsha Yelisala
 

Similar to Scoala de vara_idg_introducere_in_robotica (20)

R tist
R tistR tist
R tist
 
Project report
Project reportProject report
Project report
 
Final pid2
Final pid2Final pid2
Final pid2
 
[가상편] 하드웨어에 생명을 주는 아두이노
[가상편] 하드웨어에 생명을 주는 아두이노[가상편] 하드웨어에 생명을 주는 아두이노
[가상편] 하드웨어에 생명을 주는 아두이노
 
Open bot
Open bot Open bot
Open bot
 
GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
 GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
GENESIS BOARD MINI SUMO ROBOT PROGRAMFOR 3 OPPONENT SENSOR, .pdf
 
CODING IN ARDUINO
CODING IN ARDUINOCODING IN ARDUINO
CODING IN ARDUINO
 
OpenBot-Code
OpenBot-CodeOpenBot-Code
OpenBot-Code
 
Edge_AI_Assignment_3.pdf
Edge_AI_Assignment_3.pdfEdge_AI_Assignment_3.pdf
Edge_AI_Assignment_3.pdf
 
Magnetic door lock using arduino
Magnetic door lock using arduinoMagnetic door lock using arduino
Magnetic door lock using arduino
 
Praktek ARDUINO
Praktek ARDUINOPraktek ARDUINO
Praktek ARDUINO
 
Scottish Ruby Conference 2010 Arduino, Ruby RAD
Scottish Ruby Conference 2010 Arduino, Ruby RADScottish Ruby Conference 2010 Arduino, Ruby RAD
Scottish Ruby Conference 2010 Arduino, Ruby RAD
 
Introduction to arduino Programming with
Introduction to arduino Programming withIntroduction to arduino Programming with
Introduction to arduino Programming with
 
Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016Gaztea Tech Robotica 2016
Gaztea Tech Robotica 2016
 
Moony li pacsec-1.8
Moony li pacsec-1.8Moony li pacsec-1.8
Moony li pacsec-1.8
 
Project single cyclemips processor_verilog
Project single cyclemips processor_verilogProject single cyclemips processor_verilog
Project single cyclemips processor_verilog
 
硕士答辩Keynote
硕士答辩Keynote硕士答辩Keynote
硕士答辩Keynote
 
Stepper speed control
Stepper speed controlStepper speed control
Stepper speed control
 
아두이노 Digital/Analog IO
아두이노 Digital/Analog IO아두이노 Digital/Analog IO
아두이노 Digital/Analog IO
 
PROGRAMMING ADC and DAC-mbed.pdf
PROGRAMMING ADC and DAC-mbed.pdfPROGRAMMING ADC and DAC-mbed.pdf
PROGRAMMING ADC and DAC-mbed.pdf
 

Recently uploaded

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
Nauman Safdar
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 

Recently uploaded (20)

Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
 
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTSJAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptx
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NSCROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 

Scoala de vara_idg_introducere_in_robotica