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
  • Products
  • More
Arduino
Arduino Forum Need info on microcontrollers
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 9 replies
  • Answers 5 answers
  • Subscribers 396 subscribers
  • Views 663 views
  • Users 0 members are here
  • microcontrollers
  • atmega328p
Related

Need info on microcontrollers

carl_gem
carl_gem over 9 years ago

Hi there

I'm really new to micro-controllers. what are the various ways that I can program an ATmega328p?

Do I necessarily need an arduino board to program an ATmega328p?

  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 9 years ago +6 suggested
    Hello carl_gem First of all, good questions, To program an ATmega328p using Arduino IDE, a knowledge of C is needed, Most people will get an Arduino Uno 3 to start. But since this is open hardware, there…
  • ipv1
    ipv1 over 9 years ago +2 verified
    When you say 'program' a microcontroller, if you mean writing a program and then compiling it, then you can use an Arduino IDE or the AVR Studio to write and compile a program. There is a bulk of libraries…
  • chappy1978
    chappy1978 over 9 years ago +2 suggested
    Another good cheap website is electrodragon.com
Parents
  • ipv1
    0 ipv1 over 9 years ago

    When you say 'program' a microcontroller, if you mean writing a program and then compiling it, then you can use an Arduino IDE or the AVR Studio to write and compile a program. There is a bulk of libraries available for helping you accomplish your ask in the Arduino IDE so for beginners that should be a better bet.

     

    Then comes the act of putting your program onto the microcontroller. There are two options in that case

    1. The arduinos that you buy out use something called a bootloader which allows you to program the microcontroller without any 'programming hardware'. You basically send the program over a serial link(usually over USB) and the microntroller executes the program when you reset it. If you want this approach then you need a bootleader which is available with each Arduino IDE download. Its simple and there is extensive documentation on bootloaders available online.

     

    2. The other method is using an In-System Programmer or ISP. There is a six pin header on an arduino board that exposes the SPI pins of the AVR and you can program it using an ISP which is basically a separate microcontroller board that can send your program over ISP to the AVR. You can use an existing Arduino board as an ISP that you can google "Arduino as ISP" to get more details. There are other specialised hardware like the AVR Dragon but I recommend looking at DIY methods for beginners. The software that is used(in arduino as well) is called AVR Dude and you can google it for more info.

     

    Hope this helps.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • ipv1
    0 ipv1 over 9 years ago

    When you say 'program' a microcontroller, if you mean writing a program and then compiling it, then you can use an Arduino IDE or the AVR Studio to write and compile a program. There is a bulk of libraries available for helping you accomplish your ask in the Arduino IDE so for beginners that should be a better bet.

     

    Then comes the act of putting your program onto the microcontroller. There are two options in that case

    1. The arduinos that you buy out use something called a bootloader which allows you to program the microcontroller without any 'programming hardware'. You basically send the program over a serial link(usually over USB) and the microntroller executes the program when you reset it. If you want this approach then you need a bootleader which is available with each Arduino IDE download. Its simple and there is extensive documentation on bootloaders available online.

     

    2. The other method is using an In-System Programmer or ISP. There is a six pin header on an arduino board that exposes the SPI pins of the AVR and you can program it using an ISP which is basically a separate microcontroller board that can send your program over ISP to the AVR. You can use an existing Arduino board as an ISP that you can google "Arduino as ISP" to get more details. There are other specialised hardware like the AVR Dragon but I recommend looking at DIY methods for beginners. The software that is used(in arduino as well) is called AVR Dude and you can google it for more info.

     

    Hope this helps.

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