SlideShare uma empresa Scribd logo
1 de 28
Baixar para ler 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 !

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque

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
 

Destaque (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
 

Semelhante a 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
 

Semelhante a 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
 

Último

Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Anamikakaur10
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
dlhescort
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
lizamodels9
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
lizamodels9
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
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
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 

Último (20)

Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
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
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
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
 
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
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 

Scoala de vara_idg_introducere_in_robotica