Program Arduino From Raspberry Pi

17K7713

Intro: Program Arduino From Raspberry Pi

In this tutorial I will show you how to program arduino with the raspberry pi.

All you need are:

Raspberry pi with internet connection

Arduino uno

Connection cord

STEP 1: What to Do

Go in to the raspi lxterminal and type in sudo apt-get install arduino.

Once you hit enter it will download and once you finish restart the pi.

This video will help u through it.

10 Comments

And why would we do that ? Arduino's language is way better .

basically the reason why I want to use arduino pro mini and control it over the Pi is the following - ADC

Because the Pi is a computer and Aduino has to be programmed from another source. Also Pi's work great as a central server to control Arduinos. Finally Pi can be programmed with any language or IDE available it Linux. I'm don't get what you mean by better? One is a micro computer and the other a computer. They are very different devices.

Thanks, I was not aware of that even to this day. I'll check it out but, I'm skeptical that it would be as Trivial to setup as simply using the rPi is to control my microcontrollers. Then again I'm a bit biased since I've been using Linux since 1994 and I store all my infrastructure as code.

In case its useful to someone:

When I ran "arduino" on my RPi3 (Raspbian Jessie), I got a message "Gtk-Message: Failed to load module "canberra-gtk-module"". I don't know if that's important, but I ran "sudo apt-get install gnome-session-canberra" and it went away.

The arduino.cc IDE 1.0.1 was pretty straight forward, all you really have to do is set the serial permission then you can select the board and upload without a problem. The real problem I'm having is that I purchased a zero pro board from arduino.org and I'm having trouble getting the 1.7.6 that would be required to upload code to it installed on Raspbian. I know the simple solution would be to just run it on a full-sized desktop but lets just assume that all I have to work with are a couple of RPi 2's. I can find virtually nothing online about how to go about it and I know there are others out there looking for ARM to ARM programming options so any suggestions? (Wiling to use an alternate Pi2 compatible IDE to program it from as long as I can have a debugging interface that is preferably integrated but I can settle for a separate one)

unable to locate package arduino

I bought a chinese knockoff arduino that would not been seen on my macbook air or my hackintosh. I know linux sees it just fine but I have gotten rid of all of my linux machines at home. Just wanted to see if I could program it with my raspberry pi and your video proves it can! Thanks for the info.