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 I am new Arduino.. from where should I start... ???
  • 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
  • State Suggested Answer
  • Replies 5 replies
  • Answers 1 answer
  • Subscribers 26 subscribers
  • Views 1374 views
  • Users 0 members are here
Related

I am new Arduino.. from where should I start... ???

tanvithakur
tanvithakur over 5 years ago

I am new Arduino.. from where should I start... ???

 

I do have Arduino Uno..

Where can I find entire steps to perform?

  • Sign in to reply
  • Cancel

Top Replies

  • aswinvenu
    aswinvenu over 5 years ago +2 suggested
    Hi Tanvi, welcome to the world of micro-controllers! I think the following steps will help you. The architecture of Arduino UNO (Read about ATmega328P also) The architecture of Arduino programming ( understand…
  • ankur608
    ankur608 over 5 years ago +1
    Arduino 'Examples' within the Arduino IDE, is the first Step. Working with sensors, is yet another simpler task that can be accomplished by following the connection diagrams(Fritzing) along with their…
  • parachaser
    parachaser over 5 years ago +1
    Start with the Arduino Uno R3 Download the Arduino IDE.. The programs that run the Arduino are called sketches these sketches can be found in the Arduino IDE software that you downloaded.. Look for samples…
  • ankur608
    0 ankur608 over 5 years ago

    Arduino 'Examples' within the Arduino IDE, is the first Step.

    Working with sensors, is yet another simpler task that can be accomplished by following the connection diagrams(Fritzing) along with their codes, easily available allover the Internet and Community.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 5 years ago in reply to ankur608

    Try. https://arduino-tutorials.net/ tanvithakur any place is fine so long as you have fun

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • parachaser
    0 parachaser over 5 years ago

    Start with the Arduino Uno R3

    Download the Arduino IDE.. The programs that run the Arduino are called sketches these sketches can be found in the Arduino IDE software that you downloaded.. Look for samples. You will see basic code such as "blink"  blink is a code for blinking a basic LED at different speeds etc.. when you click on this sample code a window will pop up showing you the code that will be loaded to the Arduino board / module. Read the text ! there are literally dozens of videos on youtube that show you how you can edit the code to do all kinds of things like making the LED blink faster etc. Watch lots of videos based on Arduino.. you will be really surprised at the things you can accomplish.. You will hear about Processing just stick with the basics for a few months. Processing is the next step.. You should have some understanding of Circuits, if not You should learn about building circuits before getting into Arduino.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu over 5 years ago

    Hi Tanvi,

     

       welcome to the world of micro-controllers!

    I think the following steps will help you.

    • The architecture of Arduino UNO (Read about ATmega328P also)
    • The architecture of Arduino programming ( understand the stepup and loop functions)
    • Read upon GPIO functions and Pins ( General purpose Input Ouput)
    • Now you compile and run the blink sample code
    • Now take one more step into peripherals - UART (serial communication); What happens when you use Serial.print() function
    • Learn how to change the blink intensity by varying voltage (PWM - Pulse width modulation)
    • How to communicate with external sensors ? Using SPI, I2C or UART
    • How to control external transducers

     

    The best way to learn is by doing some project. Take a real world problem and try to make an Arduino based solution for it. This may require multiple sensors and transducers. That will make you learn about different communication protocols. Then you will learn how to use them with the Arduino.

     

    Happy learning!

     

    Regards,

    Aswin

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • parachaser
    0 parachaser over 5 years ago in reply to aswinvenu

    Very nice , Very specific, Thank you

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