Arduino vs. Raspberry Pi - Which is best? | AddOhms #7

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ •

  • @craftsydaddy
    @craftsydaddy 10 років тому +618

    Finally, a no-rocket-science explanation of what Arduino and Raspberry pi is. Haven't started on any electronics but I'm interested. This video helped me distinguish between the two. Thanks!

    • @AddOhms
      @AddOhms  10 років тому +10

      Thanks for the nice feedback.

    • @AddOhms
      @AddOhms  10 років тому +4

      ***** The Galileo is a bit like the Pi + Arduino, but with Intel hardware. I have one on my desk. There will be a video after I run it through its paces.

    • @AddOhms
      @AddOhms  10 років тому +5

      ***** I gazed into my crystal 8-ball and it said: "Reply hazy, try again later."
      Sadly, I have no inside track. I only know what is on the internets.

    • @kolyxix
      @kolyxix 7 років тому

      I know.

    • @MF-le7fp
      @MF-le7fp 2 роки тому

      What he said. And also "thank you", as well.

  • @hikaru-live
    @hikaru-live 10 років тому +249

    Both boards can be used in one project in the same time actually. My quadrocopter used a 9 DOF sensor array and a GPS receiver, both connected to the Pi as it crunches those numbers, mostly 3D vectors, better and faster, and it have a bigger storage capacity and better connectivity (3G HSPA+, hello?) but keeping those four motors running properly, that is the job of the Arduino which focuses on that and adjusts only when the Pi orders it to do so. The devices are hooked up together via USB.

    • @blakelowrey9620
      @blakelowrey9620 5 років тому +7

      陈北宗 this is actually really interesting and relevant to a project I am working on where I intend to drive many Arduino with a raspberry Pi. Do you communicate to the Arduino over UART serial communications? If so, what program or libraries do you use to control the output of serial communications to the Arduino from your raspberry Pi. Could the software be used to communicate with many boards/uart channels at once? I’d appreciate if anyone could point me in the right direction.

    • @blakelowrey9620
      @blakelowrey9620 5 років тому +3

      Simon Farre I was intending to use the raspberry pi to send and receive serial data from the arduinos. I was imagining one configuration where I have a single uart Chanel running from the rasperry pi that sends signals to all Arduino and the Arduino only read the lines addressed to them. My only worry right now though is receiving data back from the Arduinos. Would the uart protocol be able to handle that?
      The Arduino will act as the slave to the master raspberry pi. I will do system wide computation from the sbc

    • @professorstratios8228
      @professorstratios8228 5 років тому +1

      Ah. A man of culture.

    • @19mitch54
      @19mitch54 5 років тому +6

      I used an Arduino to read analog sensors and control the heat in my greenhouse. While I was developing this heater, it was connected to a Raspberry Pi to send the temperature data over WiFi to my tower in the house to monitor its performance and make pretty graphs. I connected them with a USB cable.

    • @veger2001
      @veger2001 5 років тому +1

      I was thinking the same thing but wouldn it just be simpler to just add relays and for the moduals for the higher amps stuff? unless you already have Arduino's lying around and are familiar with the Arduino code.

  • @ExplainingComputers
    @ExplainingComputers 10 років тому +37

    Excellent video.

  • @danielaunspach6312
    @danielaunspach6312 7 років тому +2

    Found this on another channel in search, then realized from the comments it was yours, and came here to thumbs up and subscribe. Great comparison!

  • @traction517
    @traction517 2 місяці тому +1

    I got my degree in electrical engineering 8 years ago but never practiced. I went into construction right out of college. My senior project was a I/O and hardware integration project using a microprocessor. I’m trying to create a similar project as a fun DIY project and totally forgot the basics. This video helped jog my memory and brought back many good memories. Thank you.

  • @qinwang117
    @qinwang117 5 років тому +3

    I have to say it's the best video that explains the difference between Arduino and Raspberry PI I have ever seen. I love the " for my project" part. Thank you soo much!

  • @peimanenato
    @peimanenato 5 років тому

    This is the best explanation I have ever seen. Very clean and perfect not just for arguing and raspberry pi but also about differences between micro controller and microprocessor. Thank you

  • @aleks2147
    @aleks2147 9 років тому

    At first, when I saw the title I thought: How can someone compare 2 incomparable things? And yes, at the end the message was very clear: no comparison between them. Great video! Keep it up!

  • @R4MP4G3RXD
    @R4MP4G3RXD 11 років тому +149

    Why not use both? RPi for the brains and the Arduino for control :D

    • @bald_engineer
      @bald_engineer 11 років тому +40

      That's always an option. In fact, there is a Pi "shield" which has an Arduino on it.

    • @HermanWillems
      @HermanWillems 6 років тому +7

      I have a board that has both. The UDOO board. It has Ubuntu on an imx6 SoC and next to it an Arduino Microcontronroller. You can program the Arduino from Ubuntu on the same board. :) nice.

    • @AkiraNakamoto
      @AkiraNakamoto 6 років тому +10

      RPi can also be used for control. I use RPi's GPIO to control my stepper & servo motors and all kind of sensors.
      RPi can do everything that Arduino does. Normally you don't need Arduino, UNLESS your project requires power efficiency.

    • @naveennaveen-mb6mc
      @naveennaveen-mb6mc 6 років тому

      Nic explanation

    • @canesvenatici9588
      @canesvenatici9588 5 років тому +1

      If cost, form factor, and power consumptions are not something you would consider then yeah.

  • @lotavio69
    @lotavio69 10 років тому +3

    This is a great video that focuses on finding the right tool for the job. I'm pleasantly surprised to finally find a comparison that does not throw mud at the Arduino. Thank you, AddOhms. Great Job!!

  • @mmetzger79
    @mmetzger79 10 років тому +1

    Fantastic explanation! I especially like the non-judgmental approach: it truly depends on your project. Spoken like true engineers!

  • @jonbisc8512
    @jonbisc8512 9 років тому +10

    This video was really useful! its been a while I was looking for something like this just to know the difference between them both... thanks a lot man!! greetings from Brazil ;)

  • @nates9105
    @nates9105 7 років тому

    Thank you for creating this simplified explanation of the difference between these two. It really helps narrow down my research while reducing the amount of time I need to spend doing so!

  • @worldbestpilot
    @worldbestpilot 6 років тому +2

    This was a great explanation for us guys, needing to decide which board will be the optimum for our project !
    Thanks a lot !!

  • @kierenmoore3236
    @kierenmoore3236 7 років тому +2

    GREAT video. To the point, plenty of detail (but not too much), and NO WAFFLE! Subscribed ... Thank you! :)

  • @anvaraminov9584
    @anvaraminov9584 7 років тому

    Great video and great channel! I was looking for some resources to understand basic electronics and I hope that this channel will be the best place to start.

  • @anguerandelamouliniere3070
    @anguerandelamouliniere3070 9 років тому +78

    Excellent work, I love to see videos like this with clear explanations of the choice criterias for YOUR project. However, I would like to add my "two cents"
    I regret that you concentrated only on the UNO model, which has the smaller memory (both Flash and RAM). You should have added that there are different models of Arduino, with more RAM, more Flash.
    Especially if you consider the Due (but it was created after the video, so you could not take it into account), running on a 32 bits ARM, with much, much more Flash and RAM than the Uno. Which makes the choice between Arduino and Raspberry even more difficult °-)
    Maybe you should have also explained that the Linux kernel makes the Raspberry "less responsive" in terms of real time criterias (which can be very important for some projects). While thanks to Linux, the Rasp has serious networking capabilities, that the Arduino can't really beat.
    As you said, the key is YOUR project °-)
    Once again, very good work

  • @centurialinc
    @centurialinc 8 років тому +2

    Love this channel, needs more subs! I was torn between the two. I'm about to build a counting scale that works on weight and this video helped me pic the hardware. Thanks.
    Best Matt

  • @Slacknutz
    @Slacknutz 10 років тому +8

    Again, how could 15 people give this a thumbs down? Fanboys who hug nuts possibly? Or parents of the Pi developers? IDK but this was a CLEAN video with NO slant. Sheesh

  • @PhysicNationOfficial
    @PhysicNationOfficial 6 років тому

    Clearest explaination I've seen on this, thanks

  • @AwaisNaseer
    @AwaisNaseer 9 років тому

    @addohms why are you not releasing your episodes on iTunes?

  • @skiptaker
    @skiptaker 10 років тому

    Very Fair and clear comparison between them, I like the video!

  • @stylesoftware
    @stylesoftware 7 років тому

    Well done. Another way of thinking about it, is that the Arduino has precise timing for PWM, TTL, I2C, SPI and GPIO. The clocked instruction comes around quick enough to follow the next command from the program. An OS such as the Pi has many slow downs and considerations before executing a change. The arduino is similar to a PIC, in that a command is directly executed, instead of waiting for an OS to decide it is time to execute it.

    • @AddOhms
      @AddOhms  7 років тому

      The PI's GPIO controller has the hardware for I2C, SPI, and UART communication. So the "precise timing" is no different than the dedicated hardware in an 8-bit microcontroller. Filling or emptying the buffers won't be as deterministic on an OS-based system, of course.
      Regarding the Arduino comparison to PIC. There are many similarities. From a high-level point of view, all 8-bit, 16-bit, and some 32-bit microcontrollers are similar. They don't run an operating system. But even then an RTOS can minimize the difference.

  • @bakanndy
    @bakanndy 9 років тому +19

    You are good at making presentation! Thank you very much for sharing.

  • @rattybongo100
    @rattybongo100 6 років тому

    you just saved me months of frustrations, i hope u get your efforts worth bruh

  • @DLiberator78
    @DLiberator78 9 років тому +1

    Thanks for uploading this video I found it extremely helpful. I own a Raspberry Pi and I am intrigued by the Arduino and was thinking of buying you. I really like the way you reviewed both products outlining their strengths and weaknesses without bias. Thanks again.

  • @BorselinoThadchack
    @BorselinoThadchack 9 місяців тому

    thank you 10 years into the future...from when this video was made. I just subscribed to your channel

    • @AddOhms
      @AddOhms  9 місяців тому +1

      10 years and over 150 videos ago (across others channels.) Wow.

    • @BorselinoThadchack
      @BorselinoThadchack 9 місяців тому

      yes sir, an aged man (well kinda your age) that is getting into electronics. I know, I m too old for it, but f it. I love it and following every video you put out ! Cheers @@AddOhms

  • @therealgraeme
    @therealgraeme 9 років тому

    Very nice explanation. Something simple that everybody should be able to understand.

  • @Themultiomniman
    @Themultiomniman 10 років тому +5

    Finally a no nonsense explanation. Thank you!

  • @youdabuddha7468
    @youdabuddha7468 5 років тому

    Thanks ! Very helpful clear descriptions of these two types of devices.

  • @ticktock8751
    @ticktock8751 5 років тому

    thanks for this video i have been playing with Arduino and when i was in china i buy almost 100 of them for many things as they are cheap there, but i come back to Australia and people told me i should start using Raspberry Pi 3+ and it cost lots here 10 times more then the Arduino, but your video explains things very clear.

  • @fogglee
    @fogglee 10 років тому

    One thing I was waiting for you to mention (but you didn't) Is that because the PI runs an operating system its performance in the micro world is much less reliable...but I see now why you didn't mention that. Excellent unbiased video.

  • @wa9kzy326
    @wa9kzy326 5 років тому

    Excellent ! Couldn't agree more. Arduino for hardware controllers and the "PI" for number crunching. Like you say, it's all in the I/O drivers. Of course memory and speed to enter in to some projects. Thanks a lot.

  • @KalaniHausman
    @KalaniHausman 10 років тому +1

    As I noted in the Amazon blog, the Arduino (~$25 USD) is great when you need analog and digital I/O and battery life, RasPi (~$35 USD) gives you a complete bare-bones computer capability for web/wi-fi orojects, while the Beaglebone Black (~$45 USD) gives you the broadest I/O options and a slightly faster single-board computer. There seem to be a spectrum of Arduino+RasPi projects to achieve both I/O and ease of development.

  • @LinardsPalacis
    @LinardsPalacis 5 років тому +5

    You can combine the two as well and control Arduino from Raspberry Pi if a specific project needs both of their strengths.

  • @goodwill7643
    @goodwill7643 9 років тому

    Great video!
    Other note would be - price.
    Arduino PRO MIni cost 2$ and Rasberry PI from 35$.
    If you want to run it on a battery, then Arduino or AVR easy put to sleep and consume 0.9uA - 0.38uA. This allows you to run monitoring tools like temperature or door switch on a battery for years.
    And board size, AVR as it self is very small.
    So if you need only watch, it is a quesiton if you should use a Laptop for it.
    Thanks again for videos, I like them very much :)

  • @JonathanAnon
    @JonathanAnon 7 років тому

    Thanks man, this was just beautiful. Exactly the straight quick comparison I was looking for.

  • @johnlearmonth5541
    @johnlearmonth5541 9 років тому

    Very clear and comprehensive summary

  • @ChaiShalom1
    @ChaiShalom1 8 років тому

    Very help! I just found your channel I'm going to dig in and learn a lot today.

  • @adityachauhan8262
    @adityachauhan8262 5 років тому

    The best explanation... on this topic so far.

  • @darkvader12341
    @darkvader12341 10 років тому +16

    I'm going to zip-tie the two together to make a mega-machine! :D

  • @satishkumarperumal
    @satishkumarperumal 8 років тому

    Simple and straightforward .. Just what I need to start with.

  • @anchorbait6662
    @anchorbait6662 6 років тому +3

    Omg thank you. That was a perfect explanation of the two boards. So stoked. Great work

  • @defariase
    @defariase 10 років тому +1

    Thanks for this video. It's very instructional and clarify a lot of things for me.
    Cheers!

  • @chimeranzl
    @chimeranzl 10 років тому +1

    Fantastic overview, simple and concise! Thanks

  • @albertovaquerizo1098
    @albertovaquerizo1098 5 років тому

    Always thinking there were both similar. Really good explanation! Thanks!

  • @StephenJohnFord
    @StephenJohnFord 10 років тому

    Saying this is a 32 bit processor is misleading (although true). it is a 32 RISC processor as apposed to a i386 based processor. Excellent video! Subscribed and looking forward to more.

    • @bald_engineer
      @bald_engineer 10 років тому

      Sorry, I don't follow.
      The Pi is a 32-bit microprocessor. That's true, so it cannot be misleading.
      I'm not sure what point you are trying to make with RISC versus CISC of the x86 family. Both the Arduino's ATmega328 and the Pi's ARM11 are RISC architectures.
      I don't compare the Pi (or Arduino's) processor to the processors found in a PC at any point in the video. Other than saying "The Pi has more in common with a PC than an Arduino." But there I am comparing the system, not the processor.

    • @StephenJohnFord
      @StephenJohnFord 10 років тому

      It is indeed very true but the instruction sets are very different to a programmer saying a device has a 32 bit processor usually means it is i386 based. Your not wrong and please don't get the wrong idea your videos are awesome.

  • @Lun4812
    @Lun4812 10 років тому +9

    Doesn't the arduino also need transistors to drive things?
    I need another power source to drive more than 2 little motors directly.

    • @bald_engineer
      @bald_engineer 10 років тому +5

      Depends on what those "things" are. If the load (or "thing") needs more than about 30mA of current, then yes, you need a transistor. So motors, relays, and solenoids almost always need a transistor.
      The nice thing with so much current available, the pin can *easily* turn on a BJT.
      This is going to be covered in an upcoming video...

    • @MikaelMurstam
      @MikaelMurstam 10 років тому

      The video says the Arduino can run up to 40 mA, which is more than Pi.

  • @steveoshaughnessy3736
    @steveoshaughnessy3736 5 років тому

    Great distinction, "... for my project." Which is better, a car or a pickup truck?

  • @angelfmf
    @angelfmf 9 років тому

    Very clarifying video. By the way, I was shocked on how well u can draw O.O Usually drawing and computing are pretty distant skills, but your the exception ;) Gratz

    • @AddOhms
      @AddOhms  9 років тому +1

      +André Ferreira My drawing skills, as shown in these videos, are more related to computing than you might think. ;)

    • @therealdeal6659
      @therealdeal6659 9 років тому

      +AddOhms Nice video!

  • @ghazanfaransari
    @ghazanfaransari 6 років тому

    nice informative video and very simple yet powerful comparison.

  • @adnaneh
    @adnaneh 11 років тому +23

    Thanks
    I really like it. I will post it for my students if you do not mind.

    • @AddOhms
      @AddOhms  11 років тому +7

      Of course, please.

  • @KarriKoivusalo
    @KarriKoivusalo 10 років тому +1

    Rapiro makes the perfect example here; the little robot uses Arduino-based microcontroller for servo control, and a raspberry pi may potentially be used for higher tasks (ultimately machine vision and AI)

  • @murmisrs5092
    @murmisrs5092 4 роки тому

    is it compatible for comunication to each other? For example for wider tasks solving? Can one task (no mater what) be solving on both devices or it have a specific field of usage for each one?

  • @DallasGreen123
    @DallasGreen123 10 років тому +4

    What is the best way of starting learning more about electronics? I hardly know anything about it yet, but it seems like such a big topic that I don't know where to start.
    Also, I would prefer to learn by building circuits or watch others do it, and not by reading too many books.

    • @AddOhms
      @AddOhms  10 років тому +8

      ***** Get an Arduino and an Arduino starter kit. Build the circuits in the kit and go from there.

  • @lukemallett7964
    @lukemallett7964 10 років тому

    Hi ive got a dilemma when it comes to which to pick. I need to build a data logger that measures both GPS and temperature data collected from a outdoors environment. I then need to be able to upload it to a windows PC and graph interpret ect the data? what should i pick-- and is it possible to fit the entire project on one uno board? (i alreadhave one)

  • @siddharth4662
    @siddharth4662 9 років тому

    great and simple review!! liked it!

  • @lenou666333
    @lenou666333 6 років тому

    Very pedagogic and synthetic video ! Thank you ^^

  • @VladRomanov89
    @VladRomanov89 10 років тому

    I think people should learn both and pick the board based on the application. Both should be applicaple to nearly every project; it is just a matter of preference at the end

  • @JamesLangmead
    @JamesLangmead 2 роки тому

    Very nice comparison video!

  • @peterlovink2642
    @peterlovink2642 7 років тому

    I like arduino best - because of the simpeler installation. But the PI has super uses as wel. Totally different stuff for different purposes. Thanks for the video, great info

  • @Skandawin78
    @Skandawin78 5 років тому

    excellent presentation, crisp and clear

  • @TheTrisiP
    @TheTrisiP 8 років тому +28

    so, I can combine both together to create a supercomputer that takes over the world? :)

    • @eshwar6969
      @eshwar6969 7 років тому +5

      no

    • @rabbitdrink
      @rabbitdrink 7 років тому +2

      Reiner Zufall you can combine them, but you won't really get much out of it.

    • @harshpherwani6590
      @harshpherwani6590 7 років тому

      Reiner Zufall perhaps...who knows? ;) jk don't roast me

    • @anchorbait6662
      @anchorbait6662 6 років тому

      Harsh Pherwani roasted

  • @manon-gfx
    @manon-gfx 7 років тому +2

    You can actually run the pi without an operating system. It just requires more setup with some ARM assembly code.

  • @pravious
    @pravious 7 років тому

    Thanks for helping me choose one of them to get myself started with this kind of things. I'll go with the Arduino UNO for now. I think it will suit best my lack of experience.

  • @mustafakenany1310
    @mustafakenany1310 10 років тому

    i have project on my collage about security system on home ... I have cameras , sensors and notification for each one
    so which one is best to me and easy to learn and which one can communicate with phone I mean every notification send to my mobile ... so can you provide help to me

  • @gpowerdragon9852
    @gpowerdragon9852 8 років тому +2

    so if a car is running with an adreno as engine controller you can save $1,000 that's how expensive ecu's usually are

  • @danielbarrett3405
    @danielbarrett3405 9 років тому

    Thank you for uploading this very easy to understand video. I am contemplating creating a lap counting system for my R.C cars, I think I would benefit from using both products. :D

  • @davidmanson7924
    @davidmanson7924 5 років тому

    Hi folks, looking for a bit of advise? I'm doing a project for college. I have to control a hatch door- it should open and shut at a certain temperature and at a certain light level. has anyone completed anything like this, and are there any websites etc to get more info?

  • @judo-rob5197
    @judo-rob5197 10 років тому

    very clear, and honest video.

  • @moominjuice2
    @moominjuice2 5 років тому

    Short sweet and to the point. Great job!

  • @buletex
    @buletex 5 років тому

    Very clear. Great edition!

  • @EdwinNoorlander
    @EdwinNoorlander 10 років тому +1

    The Arduino has a bootloader, its a kind of firmware. Its there to be able to upload a .hex via a RS232.

  • @nunomarques3701
    @nunomarques3701 10 років тому

    Very good video, and very easy to understand. Thank you a lot!

  • @morethanusuall
    @morethanusuall 10 років тому

    my project needs lots of processing so the Raspberry PI is better but is it capable of controlling two servo motors alone? do i need to use the Arduino with the raspberry pi?

  • @HenriqueArroyo
    @HenriqueArroyo 10 років тому

    Can I use the raspberry pi as an interface to control the arduino? If so, how would be the best way to communicate between them in this case?

  • @paradisegunshot
    @paradisegunshot 8 років тому

    Great, simple, informative video.

  • @danybeam
    @danybeam 10 років тому

    if we need to analise data and THEN control something (let's say a RC car) is it possible to adapt both... or is it a waste of money? (i'm the begginiest one can get)

  • @nachoImagine
    @nachoImagine 5 років тому

    Excelente video!
    Just one question..
    1:54 What are the GPIO pins?

    • @AddOhms
      @AddOhms  5 років тому

      General Purpose Input/Output

  • @ybaggi
    @ybaggi 10 років тому

    Whic one would be better suited for datalogging?
    Like measuring 4 voltages (potentially couple hundred volts)
    and a couple currents (up to a few amps but generally

    • @AddOhms
      @AddOhms  10 років тому

      Yves Baggi You could do that kind of datalog with a Uno and an Ethernet shield.
      Be careful measuring "couple hundred volts". If you're talking AC, that's going to be a little more difficult since you can't easily measure AC directly.

  • @Irish_home_worx
    @Irish_home_worx 8 років тому

    Hi great video btw. I am new to the electronics world but i am an electrician. If i wanted to build a drone using an Arduino mega, could i control it with a PI?

  • @rahulnehlani3197
    @rahulnehlani3197 9 років тому

    hi
    I want to interface my brain headset ( Emotiv EPOC ) with board. I am really get confused between arduino and rasberry pi. I also want interface the board with matlab and SDK tool . Can you suggest me which should I prefer.

  • @markstauffer1315
    @markstauffer1315 10 років тому

    i have a project where i need to send binary data to a reciever that will show the data on a LED display.
    (the data would come from a mobile thermometer and the readings will be temp as well as humidity, with a 0-5V output)
    i'm currently having a lot of difficulty trying to pick which one
    any help would be greatly appriciated.

    • @AddOhms
      @AddOhms  10 років тому +2

      Controlling simple displays, reading sensors (especially 5V sensors), and receiving data are all things perfectly suited for an Arduino.

    • @markstauffer1315
      @markstauffer1315 10 років тому

      AddOhms thank you very much :)

  • @hypercoder6577
    @hypercoder6577 9 років тому

    Can someone please send me a link with a tutorial on how to control home lights and electronics in house with the raspberry pi from a local site?

  • @DeadManHighlights
    @DeadManHighlights 6 років тому

    what about both in one project ??

  • @PrimoCostumezProps
    @PrimoCostumezProps 7 років тому

    Excellent video.
    Very informative for a novice.

  • @hikaru-live
    @hikaru-live 10 років тому

    think that you forgot to mention that you can combine the two using UART or I2C when both controlling power and computing power is required (for example, home automation with cryptographic authentication, which allows opening up the controls to the Internet)

  • @odysseasfourakis3685
    @odysseasfourakis3685 6 років тому

    So does this mean its possible to have the raspberry pi control the arduino for example if you needed prepossessing power and moving objects?

    • @AddOhms
      @AddOhms  6 років тому

      Yes. It is very common to use them together. The easiest is to connect the Arduino to the Pi's USB Port, just like a PC. You can also connect directly over I2C, SPI, and Serial UART on the Pi's GPIO pins.

  • @oudeiseimi2724
    @oudeiseimi2724 6 років тому

    How many servos can each of these boards run? I know that the Beaglebone can send servo signals through its IO interface. 5 regular servos need to have 5A - 10A support. Can the Pi supply this sort of current? (It's easy to find a power supply that can supply 5v at 10A, to plug into these boards.)

    • @AddOhms
      @AddOhms  6 років тому

      You should not power motors directly through any micro controller board. Ideally motors should have their own supply. Even if it is shared, power should go directly to the motor.

    • @oudeiseimi2724
      @oudeiseimi2724 6 років тому

      I suspected this. Even though the Beaglebone has a 5v power input, I don't think that I would trust running 5 regular RC servos (8-10A) through the Beaglebone. I CERTAINLY would not try to power an out runner motor that can pull 80-110A through some little circuit board. But this means that the CONTROL signal to these external devices must be separated from the power inputs to these external devices. This is already done in the case of speed controllers, but not in the case of the standard servo wire for RC use. So some custom wiring would be necessary, to have a Beaglebone control electronic gear on an RC plane.

  • @gustavotolaba6836
    @gustavotolaba6836 6 років тому

    It is a wonderful video! Thanks for it .Arduino and raspberry pi are very interesting

  • @TheHarpanOnly
    @TheHarpanOnly 8 років тому

    Crystal clear explanation!

  • @JezzaPanther
    @JezzaPanther 6 років тому +1

    I want to create simple games and display them. Is the Arduino the best for me? E.g. a simple space invaders or maze and display it on a 2.5” to 6” display

    • @AddOhms
      @AddOhms  6 років тому

      Arduboy is a nice 32u4 (Leonardo) based game platform with a small OLED screen. For a larger screen, most Arduino boards, even the M0+ don’t have enough RAM to drive a 6” screen.

    • @JezzaPanther
      @JezzaPanther 6 років тому

      AddOhms thanks for the advice. But what about the mega 2560? Would that work? And what do you think the maximum screen size would be?

  • @XLemond
    @XLemond 7 років тому

    HI, Im going to do a project name " Automatic Recycling Sorter Dustbin" which the main function is to sort out the waste materials automatically using sensors. Could you give me some ideas which should be my choice of MCU for my project?
    Thank you

    • @AddOhms
      @AddOhms  7 років тому

      Depends on the kind of sensors. This sounds like an extremely ambitious project and you will probably need multiple MCUs to accomplish it. Best of luck.

  • @emeyedeejay
    @emeyedeejay 6 років тому

    Would love to know how you do the white screen drawings ... Very good vid - straightforward, no-fuss explanations. Thank you.

    • @AddOhms
      @AddOhms  6 років тому

      Draw on green paper, chroma key out the green.

    • @emeyedeejay
      @emeyedeejay 6 років тому

      Simple as that eh!! Thank you! :)

    • @emeyedeejay
      @emeyedeejay 6 років тому

      Do you have any vids on teaching how to make vids? That would be cool - yours are the best I've seen - so nicely explained!

    • @AddOhms
      @AddOhms  6 років тому

      Write a good script.

  • @VaibhavGautamIndia
    @VaibhavGautamIndia 10 років тому +1

    Thanks for explaining all this in very simple words understandable by normal humans

  • @sivakumarrangaswamy2000
    @sivakumarrangaswamy2000 9 років тому +1

    Great Video! covered exactly what i wanted to know.

  • @gusbisbal9803
    @gusbisbal9803 9 років тому +1

    So can I drive the Arduino with the PI if I want a small remote appliance that runs off a battery and is wireless.

    • @AddOhms
      @AddOhms  9 років тому +4

      +gus bisbal Yes you can drive an Arduino from a Pi. Very common.

    • @ArjanvanVught
      @ArjanvanVught 8 років тому

      Why adding an Arduino? Just the RPi can so the same and more .

  • @Pyllolla
    @Pyllolla 10 років тому +2

    Both the Pi and the Arduino are fantastic machines. I have and enjoy both. They are different in every point of view: the Arduino is a microcontroller board, built around a microcontroller chip, the ATMEL 328P (and btw, it is pronounced thirty-two-eight, not three-twenty-eight). It is meant to pilot external HARDWARE of any kind, via its IO pins. The Raspberry Pi, on its side, is a real LINUX PC, something you can work, play, go online and browse the web with, just like the pc you are using now to read this comment. Both machines were designed by teachers. The Pi was designed and is currently manufactured in UK for educational purposes, to teach computer science in schools. The Arduino was designed by an Italian teacher who wanted a simple board for his students to better learn the microcontrollers. The original board is manufactured in Italy. Now about the price: some comments I have read here say both boards cost roughly the same, but this is incorrect: the original, made in Italy, Arduino Uno is about 26 euro, while the Pi is about 40 euro, here in Italy. If you are desperate for low cost Arduino clones, of course, you can find as many as you want on eBay.

    • @Pro9pix
      @Pro9pix 6 років тому

      Pyllolla which one is better and play videos

  • @justaway_of_the_samurai
    @justaway_of_the_samurai 10 років тому

    I'm curious, can't these two be compatible? Like, could you connect them so that you get the best of both?

  • @kingdomination163
    @kingdomination163 7 років тому

    so to make a sound wave generator with sines, saw, triangle and square and CONTROL wich one and which frequency I want I should choose Arduino right?