SlideShare a Scribd company logo
4
Most read
9
Most read
14
Most read
Robotics and ArduinoRobotics and Arduino
Robotics and ArduinoRobotics and Arduino
Robotics and ArduinoRobotics and Arduino
Robotics is the branch of mechanical engineering, electrical engineering and
computer science that deals with the design, construction, operation, and
application of robots, as well as computer systems for their control,
sensory feedback, and information processing.
Arduino is a software company, project, and user community that designs and
manufactures computer open-source hardware, open-source software,
and microcontroller-based kits for building digital devices and interactive
objects that can sense and control physical devices
Robotics and ArduinoRobotics and Arduino
A microcontroller is a small computer (SoC) on a single integrated circuit
containing a processor core, memory, and programmable input/output
peripherals. Program memory in the form of Ferroelectric RAM,
NOR flash or OTP ROM is also often included on chip, as well as a
typically small amount of RAM
Robotics and ArduinoRobotics and Arduino
What is inside a microcontroller?
Robotics and ArduinoRobotics and Arduino
The high-performance Atmel picoPower 8-bit AVR RISC-based microcontroller
combines 32KB ISP flash memory with read-while-write capabilities,
1024B EEPROM, 2KB SRAM, 23 general purpose I/O lines,
32 general purpose working registers, three flexible timer/counters with
compare modes, internal and external interrupts, serial programmable USART,
a byte-oriented 2-wire serial interface, SPI serial port,
a 6-channel 10-bit A/D converter
(8-channels in TQFP and QFN/MLF packages), programmable watchdog timer
with internal oscillator, and five software selectable power saving modes.
The device operates between 1.8-5.5 volts.
By executing powerful instructions in a single clock cycle, the device achieves
throughputs approaching 1 MIPS per MHz,
balancing power consumption and processing speed.
Atmel ATmega328PAtmel ATmega328P
Robotics and ArduinoRobotics and Arduino
Atmel ATmega328PAtmel ATmega328P
Robotics and ArduinoRobotics and Arduino
The Uno is a microcontroller board based on the ATmega328P.
It has 14 digital input/output pins (of which 6 can be used as PWM outputs),
6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack,
an ICSP header and a reset button. It contains everything needed to support
the microcontroller; simply connect it to a computer with a USB
cable or power it with a AC-to-DC adapter or battery to get started..
You can tinker with your UNO without worrying too much about doing
something wrong, worst case scenario you can replace the chip
for a few dollars and start over again.
Arduino Uno BoardArduino Uno Board
Robotics and ArduinoRobotics and Arduino
Arduino Uno BoardArduino Uno Board
Robotics and ArduinoRobotics and Arduino
Arduino Uno Board – Hello WorldArduino Uno Board – Hello World
1. Install Arduino IDE + drivers
Robotics and ArduinoRobotics and Arduino
Arduino Uno Board – Hello WorldArduino Uno Board – Hello World
2. Parts Required
Robotics and ArduinoRobotics and Arduino
Arduino Uno Board – Hello WorldArduino Uno Board – Hello World
3. Code
// LED blink Flasher
int ledPin = 10;
void setup() {
pinMode(ledPin, OUTPUT);
}
void loop() {
digitalWrite(ledPin, HIGH);
delay(1000);
digitalWrite(ledPin, LOW);
delay(1000);
}
Robotics and ArduinoRobotics and Arduino
Arduino Uno Board – Hello WorldArduino Uno Board – Hello World
4. Hardware
Robotics and ArduinoRobotics and Arduino
Thanks for watching!Thanks for watching!
Dragos Ionita
Software Engineer
https://ro.linkedin.com/in/dragos-ionita-8ab20756

More Related Content

What's hot (20)

Arduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIY
Vishnu
 
Lesson sample introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and Programming
Emmanuel Obot
 
Introduction to Arduino & Robotics
Introduction to Arduino & Robotics
Zubayer Al Billal Khan
 
Introduction to Arduino
Introduction to Arduino
Richard Rixham
 
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Gaurav Pandey
 
Introduction to Arduino
Introduction to Arduino
Yong Heui Cho
 
Ardui no
Ardui no
Amol Sakhalkar
 
sound sensor
sound sensor
jeev john
 
Introduction to Arduino
Introduction to Arduino
Green Moon Solutions
 
Introduction to Arduino
Introduction to Arduino
Omer Kilic
 
Embedded system design using arduino
Embedded system design using arduino
Santosh Verma
 
Arduino IDE
Arduino IDE
Mrunal Deshkar
 
Arduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic Arduino
Vishnu
 
Introduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Basics of arduino uno
Basics of arduino uno
Rahat Sood
 
Arduino Microcontroller
Arduino Microcontroller
Shyam Mohan
 
ARDUINO AND ITS PIN CONFIGURATION
ARDUINO AND ITS PIN CONFIGURATION
soma saikiran
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLER
Ankita Jaiswal
 
microcontroller basics
microcontroller basics
sagar Ramdev
 
Arduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIY
Vishnu
 
Lesson sample introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and Programming
Emmanuel Obot
 
Introduction to Arduino
Introduction to Arduino
Richard Rixham
 
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Gaurav Pandey
 
Introduction to Arduino
Introduction to Arduino
Yong Heui Cho
 
sound sensor
sound sensor
jeev john
 
Introduction to Arduino
Introduction to Arduino
Omer Kilic
 
Embedded system design using arduino
Embedded system design using arduino
Santosh Verma
 
Arduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic Arduino
Vishnu
 
Introduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Basics of arduino uno
Basics of arduino uno
Rahat Sood
 
Arduino Microcontroller
Arduino Microcontroller
Shyam Mohan
 
ARDUINO AND ITS PIN CONFIGURATION
ARDUINO AND ITS PIN CONFIGURATION
soma saikiran
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLER
Ankita Jaiswal
 
microcontroller basics
microcontroller basics
sagar Ramdev
 

Viewers also liked (20)

Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Sanjay Kumar
 
DC MOTOR CONTROL MODULE
DC MOTOR CONTROL MODULE
Abhishek Soni
 
Adaptador HC-05 para Arduino
Adaptador HC-05 para Arduino
marcochella
 
物聯網概論 - Arduino
物聯網概論 - Arduino
XianDe Liao
 
solar cell
solar cell
Sudhanshu Jha
 
Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...
anbarasuasokan
 
LEDやモーターをArduinoで制御しよう
LEDやモーターをArduinoで制御しよう
Takashi Kanamaru
 
Solar cell presentation by totan
Solar cell presentation by totan
Totan Banik
 
Arduino Based Parking Lot System
Arduino Based Parking Lot System
United International University
 
Smart home device system using arduino uno & X-Bee
Smart home device system using arduino uno & X-Bee
premdeshmane
 
Bio battery 2003
Bio battery 2003
santhosh reddy
 
Arduino Interface LM35 MQTT Using UART
Arduino Interface LM35 MQTT Using UART
Sanjay Kumar
 
Different Arduino Boards
Different Arduino Boards
Mitwa Palkhiwala
 
Hybrid electric vehicles
Hybrid electric vehicles
ravi shankar
 
Presentation on Solar Cells
Presentation on Solar Cells
yousuf1234
 
Powerpoint on THESIS
Powerpoint on THESIS
englishtwo2
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Rizki Verdian
 
Bluetooth Module
Bluetooth Module
Mohsen Sarakbi
 
Sample thesis
Sample thesis
kmmanuel
 
Bluetooth controlled robot
Bluetooth controlled robot
UVSofts Technologies
 
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Sanjay Kumar
 
DC MOTOR CONTROL MODULE
DC MOTOR CONTROL MODULE
Abhishek Soni
 
Adaptador HC-05 para Arduino
Adaptador HC-05 para Arduino
marcochella
 
物聯網概論 - Arduino
物聯網概論 - Arduino
XianDe Liao
 
Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...
anbarasuasokan
 
LEDやモーターをArduinoで制御しよう
LEDやモーターをArduinoで制御しよう
Takashi Kanamaru
 
Solar cell presentation by totan
Solar cell presentation by totan
Totan Banik
 
Smart home device system using arduino uno & X-Bee
Smart home device system using arduino uno & X-Bee
premdeshmane
 
Arduino Interface LM35 MQTT Using UART
Arduino Interface LM35 MQTT Using UART
Sanjay Kumar
 
Hybrid electric vehicles
Hybrid electric vehicles
ravi shankar
 
Presentation on Solar Cells
Presentation on Solar Cells
yousuf1234
 
Powerpoint on THESIS
Powerpoint on THESIS
englishtwo2
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Rizki Verdian
 
Sample thesis
Sample thesis
kmmanuel
 
Ad

Similar to Robotics and Arduino (Arduino UNO) (20)

PPT WITH GRP.pptx Which microcontroller used in our projects ?
PPT WITH GRP.pptx Which microcontroller used in our projects ?
formyasuspc2022
 
Arduino Uno Board - Robomart
Arduino Uno Board - Robomart
raspberrypib
 
Embedded Hardware Design.pptx
Embedded Hardware Design.pptx
AbhaySharma207975
 
IOT BASED HEALTH MONITORING SYSTEM.pdf
IOT BASED HEALTH MONITORING SYSTEM.pdf
AELAMVAZHUTHI
 
The arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on the
Pramod Kumar
 
Arduino and its hw architecture
Arduino and its hw architecture
Zeeshan Rafiq
 
iot1&2.pdf
iot1&2.pdf
LikhithaReddyYeruva
 
Full details of implementation of flying internet balloon
Full details of implementation of flying internet balloon
ANTONY SEBATIAN
 
Obstacle Avoidance Robot
Obstacle Avoidance Robot
Ratan Srikanth
 
EMBEDDED system presentation (PPT1.pptx)
EMBEDDED system presentation (PPT1.pptx)
sampathiraopujitha
 
Newppt major
Newppt major
Shivangi Jain
 
Arduino arduino boarduno
Arduino arduino boarduno
Filipe Campos
 
Design and Mechanism ofControlling a Robotic ArmIntroduction.docx
Design and Mechanism ofControlling a Robotic ArmIntroduction.docx
carolinef5
 
Arduino uno
Arduino uno
creatjet3d labs
 
Arduino Uno
Arduino Uno
Kelly Taylor
 
Introduction to arduino
Introduction to arduino
Mahmoud Salheen
 
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Dinola2
 
Buy arduino uno cheap
Buy arduino uno cheap
Robomart India
 
Fire fighting robot
Fire fighting robot
IRJET Journal
 
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
neelamsanjeevkumar
 
PPT WITH GRP.pptx Which microcontroller used in our projects ?
PPT WITH GRP.pptx Which microcontroller used in our projects ?
formyasuspc2022
 
Arduino Uno Board - Robomart
Arduino Uno Board - Robomart
raspberrypib
 
Embedded Hardware Design.pptx
Embedded Hardware Design.pptx
AbhaySharma207975
 
IOT BASED HEALTH MONITORING SYSTEM.pdf
IOT BASED HEALTH MONITORING SYSTEM.pdf
AELAMVAZHUTHI
 
The arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on the
Pramod Kumar
 
Arduino and its hw architecture
Arduino and its hw architecture
Zeeshan Rafiq
 
Full details of implementation of flying internet balloon
Full details of implementation of flying internet balloon
ANTONY SEBATIAN
 
Obstacle Avoidance Robot
Obstacle Avoidance Robot
Ratan Srikanth
 
EMBEDDED system presentation (PPT1.pptx)
EMBEDDED system presentation (PPT1.pptx)
sampathiraopujitha
 
Arduino arduino boarduno
Arduino arduino boarduno
Filipe Campos
 
Design and Mechanism ofControlling a Robotic ArmIntroduction.docx
Design and Mechanism ofControlling a Robotic ArmIntroduction.docx
carolinef5
 
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Dinola2
 
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
neelamsanjeevkumar
 
Ad

More from Dragos Ionita (7)

Reactive programming - Observable
Reactive programming - Observable
Dragos Ionita
 
Adventures with Angular 2
Adventures with Angular 2
Dragos Ionita
 
The new way to write a frontend software
The new way to write a frontend software
Dragos Ionita
 
Html5 - Awesome APIs
Html5 - Awesome APIs
Dragos Ionita
 
Hybrid Mobile Application with Ionic Framework
Hybrid Mobile Application with Ionic Framework
Dragos Ionita
 
Powerful JavaScript Tips and Best Practices
Powerful JavaScript Tips and Best Practices
Dragos Ionita
 
Google Tag Manager (GTM)
Google Tag Manager (GTM)
Dragos Ionita
 
Reactive programming - Observable
Reactive programming - Observable
Dragos Ionita
 
Adventures with Angular 2
Adventures with Angular 2
Dragos Ionita
 
The new way to write a frontend software
The new way to write a frontend software
Dragos Ionita
 
Html5 - Awesome APIs
Html5 - Awesome APIs
Dragos Ionita
 
Hybrid Mobile Application with Ionic Framework
Hybrid Mobile Application with Ionic Framework
Dragos Ionita
 
Powerful JavaScript Tips and Best Practices
Powerful JavaScript Tips and Best Practices
Dragos Ionita
 
Google Tag Manager (GTM)
Google Tag Manager (GTM)
Dragos Ionita
 

Recently uploaded (20)

Blood bank management system project report.pdf
Blood bank management system project report.pdf
Kamal Acharya
 
Structural Design for Residential-to-Restaurant Conversion
Structural Design for Residential-to-Restaurant Conversion
DanielRoman285499
 
Rearchitecturing a 9-year-old legacy Laravel application.pdf
Rearchitecturing a 9-year-old legacy Laravel application.pdf
Takumi Amitani
 
Water demand - Types , variations and WDS
Water demand - Types , variations and WDS
dhanashree78
 
Tree_Traversals.pptbbbbbbbbbbbbbbbbbbbbbbbbb
Tree_Traversals.pptbbbbbbbbbbbbbbbbbbbbbbbbb
RATNANITINPATIL
 
Center Enamel can Provide Aluminum Dome Roofs for diesel tank.docx
Center Enamel can Provide Aluminum Dome Roofs for diesel tank.docx
CenterEnamel
 
3. What is the principles of Teamwork_Module_V1.0.ppt
3. What is the principles of Teamwork_Module_V1.0.ppt
engaash9
 
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
samueljackson3773
 
Week 6- PC HARDWARE AND MAINTENANCE-THEORY.pptx
Week 6- PC HARDWARE AND MAINTENANCE-THEORY.pptx
dayananda54
 
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Yannis
 
Fundamentals of Digital Design_Class_12th April.pptx
Fundamentals of Digital Design_Class_12th April.pptx
drdebarshi1993
 
FINAL 2013 Module 20 Corrosion Control and Sequestering PPT Slides.pptx
FINAL 2013 Module 20 Corrosion Control and Sequestering PPT Slides.pptx
kippcam
 
operationg systemsdocumentmemorymanagement
operationg systemsdocumentmemorymanagement
SNIGDHAAPPANABHOTLA
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
djiceramil
 
David Boutry - Mentors Junior Developers
David Boutry - Mentors Junior Developers
David Boutry
 
Decoding Kotlin - Your Guide to Solving the Mysterious in Kotlin - Devoxx PL ...
Decoding Kotlin - Your Guide to Solving the Mysterious in Kotlin - Devoxx PL ...
João Esperancinha
 
Présentation_gestion[1] [Autosaved].pptx
Présentation_gestion[1] [Autosaved].pptx
KHADIJAESSAKET
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
djiceramil
 
COMPOSITE COLUMN IN STEEL CONCRETE COMPOSITES.ppt
COMPOSITE COLUMN IN STEEL CONCRETE COMPOSITES.ppt
ravicivil
 
最新版美国圣莫尼卡学院毕业证(SMC毕业证书)原版定制
最新版美国圣莫尼卡学院毕业证(SMC毕业证书)原版定制
Taqyea
 
Blood bank management system project report.pdf
Blood bank management system project report.pdf
Kamal Acharya
 
Structural Design for Residential-to-Restaurant Conversion
Structural Design for Residential-to-Restaurant Conversion
DanielRoman285499
 
Rearchitecturing a 9-year-old legacy Laravel application.pdf
Rearchitecturing a 9-year-old legacy Laravel application.pdf
Takumi Amitani
 
Water demand - Types , variations and WDS
Water demand - Types , variations and WDS
dhanashree78
 
Tree_Traversals.pptbbbbbbbbbbbbbbbbbbbbbbbbb
Tree_Traversals.pptbbbbbbbbbbbbbbbbbbbbbbbbb
RATNANITINPATIL
 
Center Enamel can Provide Aluminum Dome Roofs for diesel tank.docx
Center Enamel can Provide Aluminum Dome Roofs for diesel tank.docx
CenterEnamel
 
3. What is the principles of Teamwork_Module_V1.0.ppt
3. What is the principles of Teamwork_Module_V1.0.ppt
engaash9
 
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
WIRELESS COMMUNICATION SECURITY AND IT’S PROTECTION METHODS
samueljackson3773
 
Week 6- PC HARDWARE AND MAINTENANCE-THEORY.pptx
Week 6- PC HARDWARE AND MAINTENANCE-THEORY.pptx
dayananda54
 
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Rigor, ethics, wellbeing and resilience in the ICT doctoral journey
Yannis
 
Fundamentals of Digital Design_Class_12th April.pptx
Fundamentals of Digital Design_Class_12th April.pptx
drdebarshi1993
 
FINAL 2013 Module 20 Corrosion Control and Sequestering PPT Slides.pptx
FINAL 2013 Module 20 Corrosion Control and Sequestering PPT Slides.pptx
kippcam
 
operationg systemsdocumentmemorymanagement
operationg systemsdocumentmemorymanagement
SNIGDHAAPPANABHOTLA
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-Adaptaflex.pdf
djiceramil
 
David Boutry - Mentors Junior Developers
David Boutry - Mentors Junior Developers
David Boutry
 
Decoding Kotlin - Your Guide to Solving the Mysterious in Kotlin - Devoxx PL ...
Decoding Kotlin - Your Guide to Solving the Mysterious in Kotlin - Devoxx PL ...
João Esperancinha
 
Présentation_gestion[1] [Autosaved].pptx
Présentation_gestion[1] [Autosaved].pptx
KHADIJAESSAKET
 
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
362 Alec Data Center Solutions-Slysium Data Center-AUH-ABB Furse.pdf
djiceramil
 
COMPOSITE COLUMN IN STEEL CONCRETE COMPOSITES.ppt
COMPOSITE COLUMN IN STEEL CONCRETE COMPOSITES.ppt
ravicivil
 
最新版美国圣莫尼卡学院毕业证(SMC毕业证书)原版定制
最新版美国圣莫尼卡学院毕业证(SMC毕业证书)原版定制
Taqyea
 

Robotics and Arduino (Arduino UNO)

  • 3. Robotics and ArduinoRobotics and Arduino Robotics is the branch of mechanical engineering, electrical engineering and computer science that deals with the design, construction, operation, and application of robots, as well as computer systems for their control, sensory feedback, and information processing. Arduino is a software company, project, and user community that designs and manufactures computer open-source hardware, open-source software, and microcontroller-based kits for building digital devices and interactive objects that can sense and control physical devices
  • 4. Robotics and ArduinoRobotics and Arduino A microcontroller is a small computer (SoC) on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. Program memory in the form of Ferroelectric RAM, NOR flash or OTP ROM is also often included on chip, as well as a typically small amount of RAM
  • 5. Robotics and ArduinoRobotics and Arduino What is inside a microcontroller?
  • 6. Robotics and ArduinoRobotics and Arduino The high-performance Atmel picoPower 8-bit AVR RISC-based microcontroller combines 32KB ISP flash memory with read-while-write capabilities, 1024B EEPROM, 2KB SRAM, 23 general purpose I/O lines, 32 general purpose working registers, three flexible timer/counters with compare modes, internal and external interrupts, serial programmable USART, a byte-oriented 2-wire serial interface, SPI serial port, a 6-channel 10-bit A/D converter (8-channels in TQFP and QFN/MLF packages), programmable watchdog timer with internal oscillator, and five software selectable power saving modes. The device operates between 1.8-5.5 volts. By executing powerful instructions in a single clock cycle, the device achieves throughputs approaching 1 MIPS per MHz, balancing power consumption and processing speed. Atmel ATmega328PAtmel ATmega328P
  • 7. Robotics and ArduinoRobotics and Arduino Atmel ATmega328PAtmel ATmega328P
  • 8. Robotics and ArduinoRobotics and Arduino The Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.. You can tinker with your UNO without worrying too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again. Arduino Uno BoardArduino Uno Board
  • 9. Robotics and ArduinoRobotics and Arduino Arduino Uno BoardArduino Uno Board
  • 10. Robotics and ArduinoRobotics and Arduino Arduino Uno Board – Hello WorldArduino Uno Board – Hello World 1. Install Arduino IDE + drivers
  • 11. Robotics and ArduinoRobotics and Arduino Arduino Uno Board – Hello WorldArduino Uno Board – Hello World 2. Parts Required
  • 12. Robotics and ArduinoRobotics and Arduino Arduino Uno Board – Hello WorldArduino Uno Board – Hello World 3. Code // LED blink Flasher int ledPin = 10; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, HIGH); delay(1000); digitalWrite(ledPin, LOW); delay(1000); }
  • 13. Robotics and ArduinoRobotics and Arduino Arduino Uno Board – Hello WorldArduino Uno Board – Hello World 4. Hardware
  • 14. Robotics and ArduinoRobotics and Arduino Thanks for watching!Thanks for watching! Dragos Ionita Software Engineer https://ro.linkedin.com/in/dragos-ionita-8ab20756