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
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum how to download arduino on raspberry pi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 16 replies
  • Subscribers 686 subscribers
  • Views 2776 views
  • Users 0 members are here
  • raspberry_pi
Related

how to download arduino on raspberry pi

chiversj
chiversj over 12 years ago

I followed the instructions from the book, titled Installing Arduino in Raspian. BIG FAIL. The word electronics did not show up. I have the latest download of Wheezy. Would appreciate some help on this. Thanks Jimmy

  • Sign in to reply
  • Cancel
  • mconners
    mconners over 12 years ago in reply to chiversj

    Just for fun I started with a fresh install.

     

    I did

     

    sudo apt-get update

     

    sudo apt-get upgrade

     

    sudo reboot

     

    sudo apt-get install arduino

     

    everything worked fine.

     

    Now it did install java, the avr tools, etc...

     

    the only think I can think of is that the installation did not complete somehow. Do what Gary said and capture your output. Are you sure you have plenty of diskspace? I did this on a 16gb card, a 2 or a 4 may be too small.

     

    It definitely installed it in /usr/share/arduino and it created the Electronics folder in the menu and put Arduin IDE

    in there.

     

    We can solve this for you, I'm sure it is something silly.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gdstew
    gdstew over 12 years ago in reply to mconners

    Hi Mike and Jimmy,

     

    I have installed the Arduino IDE five or six times on the Pi (I have two Pi's, one 256MB and one 512MB, and have upgraded Raspbian and

    the SD card disks a couple of times on each) and the only thing I've had problems with recently is forgetting to update before the install.

    However Jimmy, Mike's disk size question is a good one. The Arduino IDE install requires a quite a bit of disk space mainly because of

    Java and the way apt-get caches packages it is installing and I'm pretty sure that it was a problem on one of my earliest install attempts

    with a 2GB SD card. This was one of the main reasons for my first SD card upgrades. I definitely recommend a 4GB SD card minimum if

    you plan to add any software at all to  the Pi.

     

    If you have a 4 GB or larger SD card or just prefer to skip my first two suggestions and go directly to the ouput capture go ahead. Like Mike

    said I'm sure we can help you get this working.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 12 years ago in reply to gdstew

    I didn't remember having any issues when I had installed it before either. As a matter of fact tonight I did it on 2 seperate pi's and had no issues with the instructions I gave. One I did over VNC and one through ssh on the console. I've gotta believe something went wrong in the install, either ran out of disk space, or something couldnt get resolved. But the packages seemed pretty tight tonight.

     

    We'll get him going.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • chiversj
    chiversj over 12 years ago

    Gary you are on the right track when you said to add the line about the mirrordirector. Unfortunately I could not follow the instructions. I had no idea I was that illiterate but I am. At this point anyway, but I did find aptitude package management in the GUI and I drilled down and found there are four errors that prevent electronics from loading. Mirrordirector was two of them. I also found the electronics package is indeed in the pi.If you could tell me again how to use vi. or GUI I may can get it to work. Thanks Jimmy

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 12 years ago in reply to chiversj

    http://www.lagmonster.org/docs/vi.html

     

    vi cheat sheet

     

    i to insert

    esc to finish

    :wq to write and quit

     

    pi is nice it lets you use arrow keys to move around as long as you are not in insert mode.

     

    Have fun,

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • gdstew
    gdstew over 12 years ago

    OK Jimmy, here is a more detailed version on how to use vi to add the site to sources.list

     

    1)  Start up the vi editor (make sure you have made a backup copy first as I described previously):

     

      sudo vi /etc/apt/sources.list

     

    2) Type i to put vi in the insert mode

     

    3) Type in the line I gave you from the previous post. If you make a typing mistake the Backspace key can

          be used to delete the previous characture(s).

     

    4) After you have completed entering in the line make sure you press the Enter/Return key to seperate the line

         you just entered from the line that was already in the file.

     

    5) Exit the insert mode by pressing the Esc key

     

    6) To write the file back to disk and exit the vi editor type in :wq (the : tells vi that you are about to enter a

          command, wq tells it to write the file and quit.

     

    If you run into trouble with vi and can't figure out how to fix it press the Esc key once or twice then press :q!

     

    This will exit the vi editor without writing the file to disk so you can start over. In the worst case you can always

    replace the file you have modified with the backup by typing:

     

    sudo cp /etc/apt/sources.list.bak /etc/apt/sources.list

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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 © 2026 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