Arduino or RaspberryPi ?

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
arwebdev
 
Posts: 3
Joined: Thu Oct 16, 2014 6:56 am

Arduino or RaspberryPi ?

Post by arwebdev »

Hello,

You can say that this is my first post here, But i've been checking this site for a while, Microcontrollers seems to be interesting for me but the only problem i have is that i feel like im lost between the two amazing boards (Arduino & RaspberryPi).

I currently have a RaspberryPi, I didnt use the GPIO yet, But i really feel like there are more learning sources for arduino, As well as more projects, Which makes me think again before i start with RaspberryPi.

Also about programming these boards, Which languages do i need to know ? Is there a shared language where i can use for both Raspberry and Arduino ?

My last question is about circuits, I really think i need to improve my knowledge in this side, Do you suggest to me any books or articles ?

My needs is for something really useful with creating robots, vending machines, home automation and so on, Hope this topic isn't in the wrong section :)

Thank you very much.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino or RaspberryPi ?

Post by adafruit_support_rick »

Arduino is by far the easier platform for beginners, and you're right, there are more learning resources available.

Arduino is programmed in C or C++. You can use C or C++ on the Raspberry pi, but most people use python, since python is easier to use on the Raspberry.

We have several good books on circuits in the store:
https://www.adafruit.com/category/40

User avatar
arwebdev
 
Posts: 3
Joined: Thu Oct 16, 2014 6:56 am

Re: Arduino or RaspberryPi ?

Post by arwebdev »

Thank you for your answer :) appreciated!

That seems good, I have a background in PHP and Javascript as im a web developer (I dont think these two gonna help), Also i have a small background in C++ and Java, But i really feel like Python is easier and has better future, In case i learned it, Will i be able to use Python to program Arduino boards ?

Hmmm, Im confused between many starter kits for arduino, Which one can be the best for me ? I found like 3 in the store :
https://www.adafruit.com/products/68
https://www.adafruit.com/products/170
https://www.adafruit.com/products/193
https://www.adafruit.com/products/1078

My concentration is on sensors and motors, As these two are my favorite, Can you suggest one for me please :)

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino or RaspberryPi ?

Post by adafruit_support_rick »

arwebdev wrote:Will i be able to use Python to program Arduino boards ?
Nope. Sorry.

For motors and sensors, the ARDX kit would be the one to get.
https://www.adafruit.com/products/170

User avatar
arwebdev
 
Posts: 3
Joined: Thu Oct 16, 2014 6:56 am

Re: Arduino or RaspberryPi ?

Post by arwebdev »

Thank you Rick, That was so useful :)

My plan can be going further with Arduino and C++, And i dont think C++ will be so advanced, I watched some examples and it seems like nothing more than some functions and variables used to create the sketches.

I think i will also have a look at Python, But not now, Maybe once i start playing with RaspberryPi's GPIO.

Thank you again for all the information and for suggesting me the right kit for me.

Best,

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino or RaspberryPi ?

Post by adafruit_support_rick »

You're welcome!

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”