Arduino IDE Install Raspberry Pi Both Methods shown

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • Both methods of installing the arduino ide explained in this video, make sure to like and subscribe and leave a comment below.
    Method 1:
    open terminal - ctrl+alt+t
    type: sudo apt install arduino
    Method 2:
    download the arm-linux-32bit from arduino.cc (only download the 64bit if on a 64bit raspberry pi os)
    extract the file in your downloads then:
    pi@Gam3t3ch:~ $ cd Downloads
    pi@Gam3t3ch:~/Downloads $ sudo mv arduino-1.8.12 /opt/arduino
    pi@Gam3t3ch:~/Downloads $ cd
    pi@Gam3t3ch:~ $ cd /opt
    pi@Gam3t3ch:/opt $ cd arduino/
    pi@Gam3t3ch:/opt/arduino $ sudo ./install.sh
    Do you have anything you want covered? Let me know.
    Still playing with the Raspberry Pi 4 and video recording and editing so far this video was a bit quicker to do which was great.
    More coming soon.
    My Daily Pi Setup:
    Raspberry Pi 2GB: amzn.to/2VftWfR
    USB 3.0 enclosure: amzn.to/38UDWir
    Logitech C922 Webcam: amzn.to/2SVJTGB
    Neewer NW-700: amzn.to/2HPds6o
    Digiflex Mic cable: amzn.to/2HOGJOr
    Behringer Q502USB: amzn.to/2vaXoZF
    Asus Blu-Ray: amzn.to/2HMiXT1
    Logitech Wireless Combo K235: amzn.to/2PijEaR
    Samsung 860 Evo SSD: amzn.to/2HMmd0H
    Kingston 120gb SSD: amzn.to/39ZpvtL
    Lexar 32gb Micro SD: amzn.to/37WCpqN
    My other common equipment:
    Gigabyte Brix: amzn.to/37Sy3kP
    Roxio HD: amzn.to/32j2YW6
    USB Microscope: amzn.to/2Pj4Fhb
    Rode VideoMic Go: amzn.to/3cbKFqy
    Canon T6i: amzn.to/37RyBHq
    gopro hero 7 white: amzn.to/37P1HHr
    3D Printer (similar to): amzn.to/3c1b5er

Комментарии • 36

  • @moerateb
    @moerateb 4 года назад

    YOU ARE THE MAN!!! I’m a noob to Linux and I didn’t realize how particular some versions of software are. I tried multiple versions of the IDE and kept getting to where when I clicked to open the program, it would look like it was opening, and nothing. After many forums and videos, I arrived here. Raspberry Pi Zero W can run the latest 32 bit ARM version of Arduino IDE!!! Thank you so much!!!

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  10 месяцев назад

      awesome love reading stuff like this even if its 3 years later and I am finally catching up on comments lol

  • @w4twa
    @w4twa 4 года назад +1

    Thank you! Worked perfectly

  • @coelhofpv2086
    @coelhofpv2086 4 года назад

    Nice job. No digressions, no fluff... Thank you!!

  • @andrewapsley7259
    @andrewapsley7259 5 лет назад +1

    Thank you for making the video I made the mistake of trying to install the 64 bit. Just got the raspberry pi and finding my way about the command line etc.

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  10 месяцев назад

      So hows your adventure with arduino and raspberry pi going?

  • @Grissledik10
    @Grissledik10 3 года назад

    Thank you so much! It's guys like you who can help idiots like me learn new stuff. Thanks again!!!

  • @egehidiroglu6807
    @egehidiroglu6807 4 года назад

    Incredible video. Thanks!!!

  • @mauricecraft890
    @mauricecraft890 4 года назад

    Two thumbs up. TNX!

  • @AzymisGFX
    @AzymisGFX 4 года назад

    Great video. Watched a few, but yours helped the best! Thanks!

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  4 года назад

      Thanks for stopping by that makes me happy to hear and thanks for the kind words. take care eh!

    • @AzymisGFX
      @AzymisGFX 4 года назад +1

      @@Gam3T3cHElectronics Of course! You cover your topics steadily and thoroughly which helps a lot. I just got my Raspberry Pi 4, so I'll definitely be going through your other videos as well! Thanks again!

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  4 года назад

      Awesome and make sure to let me know if there is anything you want covered anytime I'll toss it on my list.

  • @GETinTheVaniHavCndy
    @GETinTheVaniHavCndy 5 лет назад

    Thank you! I was struggling with the CLI method until now.

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  5 лет назад +1

      Awesome! glad it was of use to you made making the video worth it :)

  • @tedsykora1858
    @tedsykora1858 4 года назад

    so very helpful thank you (used in dec 2020)

  • @Swampwild1
    @Swampwild1 4 года назад

    Thanks so much for your help and replies. Excellent video. I'm an old guy who used dos commands for decades. No idea how your moving and creating directories. I miss dos "sudo MV"?? what is this stuff? and OPT directory?? I see there already is one off the root but not related I guess. All so weird. Got it to work no big problem. Thanks. It extracted to tmp. This language seems a negative evolution from dos. I will stop whining and learn.

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  4 года назад

      just to confirm you are installing this on a raspberry pi correct?

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  4 года назад

      I will assume you are so sudo gives the next part superuser permissions. the mv is for moving then we are selecting the file folder of the extracted program and then moving it to the /opt folder but we want it to automatically change the name of the folder to arduino so we would do.
      download the arm-linux-32bit from arduino.cc (only download the 64bit if on a 64bit raspberry pi os)
      extract the file in your downloads then:
      pi@Gam3t3ch:~ $ cd Downloads
      pi@Gam3t3ch:~/Downloads $ sudo mv arduino-1.8.12 /opt/arduino
      pi@Gam3t3ch:~/Downloads $ cd
      pi@Gam3t3ch:~ $ cd /opt
      pi@Gam3t3ch:/opt $ cd arduino/
      pi@Gam3t3ch:/opt/arduino $ sudo ./install.sh
      Then under the pi icon and programming you should have the arduino icon. launch that and you should be ready to go.
      The other option would be to open terminal and type sudo apt install arduino.

    • @Swampwild1
      @Swampwild1 4 года назад

      Thanks for reply. It’s all good I got it. This is Linux I realize now. It’s like I’ve been in carbon freeze for 30 years. I went over a Linux cheat sheet to help understand. Busy fixing my tractor again.

  • @ghatesandesh
    @ghatesandesh 4 года назад +1

    Thank you for making the video.... have to choose the longer way to install IDE in PI4

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  10 месяцев назад

      thanks eh ya I usually do it that way as well. thanks for the sub as well.

  • @CinoGear
    @CinoGear 4 года назад

    Tks u so much sir

  • @ym30214
    @ym30214 3 года назад

    Genious!

  • @nguyenvinhhien8499
    @nguyenvinhhien8499 4 года назад

    Dear Sir, after installed Arduino IDE , can we use it (on Raspberry pi 4) for upload new code to Arduino , example Arduino Uno ?
    Thank you!

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  4 года назад

      You bet plug it into the pi and just make sure the right port is selected but the pi usually picks it up if not too much plugged in.

  • @WilliamNjoya
    @WilliamNjoya 4 года назад

    HI, there seems to be no response after writing: sudo ./install.sh

    • @Gam3T3cHElectronics
      @Gam3T3cHElectronics  10 месяцев назад

      hopefully you got it running by now. did you manage to get it figured?