• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Arduino vs Raspberry Pi

 
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How Raspberry is related to Arduino?
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They are really not comparable. The arduino's CPU is a microcontroller, its dumb, slow, but has a lot of IO. The PI's CPU is an ARM, its a real computer, it can do things like decode HDMI video on the fly. But it doesn't have many IO ports.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's also important to remember that both of these are really "product ranges" rather than just single products. Admittedly the range of Raspberry Pis is currently a lot smaller than the range of Arduinos, but there are still three major versions "in the wild". And there are also moves toward an ecosystem of third-party "Raspberry Pi compatibles"

There are so many different types of "arduino" that it's almost impossible to keep track. From the thumbnail-sized DigiStump Digispark to the 32-bit ARM-based Arduino Due and boards with every kind of built-in extra.

And just to add to the fun, don't forget other popular entries in this crowded space such as the Beaglebone Black, Cubieboard, Freescale Freedom boards, and evaluation boards from just about every chip manufacturer!
 
reply
    Bookmark Topic Watch Topic
  • New Topic