element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum What does it take to begin using the Arduino?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 5 replies
  • Answers 2 answers
  • Subscribers 317 subscribers
  • Views 725 views
  • Users 0 members are here
  • hackerspace
  • tinkering
  • osh
  • makerfaire
  • hardware
  • pumpingstationone
  • oshw
  • make
  • diy
  • tinker
  • open
  • hobbyist
  • hacker
  • Technology
  • arduino
  • opensource
Related

What does it take to begin using the Arduino?

DAB
DAB over 14 years ago

Hi all,

 

I have become interested in using the Arduino, but I have not been able to estimate the level of investment, mostly time, in getting started.  If some of you could give me an idea of the tools you use, software, languages, best tutorials, hardware, etc, that you have found useful, I think a lot of people could use that information before deciding if they want to begin using the family of devices.

 

Thanks,

DAB

  • Sign in to reply
  • Cancel
Parents
  • WestfW
    0 WestfW over 14 years ago
    If some of you could give me an idea of the tools you use, software,  languages, best tutorials, hardware, etc, that you have found useful

    The normal "getting started" process is along the lines of:

    1. Buy the current "standard" Arduino board.  Arduino "Uno", at the moment.
    2. Download the current version of the Arduino IDE for your computer, and copy/install to the appropriate program directory.
    3. Install usb/serial drivers or driver info if necessary (on windows, currently.)
    4. (there might be additional requirements, like installing or upgrading Java, or finding an appropriate standard USB cable, if you have a particularly old or isolated computer.)
    5. Run the Arduino IDE, open the File/Examples/Basic/Blink example, select the appropriate board and serial port in the Tools menu, hit the "upload" button and see if your on-board LED starts blinking.

    That's about it.  It should take maybe 1/4 the time of the simplest manufacturer-provided development system to get going.

     

    The IDE install includes a pretty complete set of tools that  are invisible to the average arduino user, but quite comforting to more advanced users.  A full gcc toolset for AVR, plus cygwin/etc "development commands", for example.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • gbulmeruk
    0 gbulmeruk over 14 years ago in reply to WestfW

    To add a tiny bit to WestfW's complete, and thorough answer ...

     

    The Arduino UNO is available in the USA for $29.95 or less. Just google "Arduino UNO buy" and you'll find a bunch of suppliers.

    I feel I should add, that there are good clones of a previous generation Arduino, called Freeduino. I have a 'classroom set' of them, and they have never let me down. Some were designed by a person called WestfW. Freeduino are even less expensive than an Arduino.

     

    I run Arduino workshops using my Freeduinos and the Arduino IDE for people who have never done any electronics beyond 'battery and bulb' school science, and no programming. I've done this for people from 13 to over 80.

     

    Using the example programs included in the Arduino environment, and some handouts that I've created, we cover enough electronics and programming to make a very simple robot, like a photovore, plus a few fun side paths, like cheesy musical birthday cards, and maybe simulating the blinking lights at rail crossings. We do this in a single school day, 9am to 3pm, including a morning break, and lunch.

     

    Adults with a grasp of programming, usually also cover multiplexing LEDs, and maybe one more small project in a similar amount of time.

    We have had a group of teenagers get a line following robot working in even less time.

     

    HTH

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • gbulmeruk
    0 gbulmeruk over 14 years ago in reply to WestfW

    To add a tiny bit to WestfW's complete, and thorough answer ...

     

    The Arduino UNO is available in the USA for $29.95 or less. Just google "Arduino UNO buy" and you'll find a bunch of suppliers.

    I feel I should add, that there are good clones of a previous generation Arduino, called Freeduino. I have a 'classroom set' of them, and they have never let me down. Some were designed by a person called WestfW. Freeduino are even less expensive than an Arduino.

     

    I run Arduino workshops using my Freeduinos and the Arduino IDE for people who have never done any electronics beyond 'battery and bulb' school science, and no programming. I've done this for people from 13 to over 80.

     

    Using the example programs included in the Arduino environment, and some handouts that I've created, we cover enough electronics and programming to make a very simple robot, like a photovore, plus a few fun side paths, like cheesy musical birthday cards, and maybe simulating the blinking lights at rail crossings. We do this in a single school day, 9am to 3pm, including a morning break, and lunch.

     

    Adults with a grasp of programming, usually also cover multiplexing LEDs, and maybe one more small project in a similar amount of time.

    We have had a group of teenagers get a line following robot working in even less time.

     

    HTH

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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