element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • 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
  • Settings
Arduino Tutorials
  • Products
  • Arduino
  • Arduino Tutorials
  • More
  • Cancel
Arduino Tutorials
Forum arduino for beginners
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino Tutorials to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 12 replies
  • Subscribers 32 subscribers
  • Views 2604 views
  • Users 0 members are here
Related

arduino for beginners

lj26
lj26 over 6 years ago

Any tips on how to program an ARDUINO for beginners?

  • Sign in to reply
  • Cancel

Top Replies

  • luislabmo
    luislabmo over 6 years ago +6
    Well in his defence, he was looking for tips... I guess the tutorials may help you learn some in the long term This is my best tip for Beginners with Arduino. Try to start with the the Built-In examples…
  • shabaz
    shabaz over 6 years ago +5
  • Gough Lui
    Gough Lui over 6 years ago +4
    Guys how you doing, I just want to start learning about how I can work with Arduino , where I can find a basic program to get started ?
  • shabaz
    shabaz over 6 years ago

    image

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • Gough Lui
    Gough Lui over 6 years ago

    Guys how you doing, I just want to start learning about how I can work with Arduino , where I can find a basic program to get started ?

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • luislabmo
    luislabmo over 6 years ago

    Well in his defence, he was looking for tips... I guess the tutorials may help you learn some in the long term image

     

    This is my best tip for Beginners with Arduino. Try to start with the the Built-In examples they were written with beginners in mind..... if you are just starting with components... well many companies sell starter kitsstarter kits that bring the necessary components to try most many of the examples.

     

    Luis

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Cancel
  • naiju1994
    naiju1994 over 6 years ago

    i would recommend you to follow lessons by Paul McWhorter from toptechboy.com

     

    here is a playlist of the aurdino lessons by paul McWhorter

     

    https://www.youtube.com/watch?v=d8_xXNcGYgo&list=PLGs0VKk2DiYx6CMdOQR_hmJ2NbB4mZQn-

     

    i hope you find it useful!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • 14rhb
    14rhb over 6 years ago

    For anyone starting out, the Arduino is really easy to use but often the stumbling point is getting the initial setup going. This is the simple steps for anyone getting stuck early on...

     

    • (1) Download and install the ArduinoIDEhttps://www.arduino.cc/en/Main/Software - following details for drivers/and your Operating System

     

    • (2) Plug the Arduino into your USB port

     

    • (3) Find which port it is attached to using Windows Device Manager or type ls /dev/tty* under Linux

     

    • (4) Run the ArduinoIDE

     

    • (5) In the IDE, select the board you have plugged in using TOOLS/BOARD

     

    • (6) In the IDE select the port you identified in step (3)

     

    • (7) As luislabmo mentions, the built in examples are great. Choose the most basic to start with from FILE/EXAMPLES/ 01.BASICS/BLINK

     

    • (8) Click SKETCH/UPLOAD....this will take a few minutes and should start the LED flashing on your Arduino.

     

     

    If that all works, congratulations as you have a working setup. Start to modify the C code to learn more (changing the time delay to make the LED blink faster or slower is always a good check ) or load in some of the other examples.

     

    Sometimes the above may fail and would need a follow up post in Element14, Arduino forums, internet searches etc to track down the problem.

     

    Rod

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • luislabmo
    luislabmo over 6 years ago in reply to 14rhb

    (9) If can't seem to find what you are looking for, shabaz can point you with the right search on google. image

     

    Luis

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • 14rhb
    14rhb over 6 years ago in reply to luislabmo

    I found the Arduino Starter Kit was a great introduction Element14's Arduino Starter Kit Competition - Part 1 ; there were a few failings in the kit (mainly some cheap components) but overall it was very informative and great fun.

     

    Rod

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • anuag_ashim
    anuag_ashim over 6 years ago

    I am also new to Arduino.

    The way like everyone suggested is to download it and get started. Plenty of examples are there online

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • txtxdru
    txtxdru over 6 years ago

    The book "Exploring Arduino: Tools and Techniques for Engineering Wizardry" really helped me when I first started learning to use the Arduino.

     

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • abrain
    abrain over 6 years ago in reply to txtxdru

    I like Simon Monk’s pair of Arduino books.

     

    image image

     

    https://www.amazon.co.uk/Programming-Arduino-Getting-Started-Sketches/dp/1259641635/ref=sr_1_1?ie=UTF8&qid=1541028370&sr=8-1&keywords=arduino+simon+monk

     

    https://www.amazon.co.uk/Programming-Arduino-Next-Steps-Sketches/dp/0071830251/ref=sr_1_2?ie=UTF8&qid=1541028639&sr=8-2&keywords=Programming-Arduino-Next-Steps-Sketches

     

    A

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • 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 © 2025 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