About 30,500 results
Open links in new tab
  1. What are the 5V and VIN pins for? - Arduino Stack Exchange

    From the arduino website: 5V. This pin outputs a regulated 5V from the regulator on the board. The board can be supplied with power either from the DC power jack (7 - 12V), the USB connector (5V), …

  2. Is there a way to have more than 14 Output pins on arduino?

    Is it possible to have more than 14 output pins on the Arduino, I am working on a project in which I need to light up several LEDs individually. I only have an Arduino Uno, and I don't want to get ...

  3. Interference at digital input (UNO) - Arduino Stack Exchange

    I was trying out a basic button tutorial on my new Arduino UNO. But for some reason, the Arduino was detecting the button as on (pressed) even when it was off (unpressed). After some experimentation, I …

  4. How to connect Arduino 5v pin with multiple things?

    Dec 2, 2017 · If you are trying to connect multiple things, you should first consider if it is appropriate to have their power passing through the Arduino at all. Often it's better to give them their own routes to …

  5. arduino uno - Why do some pins have a different PWM frequency ...

    22 According to the Arduino reference for analogWrite(), the PWM frequency on most pins is ~490 Hz. However, it's ~980 Hz for pins 5 and 6 on the Uno, and for pins 3 and 11 on the Leonardo. Why are …

  6. Is there a limit on how much current a pin can sink? - arduino uno

    The Arduino Uno uses the atMEGA328 microcontroller, which has an absolute maximum rating of 40 mA source or sink per GPIO. Also, the total current through the supply or ground rails (i.e. the total of …

  7. arduino uno - What are the AREF, IOREF, and the unlabeled pin next to ...

    There are some pins on the Arduino which I haven't been able to find out anything about: IOREF AREF An unlabeled one next to IOREF What are they?

  8. pins - How to power Arduino Uno from L298N motor driver's 5v …

    Jan 19, 2021 · 3 I am trying to setup L298N motor driver controller with my Arduino. Different online schematics about how to connect them are mostly similar - but they differ in powering the Arduino …

  9. Not enough pins on Uno? - Arduino Stack Exchange

    Apr 4, 2016 · For this example, you might use one AtTiny85 for each of the 9 cells, with an Arduino to be the master. Or, use an AtTiny84, for each row of 3 cells, with one Arduino to rule them all. The …

  10. arduino uno - What is the maximum current for each I/O pin?

    2 Question As far as I know each I/O pin has to keep around 20mA, what are the consequences of going higher or lower? But if I am using all I/O pins is there a maximum current value I should keep in …