Arduino vs. Raspberry Pi // Bits | I Like To Make Stuff

Тәжірибелік нұсқаулар және стиль

In this episode of Bits, we compare the functions and uses for the Arduino line of micro controllers and the Raspberry Pi microcomputer. Each can control your electronics projects, but which one should you use?
Arcade project:
www.iliketomakestuff.com/arcade
TOOLS & SUPPLIES (affiliate links):
kit.co/iliketomakestuff/my-wo...
kit.co/iliketomakestuff/shop-...
MUSIC: share.epidemicsound.com/iltms
Subscribe: bit.ly/ILikeToMakestuffSubscribe
Check out my TopVideos!: bit.ly/ILikeToMakeStuffTopVideos
Learn 3d modeling, get digital plans, and cool merch at
iliketomakestuff.com
Want to support ILTMS? Get exclusive content and more...
www.iliketomakestuff.com/patreon
FOLLOW:
/ iliketomakestuff
/ iliketomakestuff
/ iltms
#ILikeToMakeStuff
About I Like To Make Stuff:
We have lots of projects including woodworking, metalworking, electronics, 3D printing, prop making and more!
These videos are our attempt inspire and empower others to make the stuff that they want to have. Hopefully you'll see something here that will inspire you to make something that you're passionate about!
Arduino vs. Raspberry Pi // Bits | I Like To Make Stuff
• Arduino vs. Raspberry ...
I Like To Make Stuff
/ iliketomakestuff

Пікірлер: 228

  • @scootersworkbench6347
    @scootersworkbench63475 жыл бұрын

    Great Bits! Thanks for the difference. Would love to see more Bits on the electronics sides (Motor Controllers, Servos, sensors, etc) Love this series!

  • @antalz
    @antalz5 жыл бұрын

    Should really have mentioned that the Pi's 40 pins are not all IO, many of them are 5V, 3V3 and GND, or are otherwise limited. The Pi's logic is 3.3V, while arduino is 5V. A Pi has no analog input by itself, it needs help from an MCP3008 or a similar ADC chip. Finally, once you have a working arduino, you can easily scoop out the actual logic chip, and put that in your project for a really compact build. The big difference here is that an ATtiny or ATMega chip costs maybe 2-5$, while a for raspberry pi your only option is the whole board for around 35-40$, excluding SD card.

  • @zaprodk

    @zaprodk

    5 жыл бұрын

    Yeah only 28-odd ones are GPIO, so saying 40 is somewhat misleading.

  • @nateevans6528

    @nateevans6528

    5 жыл бұрын

    I think he was simplifying to make the initial understanding easier for people like me. I understood the jist of it which will encourage me to look at taking the next step. Adding everything you mentioned, while I am sure is accurate only confuses the target audience. Understanding the target dictates what Bob ”should really have mentioned”

  • @ZILtoid1991

    @ZILtoid1991

    5 жыл бұрын

    Also the MIPI DSI and CSI are unfortunately so proprietary that it's hard to connect to anything, there's only a handful of official hardware for them, but it's not hard to hack a smartphone display onto it if you can code in C.

  • @alxzander9160

    @alxzander9160

    5 жыл бұрын

    NEEEEEERRRRRRRRRRDDDDDDDSSSSSSS

  • @noshanenogame84

    @noshanenogame84

    5 жыл бұрын

    I was going to say similar, he seemed to skip over the GPIO part of the Pi and just mentioned it had 40 pins but not what they actually are. The Arduino is by far the best choice if you need Analog IO and for the most part is the best choice for most electronics projects. Especially with a Mega2560 Pro Mini which is both compact and boasts 54 digital IO and 16 analog IO

  • @SwitchAndLever
    @SwitchAndLever5 жыл бұрын

    Great video Bob! One small thing though, the Arduino UNO (and most other models) can run on anything between 5-12V, because they have a built in regulator which will step the voltage down to what the board needs. The RaspberryPi takes 5V, non negotiable. This means that you're a bit more free in how you power the Arduino, and you could for instance power it directly in a car from the on board electric system, whereas the RaspberryPi needs to have it stepped down first.

  • @zmurah
    @zmurah5 жыл бұрын

    I’ve heard you explain the difference between the two through the Making It podcast and the random projects here and there; however, this Bits expiation takes the cake, or pi, or whatever digital desert you choose. Bob for the win once again! Thanks for all that you do.

  • @jaylittlefield5277
    @jaylittlefield52775 жыл бұрын

    This is one of the best explanations I have heard comparing these two devices. Thanks, as always, for the clear cut education!

  • @georgecunningham9175
    @georgecunningham91755 жыл бұрын

    VERY helpful. I had never heard of a Raspberry PI until a few days ago and was steeling myself to look it up and spend hours trying to decipher the tech-speak and distill it down to terms I can understand. Now I have no need to do that..........you have made it clear and concise and I can now astound my geriatric friends with my knowledge LOL BTW - love the Bits series.these little snippets of knowledge are interesting and useful and don't clutter up my brain with a whole bunch of unnecessary "let me speak a full minute more of nonsense so the video is long enough". Thanks for that!

  • @SuperMakeSomething
    @SuperMakeSomething5 жыл бұрын

    Absolutely fantastic summary, Bob! Good stuff and thanks for posting!

  • @ciaranodubhgain4291
    @ciaranodubhgain42915 жыл бұрын

    Just got home from school you are amazing Bob

  • @mtslyh
    @mtslyh5 жыл бұрын

    Shutdown is also important to consider. You really shouldn't just kill the power to a Raspberry Pi as it could potentially corrupt the OS. An Arduino is better suited to consumer products where they are more likely to just pull the plug or want to flip a switch to turn it off. Raspberry Pi's are better suited to long running devices that the user understands need to be used a certain way. So you wouldn't want to put a Raspbery Pi in a toaster. But a Raspberry Pi is reasonable for a network storage device or media streaming server that users intend to leave on all the time.

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Excellent point! Thanks for bringing that up!

  • @Hauketal

    @Hauketal

    5 жыл бұрын

    I just bought a StromPI made by Joy-It with a battery hat. Together they are an UPS for the Pi and can initiate a graceful shutdown when the power is lost. The battery is LiFePo, like LiPo, but without the flames. But as the producer sits in Germany, no idea about availability elsewhere.

  • @andriessalm

    @andriessalm

    5 жыл бұрын

    Well you can put the Raspberry Pi OS on read only mode. Then pulling the plug out of the Raspberry Pi is not harmful.

  • @rossmckenzie1854

    @rossmckenzie1854

    5 жыл бұрын

    I am electronics engineer with 40+ years of design experience. Recent usage with Pi 3B+ proves to me that its power down process is far from reliable. I will not recommend it for any of my clients' projects.

  • @MrElemem
    @MrElemem5 жыл бұрын

    One note about Arduino is that if you build a standalone unit (without the USB connectivity that the Uno has), you will consume much less power. I recently built a Halloween gadget with LEDs for my kids. It runs through a flash cycle and then sleeps until reactivated by a monitored switch. While it is running it consumes ~14mA but while it sleeps it only consumes 0.28mA! And I have no idea what I’m doing! I’m sure more knowledgeable people could do even better

  • @mikelee1906

    @mikelee1906

    5 жыл бұрын

    What board did you use?

  • @dleland71
    @dleland715 жыл бұрын

    Extremely well said! I started on the RPi and moved to the Arduino (then back to the RPi)... They each have their strengths and weaknesses. Keep up the projects that use both. :)

  • @paulcharette6400
    @paulcharette64005 жыл бұрын

    Awesome video Bob! Thanks for the crash course!

  • @ionx1362
    @ionx13625 жыл бұрын

    Just getting into DIY and Bits is really helping.

  • @rawlsawh2804
    @rawlsawh28045 жыл бұрын

    I'm really loving these bits videos. Very helpful and very informative. Thanks you Bob!!!

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Thanks so much!

  • @rosannefarrell1243
    @rosannefarrell12435 жыл бұрын

    Thank you so much for your time and energy! Love the ‘bits’

  • @bruce-le-smith
    @bruce-le-smith5 жыл бұрын

    This was really really amazing, hope to see more like this!!

  • @jgon12
    @jgon125 жыл бұрын

    I love the bits videos so much thank you dude!!!

  • @noxility9060
    @noxility90605 жыл бұрын

    Hey Bob! I want to give you a huge thanks. I've been wanting to get into electronics that use some programming, but wasn't quite sure what (I have about a years experience programming in C#) This video really helped me figure out what I should start off with. Just got my Arduino starterkit and am really excited to learn this! I love watching your videos, especially your arduino ones. :)

  • @rossweiler8715
    @rossweiler87155 жыл бұрын

    I’m definitely behind the curve when it comes to this kind of stuff and you do an excellent job explaining it. Now I need to find a project to use one of them....

  • @biomcanx1
    @biomcanx15 жыл бұрын

    Awesome thanks! I was always wondering about the differences when you used each type and why...this explains that!

  • @anthony6841
    @anthony68415 жыл бұрын

    This was a very helpful video! Keep up the good work Bob!

  • @phillypauly
    @phillypauly5 жыл бұрын

    I have been playing with these for a while now but this is the best 5 minute summary I have ever heard.

  • @MCsCreations
    @MCsCreations5 жыл бұрын

    Really nice! There are a few projects I would love to build with the PI... Like a smart mirror, for example.

  • @husk79
    @husk795 жыл бұрын

    Awesome! thanks for the info bob!! cant wait for the next bits!

  • @heyimamaker
    @heyimamaker5 жыл бұрын

    I really enjoy the Adafriut feathers and feather wings. I found it a bit overwhelming trying to figure out what works with what and what voltages. Great video!

  • @ByersLeafguard
    @ByersLeafguard5 жыл бұрын

    These bits are the best! So much information in a short amount of time!

  • @Ledcke
    @Ledcke5 жыл бұрын

    Seriously, I love these videos. Keep being awesome.

  • @davexb6595
    @davexb65955 жыл бұрын

    Thank you very much for the video. I had wondered about this but hadn't researched it and just wanted a succinct answer.

  • @michaeldorsam2908
    @michaeldorsam29085 жыл бұрын

    Awesome, I was just wondering about that exact thing! Thanks!

  • @thegunguymartin
    @thegunguymartin5 жыл бұрын

    Thanks brother.... Great video ... I was looking for this!!!!

  • @ecrusch
    @ecrusch5 жыл бұрын

    These bits videos are really helpful...honest. (and by the way, that was an awful lot of information packed into a little over 5 minutes. Nice job Bob.)

  • @BigJonHose
    @BigJonHose5 жыл бұрын

    Awesome video! I was hoping after the intro all you said was "there is none" and that would be the end of the video. Great explanation! I would love to learn this stuff. Just waiting for the right project to utilize it.

  • @ioupuiuyiyui9498
    @ioupuiuyiyui94985 жыл бұрын

    Thanks, This video really helps me decide which board I'm gonna buy

  • @duby149
    @duby1495 жыл бұрын

    Oh man this video helped me so much, I knew what I needed just had no idea what the name was lol, I want to make a custom size picture/video frame but had no idea what the little board was called.

  • @gkkent
    @gkkent5 жыл бұрын

    Pure gold! More please!

  • @Nono-hk3is
    @Nono-hk3is5 жыл бұрын

    Extremely good and succinct summary.

  • @RVwithTito
    @RVwithTito5 жыл бұрын

    Great comparison! Thanks.

  • @CooldaddyBBQ
    @CooldaddyBBQ5 жыл бұрын

    This was a great Bits now the two products are clear. Thanks

  • @cliffdoes_stuff4012
    @cliffdoes_stuff40125 жыл бұрын

    An excellent video as always, very informative.

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Thanks!

  • @BumbleBeeTF
    @BumbleBeeTF5 жыл бұрын

    Very informative and interesting! Thanks!

  • @zachthecoolmcyter6540
    @zachthecoolmcyter65405 жыл бұрын

    Idk why I’m so addicted to every single video of yours.

  • @FredMcIntyre
    @FredMcIntyre5 жыл бұрын

    Thanks for the info Bob! 👍👊

  • @neel3089
    @neel30895 жыл бұрын

    This was very helpful for my smart green house project Thank you so much

  • @TheWoodLab
    @TheWoodLab5 жыл бұрын

    Great Bits as always Bob! I have a pi that I bought off of a coworker a few years ago and still need to fire it up lol. Always wondered how arduino was different. - Jim

  • @IEnjoyCreatingVideos
    @IEnjoyCreatingVideos5 жыл бұрын

    Nice video Bob! Thanks for sharing it with us.👍😎JP

  • @DavidBishopinc
    @DavidBishopinc5 жыл бұрын

    I’m sure that was great information. Your skill level never ceases to amaze me.

  • @bradmakes
    @bradmakes5 жыл бұрын

    Excellent video as always Bob! -- Did anyone else think his desktop background was chicken fingers @ 1:13, or am I the only hungry boi in the room. --- Yes, I do realize its probably a rocket taking off... but ugh, that's some real crispy looking exhaust!!

  • @coregeek
    @coregeek5 жыл бұрын

    Thanks for the helpful info.

  • @martinjoyce779
    @martinjoyce7795 жыл бұрын

    learned a ton, as I always do from your videos. Makes me want to try and do a project with these.

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Awesome to hear Martin! Thank you!!

  • @Mark1Mach2
    @Mark1Mach23 жыл бұрын

    Thank you, this was informative.

  • @maringuic2484
    @maringuic24845 жыл бұрын

    wow this is exactly what I needed thank you so much! I am getting into programming do you have anything to start?

  • @circle4922
    @circle49224 жыл бұрын

    Very helpful, Thanks.

  • @FilamentFriday
    @FilamentFriday5 жыл бұрын

    Great summary Bob!!! FYI, you can also program Arduino in BASIC with the free Great Cow Basic compiler.

  • @keenanpress3620
    @keenanpress36205 жыл бұрын

    My 6-year old and I love watching your videos. So much so that my wife just said “he keeps calling the TV remote an arduino?” We know little about coding so that definitely came from ILTMS. Thanks for the info!

  • @programminglover2851
    @programminglover28512 жыл бұрын

    Thank you for this useful video.

  • @GarageTimeAutoResto
    @GarageTimeAutoResto5 жыл бұрын

    Good introduction to these devices. These things can suck up a lot of time when learning how to operate. 👍

  • @ejikenwaeze5979
    @ejikenwaeze59795 жыл бұрын

    FAVORITE bits so far

  • @blahblogittyblah
    @blahblogittyblah5 жыл бұрын

    One thing that doesn't get mentioned a lot is that sometimes even an arduino is overkill. Sometimes a 555 timer or other simple circuit is enough to give you what you want and can be a lot cheaper. Great overview as always Bob.

  • @gamemakero1998
    @gamemakero19985 жыл бұрын

    Great video, but i'd like to add that there are some arduinos with HID built in that allow to easily make PC peripherals like game controllers, keyboards, etc which is harder to do on a pi.

  • @davidurdahl6656
    @davidurdahl66565 жыл бұрын

    Whenever I have a few extra bucks I buy a some variation of both. Never know what your gonna need one for.

  • @skewedmaker
    @skewedmaker5 жыл бұрын

    Great overview of both boards and their capabilities. When will we see a Bits about Drill Bits?

  • @lsinner80
    @lsinner805 жыл бұрын

    This is a great video. Thank you.

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Thank you!!

  • @connorchapman4223
    @connorchapman42235 жыл бұрын

    Nice I use both but a while back I was confused this wouldve helped back then.

  • @ABentPaperclip
    @ABentPaperclip5 жыл бұрын

    minor feedback: whenever you reference another of your videos, make sure you link it in the description so we don't have to hunt down something that looks cool (ie: your arcade cabinet). aweseome content though!

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    We try to usually. Just slipped up on this one. Here you go, www.iliketomakestuff.com/arcade

  • @MikeTheMaker1

    @MikeTheMaker1

    5 жыл бұрын

    eldeecg I was looking for the same thing.

  • @dubya13207
    @dubya132075 жыл бұрын

    one thing that tripped me up for a bit was understanding that even though they run on 5V, they can control devices on other voltages. if the device has a "data" input (like a 3rd pin for LEDs), you can just bypass the arduino/pi entirely when it comes to powering the peripheral, and if it only has power inputs you can use a shield/hat to handle it i'm far from an expert, but just wanted to share one of the things i've run into!

  • @stephencaldwell1123
    @stephencaldwell11235 жыл бұрын

    I have been searching for a very long time for just this video!! Nicely done and clears a lot up. My question though, where do you buy your boards from? I know Ada Fruit but there are so many options I usually get overwhelmed and never buy one. Also there being several different after market "duinos" that are basically the same thing with a different name make it even more confusing. Id also love to learn more about different types of sensors and how they plugin to the arduino. Thanks Guys!!

  • @heyitsthatdude17
    @heyitsthatdude175 жыл бұрын

    Bob, could you consider doing a bits episode on masking and spray painting? Something I struggle with personally.

  • @drifterz28
    @drifterz285 жыл бұрын

    Just like there are different arduino compatible boards there are also other pi's, so the pi 3 cost $35+ USD but there is also a pi zero and zero w at around $5-10 USD that can almost bring its cost the the arduino uno level and the w version has wifi and bluetooth built in. Good video!

  • @SzDavidHUN

    @SzDavidHUN

    5 жыл бұрын

    But you'll have higher power consumption, 3.3V logic level, more fragile, and because it's a computer, you can't have usually that precise timing. Plus you need an SD card. If you need wifi, you should check the ESP8266 and ESP32. Later have BT and BLE. And it's like 3-5$. And many times fater than an UNO. Btw if you can benefit from using a computer, then go for the Pi, but sometimes it can give a bit headache.

  • @phillipdp
    @phillipdp5 жыл бұрын

    Fan-dam-tastic :D thank you so much for this

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    I hope it was helpful!!

  • @from1978
    @from19785 жыл бұрын

    Love seeing your bits Bob. :-|

  • @jcsmith800
    @jcsmith8005 жыл бұрын

    What are the chances you could do a BITS video for an intro to write code for these arcade cabinets bc I REALLY wanna make one and that’s the only thing that’s holding me back!!!! Thanks

  • @sasabarisic8864
    @sasabarisic88645 жыл бұрын

    You mentioned the arduino runs a "subset of the C programming language", which is not true. All the arduino sketches are actually programmed in C++. The backend compiler is a modified version of gcc which compiles the code into the AVR instruction set. You can most likely find other compilers online which compile other programming language to the AVR instruction set.

  • @dudelordlego2334
    @dudelordlego23345 жыл бұрын

    I love your videos

  • @Lububrn
    @Lububrn5 жыл бұрын

    Bob I am a complete amateur at this but I would love to learn more. Any recommendations for how to learn programming? I want to use Raspberry Pi in my truck for backup camera LED light bar controls. I would love to see you do a project with your Land Cruiser.

  • @PatrickHennessey1764
    @PatrickHennessey17645 жыл бұрын

    Best microcontroller = esp8266!! Great video by the way

  • @amishpatel7794
    @amishpatel77945 жыл бұрын

    Finally a good channel for a great war

  • @jerryjohnsonii4181
    @jerryjohnsonii41815 жыл бұрын

    Very interesting.

  • @ingesolucionesmecatronicas7369
    @ingesolucionesmecatronicas73695 жыл бұрын

    Saludos desde Colombia.

  • @ZILtoid1991
    @ZILtoid19915 жыл бұрын

    There's a few workarounds for the issue of Arduino only supporting C. There are a few compilers that compile Python code to C if someone has a hard time learning the language. Also there's at least one D compiler that outputs C, but I don't know how well is it maintained, but if someone willing to go all custom, then some ARM microcontrollers are supported by LDC and GDC.

  • @dannybaird2254
    @dannybaird22545 жыл бұрын

    i am in the process of upgrading the mancave and i am currently building the arcade cabinet.......SO can you make a vending machine with about 3 drink options that are cool with small refrigerator motors and thermostat.... and 3 snack options i would like to have the options on it working with and with out the use of a payment system.......do you think this is to big of a project.....i have made a one drink option vending machine with payment and i can open it and make it non-payment needed but would like it all without opening the machine.

  • @hassanejazkhan1590
    @hassanejazkhan15905 жыл бұрын

    Hi bob i hve a ques where does the analog plug into?

  • @romanglinnik8073
    @romanglinnik80735 жыл бұрын

    Helpfull Video, Bob. Thanks! I wanna make my own Droid and I guess a PI would work better. I've read that the PI is much more expensive than a Arduino. Is ist true?

  • @nenioc187

    @nenioc187

    5 жыл бұрын

    You can get a Pi Zero W for 9.60£ There are many versions of the Arduino. E.g. you can get the Arduinio Nano as a Chinese clone for around 3 €

  • @romanglinnik8073

    @romanglinnik8073

    5 жыл бұрын

    @@nenioc187 Ok, thanks. I checked the internet out and found pretty inexpensive PIs. Gonna buy one in the next time.😁

  • @HKrayani
    @HKrayani5 жыл бұрын

    Great video but You forgot to mention price comparison in regards to basic functionality ;)

  • @Reconbox1001
    @Reconbox10015 жыл бұрын

    Exiting! :) Elaborate further please.... Would like to work with computers in a new way... so more plz! :)

  • @cdmurray88
    @cdmurray885 жыл бұрын

    Likely, if your project only needs a microcontroller, you should consider an esp8266 or esp32. Smaller, cheaper, wifi built in, and they can be developed in the Arduino IDE. There are, of course, exceptions, but you should try to us the cheapest, least powerful solution whenever possible.

  • @diggerwayne
    @diggerwayne5 жыл бұрын

    I'd like to see Christmas lights on a house using led strips and one of these boards to make the lights move, dance, etc.

  • @WalkerKhris
    @WalkerKhris5 жыл бұрын

    I've recently completed my mark 2 version of a bluetooth ignition system on my motorcycle using an arduino. Overall its was easier to learn on imo

  • @Quadromodo
    @Quadromodo5 жыл бұрын

    The USB port is actually fine for PC to Arduino communication not just putting software on it, hence you can use any computer with a USB interface to deliver and recieve instruction and feedback. It does not pretend to be a full blown computer. Thats what keeps it super cheap and super useful.

  • @AtlasReburdened
    @AtlasReburdened5 жыл бұрын

    You don't need a full amp to power an uno. I don't even think you can pull more than like 200mA through it without exceeding its ratings and if you need that much current in your control circuitry, you need to go back and redesign some stuff. So if you have a supply rated for 1A @5V, you can power the Uno @1Wmax and an additional 4W of whatever else you need.

  • @espowari
    @espowari5 жыл бұрын

    Next Arduino / Pi project PLEASE put your coding and cabling details on the 2nd chan! I know it is a pain to film, but the tech-nerd in me wants to see the details...

  • @NewbTactical
    @NewbTactical5 жыл бұрын

    Love bits

  • @Psychlist1972
    @Psychlist19725 жыл бұрын

    Related: microcontrollers like the Arduino (even though it is relatively slow and only 8 bit) are great for real-time stuff. When you run on a full OS like Linux or Windows, the multi-tasking and other OS maintenance tasks start to introduce jitter to the timing of things executing. So if you need to do anything real-time, you're better doing like you did with a big brain/little brain approach, letting the microcontroller do the RT stuff. This is the approach I've been using with some complex personal projects, but rather than Arduino, I use STM32 and GCC.

  • @toadmadhatter
    @toadmadhatter5 жыл бұрын

    great video, whats with the background noise?

  • @ranger81de
    @ranger81de5 жыл бұрын

    Arduino or in general a microcontroller can run on way less power consumption than the mentioned 500ma. With sleep mode enabled even under 1mA without any issues...

  • @carguy7884
    @carguy78845 жыл бұрын

    Make a bits about finishing 3d prints

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    It's currently in production 👍🏼

  • @carguy7884

    @carguy7884

    5 жыл бұрын

    Can’t wait to see it!

  • @JeremieSantos
    @JeremieSantos5 жыл бұрын

    Micro controllers are good for simple repeatable task. If you have board level design experience you can buy the chips and make your own circuits. Microchip is what I'm familiar with.

  • @mirzausman6469
    @mirzausman64695 жыл бұрын

    Who just loves this channel?

  • @bogscave
    @bogscave5 жыл бұрын

    2:29 I thought that Anolog is on/off and digital = multiple values.. or not?

  • @Iliketomakestuff

    @Iliketomakestuff

    5 жыл бұрын

    Not in regards to the pins. The analog pin can read a value from 0-255 while a digital pin is looking for a true/false 0/1 value.

  • @bogscave

    @bogscave

    5 жыл бұрын

    oh, yeah, right, I messed up by thinking that analog should be more complicated, but now it makes sense! Thanks

  • @RahmaElsaeed-cf6ru
    @RahmaElsaeed-cf6ru5 жыл бұрын

    what is on board tool ?

  • @Sasuke-ot9yd
    @Sasuke-ot9yd5 жыл бұрын

    Are there any websites that teach how to code using arduino?

Келесі