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 Question:What is the difference between Raspberry pi and Arduino?
  • 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 Not Answered
  • Replies 4 replies
  • Subscribers 393 subscribers
  • Views 251 views
  • Users 0 members are here
Related

Question:What is the difference between Raspberry pi and Arduino?

Former Member
Former Member over 11 years ago

Hello guys I'm a newbie I just want to know what's the difference b/w Raspberry pi and Arduino? thanks guys image

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago +1
    Raspberry PI is a microprocessor based Linux single board computer with built in Ethernet, USB, HDMI Video, Audio, SD Card reader etc. It is a great place to start if your on a budget and want to learn…
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    Raspberry PI is a microprocessor based Linux single board computer with built in Ethernet, USB, HDMI Video, Audio, SD Card reader etc. It is a great place to start if your on a budget and want to learn about programming in various languages and have a dip into some level of controlling LEDs, Relays and other devices. It is great to create a Master Controller, a music player, a XBC / Home media center system etc

     

    An Arduino is an eco system of quite a range of different micro-controller boards, that started with ATMEL 8 Bit chips but has now extended to quite a range of devices including very powerful ARM Cortex microcontrollers, it would be remiss of me not to also mention the Texas Instruments LAUNCH PAD series of boards too as these are also great microcontroller boards with equally good capabilities as the Arduino boards. It depends on if you like green or Red image

     

    A microprocessor as found in the RPI s not so good at industrial control, driving Stepper motors, NEO Pixel LED lights or other devices that require critical timing. A Microcontroller is much better for those tasks and often will be used as a slave to a Raspberry PI or similar LINUX based machine to allow the PI to be the Brains and the Arduino / Launch pad to be the brawn

     

    If you want to start out leaning how to control things like lights, relays, motors etc. then start with the launch pad or an Arduino, If your more interested in the software side of things and want some flexibility in what language you use, want a full GUI based environment right one the device, go with the PI. Either way I think ultimately you will end up with both the PI and a microcontroller

     

    have a look here

    https://estore.ti.com/Launchpads-C194.aspx

    and

    http://arduino.cc/en/Main/Products

    and

    http://www.raspberrypi.org/

     

    happy hunting

     

    Peter

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    Raspberry PI is a microprocessor based Linux single board computer with built in Ethernet, USB, HDMI Video, Audio, SD Card reader etc. It is a great place to start if your on a budget and want to learn about programming in various languages and have a dip into some level of controlling LEDs, Relays and other devices. It is great to create a Master Controller, a music player, a XBC / Home media center system etc

     

    An Arduino is an eco system of quite a range of different micro-controller boards, that started with ATMEL 8 Bit chips but has now extended to quite a range of devices including very powerful ARM Cortex microcontrollers, it would be remiss of me not to also mention the Texas Instruments LAUNCH PAD series of boards too as these are also great microcontroller boards with equally good capabilities as the Arduino boards. It depends on if you like green or Red image

     

    A microprocessor as found in the RPI s not so good at industrial control, driving Stepper motors, NEO Pixel LED lights or other devices that require critical timing. A Microcontroller is much better for those tasks and often will be used as a slave to a Raspberry PI or similar LINUX based machine to allow the PI to be the Brains and the Arduino / Launch pad to be the brawn

     

    If you want to start out leaning how to control things like lights, relays, motors etc. then start with the launch pad or an Arduino, If your more interested in the software side of things and want some flexibility in what language you use, want a full GUI based environment right one the device, go with the PI. Either way I think ultimately you will end up with both the PI and a microcontroller

     

    have a look here

    https://estore.ti.com/Launchpads-C194.aspx

    and

    http://arduino.cc/en/Main/Products

    and

    http://www.raspberrypi.org/

     

    happy hunting

     

    Peter

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • neilk
    0 neilk over 11 years ago in reply to Robert Peter Oakes

    A very succinct differentiation between the Pi and the Arduino.

     

    Thanks Peter - probably the best I've read!

     

    Neil

    • 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