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
Community Hub
Community Hub
Member's Forum What should I start with (Raspberry Pi or Arduino)?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 18 replies
  • Answers 2 answers
  • Subscribers 547 subscribers
  • Views 2219 views
  • Users 0 members are here
  • raspberrypi
  • new_member_introduction
  • arduino
Related

What should I start with (Raspberry Pi or Arduino)?

Former Member
Former Member over 10 years ago

I’m a father for 11 years old carious boy and I would like to introduce him to some “electronic” based projects and code writing (he’s taking java coding at school). What is the recommendation to start with, Raspberry Pi micro-computer or Arduino micro-controller? Also are there any good projects to start with to gain experience and keep an 11 year old engaged? I’m looking to get help and ideas on how to jump start our journey.

Thanks.

  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 10 years ago +3
    I have a good solution here! I found a pcDuino Model 3 that costs around $60 dollars. Google around and you can catch them on sale And you can use the same board to run normal Arduino IDE to program the…
  • johnbeetem
    johnbeetem over 10 years ago in reply to clem57 +3
    Clem Martins wrote: I have a good solution here! I found a pcDuino Model 3 that costs around $60 dollars. There's also a pcDuino3Nano for US$39: http://www.pcduino.com/pcduino3nano-building-worlds…
  • cstanton
    cstanton over 10 years ago +2
    Shahar Zeevi wrote: I’m a father for 11 years old carious boy and I would like to introduce him to some “electronic” based projects and code writing (he’s taking java coding at school). What is the…
  • clem57
    0 clem57 over 10 years ago

    IMHO, I would check out the Raspberry Pi. It can do electronic interfacing, but also teach software like Python/Scratch. Also he can use it to learn HDMI which the Arduino cannot without a shield. Either way, you cannot go wrong. Try to get a book or have him enroll here to see all the projects. Work with him would be best if you can set aside some time.

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago

    I guess it depends on wether you/he want to focus on computing or do some electronics as well. For electronics based learning I would recommend the Arduino over the Raspberry Pi.

     

    There are some excellent resources online for getting started.

    I would also look at some of the educational kits that are available, many of them include a book of educational Projects and the components needed to complete them.

    Arduino make a starter kit that is available here: K000007 - ARDUINO - STARTER KIT, ARDUINO, WITH UNO BOARD | Farnell element14

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    Hi,i asked my friend who worked with both of them and said that it depend on what you are working on.

    in my case i'll build a 3D Printing Machine from Open Source HW site.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cstanton
    0 cstanton over 10 years ago

    Shahar Zeevi wrote:

     

    I’m a father for 11 years old carious boy and I would like to introduce him to some “electronic” based projects and code writing (he’s taking java coding at school). What is the recommendation to start with, Raspberry Pi micro-computer or Arduino micro-controller? Also are there any good projects to start with to gain experience and keep an 11 year old engaged? I’m looking to get help and ideas on how to jump start our journey.

    Thanks.

     

    Hello,

    It depends on what you're wanting to teach him.

     

    Your son is already learning, what is considered to be a high-level programming language. He doesn't have to worry too much about how much memory he is using, how to allocate it, what the limits are (since he's using a computer) and he isn't doing anything time-critical. Java is also mainly object-oriented with methods and classes, depending on how he has been programming it.

     

    Using a Raspberry Pi would be very familiar to him, it is basically a computer, with limited connectivity to connect low voltage electronics. So he can flash an LED, turn something on or off and with add-ons expand it into audio recording, motor control, have its own screen, etc. He could use Java to do this, or transition to Python, which is another high level and potentially object oriented programming language, or he could use C/C++ or lower level languages. The Pi is also very much a standalone computer with connectivity to a screen.

     

    If you're wanting to teach him about electronics, specifically, then an Arduino or equivalent micro-controller would be more appropriate. While the Raspberry Pi uses an operating system, the Arduino does not. It has tight memory constraints and mainly uses the C++ programming language, which is object oriented but it is lower level and more sensitive to memory handling and timings. That isn't to say that there aren't ways of talking to an Arduino using Java. It's just the Arduino IDE by default doesn't use it.

     

    The advantage of using an Arduino is that it is your bare-bones electronics prototyping platform and acts in real-time, rather than with a Raspberry Pi having to wait for the operating system. It also has greater electronics features, such as Pulse Width Modulation for analogue output (if you wanted to have fun with audio or analogue signals for gradients/dimming/fan control/etc) along with a protocol called i2c (which the Pi does have) and SPI (which the Pi also has) you have more general purpose input/output pins than the Pi has (most of the 40 pin block on the Pi 2 / B+ are not connected to the ARM processor).

     

    The arduino can also be complementary to the Raspberry Pi, it's entirely possible to connect it to one via the serial pins and whatever the Arduino is doing, to communicate back to the Pi and then the Pi act on it. This means in early stages you could just load sketches someone else had made onto the Arduino and then code in Java on the Pi. However, while the Arduino can be programmed and then autonomously perform the code it is encoded with, it is not a single board computer, it is more of a development kit and it does not have connectivity for a screen, (though people have managed to make it output NTSC format graphics).

     

    Which would I advise?

     

    If you're wanting to slow transition to electronics, go for the Pi, however you will be limited in what it can connect to depending on what you want to do. If you're prepared to push through the learning curve of another language and start early with C++ then go for the Arduino, especially if you want him to learn more about electronics. It depends what projects you're/he's wanting to work on.

     

    Best case scenario, you get both, because they're complementary and they aren't designed to perform the exact same functions at all.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • johnbeetem
    0 johnbeetem over 10 years ago

    There are some good comments on Arduino versus RasPi at this poll: Arduino vs. Raspberry Pi

     

    From the OP's description, I would suggest RasPi since his son is already coding.  There are good project ideas at The Magpi magazine The MagPi and at Adafruit https://learn.adafruit.com/

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • pi-nerd
    0 pi-nerd over 10 years ago

    I am 15 and started with Arduino which is a good platform to start with to get started with electronics(the RasPi is a bit bad with electronics and less fail-safe) and all that stuff, for the more coding kid I recommend a RasPi, and start then first with Python, so he will have a good basis, like good indentation and better understanding of if/for/while and such control-flow things.

     

    Arend-Jan

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

    Hi Shahar,

     

    I agree with all the previous comments, and I'd also suggest the same kit mentioned by gadget.iom - I had a chance to briefly provide a review of the kit (click here).

    The user guide with that kit is extremely good.

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

    shabaz,

      Good review. I will bookmark for future reference. Thanksimage

    Clem

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

    Neither platform is particularly targeted towards Java programmers so you may not find many examples of say controlling I/O on a Pi with Java (I'm sure some exist).

     

    However you should be able to get the Pi up and running with a screen and programming Java fairly easily for things like UI and internet based projects. So from a coding perspective that might be the better choice. It would also be a better choice if you want to experiment with things like webcams or graphics.

     

    To help with the electronics side, to make it a bit more friendly I'd suggest adding a I/O card for it that protects the PI from accidental sort circuits etc.

     

    Projects you could look at include robotics as that is always a fun area and line following or ultrasonic sensors are good add-ons.

     

    Perhaps you could look at electronics separately and look at things like amplifiers, transistor switches etc.

     

    I come from a C background so I personally use the Arduino for a lot of my projects, my Pi has sat on the shelf since it arrived.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • peterjcs23
    0 peterjcs23 over 10 years ago

    This is a good comparison of a number of small computer borads.https://learn.adafruit.com/embedded-linux-board-comparison/overview

     

    So for example, if you want to read analog sensor signals the Arduino has inputs but RasPi has none. The RasPi processor is described as "full HD, multimedia applications processor for advanced mobile and embedded applications that require the highest levels of multimedia performance" but the Arduino is not.

     

    Etc.

     

    Peter

    • Cancel
    • Vote Up +1 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