Maker Pro
Maker Pro

Raspberry Pi V. Arduino

In short, Raspberry Pi has a more powerful processor that runs Linux. Arduino uses a simple microcontroller that is programmed in C or Assembly. Similar in principle, but they have different capabilities and applications.
 
IMO, arduino is easier to use from the get go. The language and setup are simple.
However, if you can code in python, the pi is more powerful.
For most imbedded projects, the arduino is plenty.
 
arduino is better at external hardware, buttons, leds, integrating with permanent solutions

raspberry pi is better for coding with, plus you can see what you are doing.
 
Top