element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
The Learning Circuit
  • Challenges & Projects
  • element14 presents
  • The Learning Circuit
  • More
  • Cancel
The Learning Circuit
Documents Intro to Arduino -- The Learning Circuit 11
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
The Learning Circuit requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 7 May 2018 3:28 PM Date Created
  • Last Updated Last Updated: 9 May 2018 7:24 AM
  • Views 1340 views
  • Likes 12 likes
  • Comments 6 comments
Related
Recommended

Intro to Arduino -- The Learning Circuit 11

image

element14's The Ben Heck Show

Join Karen as she shares her enthusiasm for teaching STEM subjects, gives you what you need to know to get started on electronics projects, and more.

Back to The Ben Heck Show homepage image

The Learning Circuit
Featured Bonus Content
See All Episodes

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Karen gives an introduction to Arduino and the open-source platform that it is based on.  She explains what makes it a good platform for beginners and how you can take advantage of its ease-of-use and extensive documentation to get started with electronics projects.  The Arduino UnoArduino Uno, such as the one included with Arduino Starter KitArduino Starter Kit, is a great place to start if you’re new to Arduino. 

 

 

Related Content:

  • The Learning Circuit 12: Arduino Starter Kit: Spaceship Interface
  • Introduction to Arduino
  • sudo Sergeant 04: Ditch the Arduino IDE for the Linux Terminal
  • Arduino, What is It Good For?

 

You can power an Arduino UnoArduino Uno through the power jack or the serial port.  You can also power it directly to pins VCC/GND. The Serial Port can be used for programming or you can program it through the ICSP header with an AVR programmer.  You would use GND and voltage pins to power components in your projects.  There's lot's of I/O for both digital and analog with pins for PWM so its versatile for a wide range of projects. Arduino makes it easy to plug in sensors and peripherals so that it can act as the brains of your electronic projects. There is no soldering required with Arduino and the board is well labeled for ease of programming.  The board includes a reset button, if there is something buggy with your program or project you can easily reset the microcontroller without having to mess with the code or a computer.

 

The microcontroller isn't soldered directly on the board, but instead is in a sociket. You can pop it out  and swap out just the chip, without replacing the whole board, should something happen. The Arduino uses its own IDE (integrated development environment).  The syntax is similar to C or C++ but does not require any prior programming knowledge. You can easily integrate many components with Arduino to sense your environment such as through heat, motion, light, and touch.  You can also use Arduino to affect your environment through motors, servos, LEDs, or as the brain of your electronics project.

 

For  motors and fans, they may be rated for more power, but try to get as low as you can near 3V. These motors and fans can handle more power, but will still work at 3V. Most LEDs are rated for 1.5-3V DC. Be careful with the LEDs. If they are fed too many volts, they’ll burn out and stop working. While that’s true for most components, LEDs tend to be less tolerant to voltages above their rating. We’ll also make blocks with interrupts, like buttons, switches, and potentiometers.

  • batteries
  • tlc
  • arduino uno
  • digital
  • avr programmer
  • arduino_vcp
  • e14presents_makerkaren
  • switches
  • io
  • simplified c
  • arduino ide
  • potentiometers
  • arduino_tutorials
  • vcc
  • motors
  • led
  • icsp
  • gnd
  • arduino starter kit
  • stem projects
  • analog
  • thelearningcircuit
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • airbornesurfer
    airbornesurfer over 5 years ago in reply to rivera82falcon +3
    Arduino is pretty awesome once you learn the system, and it's really set up as a "learn by doing" process, so it's extremely easy to get started even if you know jack squat about coding or circuits! The…
  • rivera82falcon
    rivera82falcon over 5 years ago +2
    Great intro video as I don't know squat about Arduino. Keep the videos coming and please do more videos on this. Curious...are you sitting at Ben's Desk??? Sorcery!!!
  • airbornesurfer
    airbornesurfer over 5 years ago +2
    Quite a thorough intro to Ardunio, Karen! Can't wait to see what comes next!
  • magiotcz
    magiotcz over 4 years ago

    I got the startup kit and look forward to the first projects image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • evanc
    evanc over 5 years ago

    Great intro.  Re-inspires me to get back into microcontrollers.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • makerkaren
    makerkaren over 5 years ago in reply to rivera82falcon

    I was. I hadn't worked out screen cap only laptop yet, so I set up at his desk. Ben configures all his programs very specifically to his liking and it's always weird to use his computer for things. It compelled me to figure out how to do screen cap on my laptop so I will be able to do screen caps on my own machine in the future. We all love our toys the way we like them, I suppose.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • airbornesurfer
    airbornesurfer over 5 years ago

    Quite a thorough intro to Ardunio, Karen! Can't wait to see what comes next!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • airbornesurfer
    airbornesurfer over 5 years ago in reply to rivera82falcon

    Arduino is pretty awesome once you learn the system, and it's really set up as a "learn by doing" process, so it's extremely easy to get started even if you know jack squat about coding or circuits! The software includes a whole plethora of examples that teach all the concepts about working with the board and any add-on "shields" you pick up will have libraries that include more examples of how those boards run! It's great!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rivera82falcon
    rivera82falcon over 5 years ago

    Great intro video as I don't know squat about Arduino. Keep the videos coming and please do more videos on this.

     

    Curious...are you sitting at Ben's Desk??? Sorcery!!!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube