Can I use an Arduino Uno for this?

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • I often see people commenting asking if they can use a different Arduino to the one used in a tutorial and so in this video i took a break from my projects and put together an explanation
    article explaining everything: (coming)
    follow me on instagram: electronics_for_everyone
    subscribe for more!

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

  • @theepicosityofpizza
    @theepicosityofpizza 7 лет назад +9

    Can I use an arduino uno to get a girlfriend? I am ver lonely

    • @BuildItnow
      @BuildItnow  7 лет назад +9

      en.wikipedia.org/wiki/Sex_robot

  • @JarrodCoombes
    @JarrodCoombes 6 лет назад

    Great video. One minor correction would be that TX and RX are not usb communication, they are serial communication, TX for transmit and RX for receive.
    That said, I do like that you call them "dedicated pins" really gets the point across.

    • @BuildItnow
      @BuildItnow  6 лет назад +1

      Thanks for the correction, I think my misunderstanding came from my understanding of how Bluetooth modules communicate with the Arduino, makes sense now. Thank you!

    • @JarrodCoombes
      @JarrodCoombes 6 лет назад

      Yeah, the BT module sends serial data to the arduino as well. In fact when you upload code to any of the Arduinos you are actually just passing it through a USB to serial adapter, but it ultimately reaches the Atmega via a good 'ol fashioned serial link. So there is no "native" USB on any of the Atmega/Arduino boards.
      Further to this, the Serial to USB chip is one thing that changes when you go out and buy a cheap arduino clone (which I highly recommend, since you can get the Uno copies on ebay for sub $5 in most cases).

  • @basharikrayem2909
    @basharikrayem2909 Год назад

    It keeps telling me com4 is busy when I try to use the plotter

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

    I WANT TO BUILD INFRARED AND NIGHT VISION STUFF ,HOW EASY WILL IT BE WITH ARDUINO ?

  • @ijaspreet
    @ijaspreet 6 лет назад

    Hi I have entered a problem
    Just tell me how do we control 360 degree servo with Arduino mega? The 360 degree work great with the UNO but there seems a problem with Mega the motor doesn't go in reverse direction (I used a PWM pin in both cases)

    • @BuildItnow
      @BuildItnow  6 лет назад

      Hmmmm, have you tried using a different PWM pin on the mega

    • @ijaspreet
      @ijaspreet 6 лет назад

      Build It
      Not till now but do you think that pin has a problem? Sure i will try with a different pin cause its new and it was my first time using it.

  • @SuperLegoMiner99
    @SuperLegoMiner99 7 лет назад

    in the last step of the vid you mentioned we had to (Connect Everything), but for my project which is the lie detector that is found in your previous video, I require an Arduino Nano R3, but all I have is an Arduino Uno, and I can't connect everything if I don't have the Arduino Nano R3 is there another way to be able to use an Arduino Uno instead of the Arduino Nano R3. Also, I'm a bit of a newb to this arduino stuff, so will this project work without me even having to (Connect Everything) but just using the Arduino Uno

    • @BuildItnow
      @BuildItnow  7 лет назад

      +SuperLegoMiner 99 connect the wires to your Arduino uno the exact same way I've connected it to my nano and it will work

    • @yabincheng4171
      @yabincheng4171 2 года назад

      Hey, how's your journey in Arduino going now? :)

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

    You kinda look like DanTDM lol

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

      Good enough

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

      Build It I didn’t expect you to reply but if you’re reading this then I just want to say I really would like to see you could build a speaker system for your raspberry pi laptop or for other projects.

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

      A speaker system sounds awesome! What features should it have

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

      Build It I think it should have a dial to control the volume and maybe an indication light for when it’s on, if you wanted to you could add lights sign that could move to the bass of the music or sound.

  • @Gregden3
    @Gregden3 6 лет назад

    sorry