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 Raspberry Pi or Beagle Board!!??
  • 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 Suggested Answer
  • Replies 22 replies
  • Answers 1 answer
  • Subscribers 319 subscribers
  • Views 2808 views
  • Users 0 members are here
  • beagle_boad
  • raspberry_pi
  • bb_black
Related

Raspberry Pi or Beagle Board!!??

Former Member
Former Member over 13 years ago

I want to know which is better Raspberry Pi or Beagle Board?

  • Sign in to reply
  • Cancel

Top Replies

  • johnbeetem
    johnbeetem over 12 years ago +2
    There's going to be an Open Source Hardware Panel Discussion at the upcoming DesignWest show in San Jose, California starring Jason Kridner (BeagleBoards) and Gert Van Loo (Raspberry Pi / Gertboard). I…
  • jkridner
    jkridner over 12 years ago in reply to michaelkellett +2
    Note that the BeagleBone has 2 200MHz 32-bit RISC microcontrollers (programmable real-time units or PRUs) that can be programmed with an open source assembler to perform real-time tasks. The typical approach…
  • DAB
    DAB over 13 years ago +1
    For price/performance, you should take a look at the TI MSP430 line. The Launchpad only costs 4.30 USD and gives you a sixteen bit device. If you go read my Blogs on the MSP430F5438IPZR MSP430F5438IPZR…
Parents
  • michaelkellett
    0 michaelkellett over 13 years ago

    What is your application ?

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to michaelkellett

    I am starting. Apart from Price, what are the characteristic differences? use for robotics and real-time embedded application.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 13 years ago in reply to Former Member

    I don't think I would use either for what I would call a real-time embedded application but the defintion of real-time is very vague.

     

    from Wiki: systems that are subject to a "real-time constraint"— e.g. operational deadlines from event to system response

     

    But on that basis almost everything is  a real time system.

     

    So the Beagle and RPi are OK for deadlines in the order of 10s of mS, less with some hard work, but they don't (normally) use a real time OS.

     

     

    But you should do your own research - download the data for both boards - compare them with each other and your specification.

     

    No one can help you unless you describe your project in a lot more detail.

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to michaelkellett

    Michael Kellett wrote:

     

    I don't think I would use either for what I would call a real-time embedded application but the defintion of real-time is very vague.

     

    from Wiki: systems that are subject to a "real-time constraint"— e.g. operational deadlines from event to system response

     

    But on that basis almost everything is  a real time system.

    That's absolutely not the case.

    Almost nothing is a real time system.

    real-time is about meeting the deadline or missing the deadline as in event occurs at time X. Deadline is at X + 30ms.

    In case of hard real-time if the deadline is missed somebody might get hurt or die (airplane, car, robots etc.).

    In case of soft real-time if the deadline is missed it's inconvenient (video streaming, voice over ip etc.).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 13 years ago in reply to michaelkellett

    Michael Kellett wrote:

     

    I don't think I would use either for what I would call a real-time embedded application but the defintion of real-time is very vague.

     

    from Wiki: systems that are subject to a "real-time constraint"— e.g. operational deadlines from event to system response

     

    But on that basis almost everything is  a real time system.

    That's absolutely not the case.

    Almost nothing is a real time system.

    real-time is about meeting the deadline or missing the deadline as in event occurs at time X. Deadline is at X + 30ms.

    In case of hard real-time if the deadline is missed somebody might get hurt or die (airplane, car, robots etc.).

    In case of soft real-time if the deadline is missed it's inconvenient (video streaming, voice over ip etc.).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • michaelkellett
    0 michaelkellett over 13 years ago in reply to Former Member

    @ Baba,

     

    You have provided your own peronal definition of hard real time - can you back it up with any references ?

     

    To back up my own comments:

     

    Hard real-time systems are ones in which correctness depends on execution

    occurring within a fi xed period of time [GR04]. Surprisingly, most previous re-

    search in runtime monitoring focuses either on non real-time programs or soft

    real-time systems, in which occasionally missing deadlines is tolerated.

    (from a paper presented at International Conference on Runtime Verification 2010)

     

    Hard or softness of real time is not a measure of the importance of systme failure.

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • DAB
    0 DAB over 13 years ago in reply to michaelkellett

    In my experience, the term "real time" is relative.

     

    If your requirements have a specific time response number, then that becomes your real time event to design to.

    If you cannot measure the response, then it is not real time.

     

    After you establish your real time event, you have to do a criticality/risk assessment as to the effect of missing the defined response time.  In either case, you have to have a strategy for dealing with the lost event, should it occur.

     

    In systems engineering, we had to go through every system event until we could show that the system reached a specific level of survivability for a specific cost.  It was only after that analysis  that the system functions were allocated between hardware and software.  When software was not fast enough, you go to a hardware solution.  It may not be the most versatile, but it can usually meet any realtime constraint.

     

    The same goes for selecting the computer processor.  You have to pick one that when combined with the software has enough capability to meet the requirements allocated to it.  In advanced applications, you often are limited in your candidates to select from, so you need to understand your choice in very great detail.

     

    Now back to the topic, the selection between PI and BeagleBone depends upon your requirements.

    If both satisfy your requirements, then you look at the expense of the development environment.  Sometimes the cheaper processor carries the highest cost to develop.  The worst thing you can do is try to pit one against the other without a defined set of requirements.

     

    Thats the truth for all processor selections.  It is more than just selecting the board.  You have to look at the bigger picture of your intended application and understand that whichever one you choose, it will be obsolete before it gets delivered. image

     

    I hope I have added enough confusion to the original question, but I have worked on many state of the art realtime systems.  If you do not fully understand your requirements, you will fail. 

    I successfully implemented a lot of systems in applications where people said that you could not do the job in software.  The requirements are the key.  Understand them and you will be successful.  Ignore them and you will fail.

     

    As stated by the gospel of DAB. image

     

    Just my opinion.

    DAB

    • 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