Engineering Drawing Circuits: Arduino UNO I/O & Power Setup

  • Thread starter Thread starter Chaso
  • Start date Start date
  • Tags Tags
    Circuits Drawing
AI Thread Summary
The discussion centers on powering the Arduino Uno and connecting its I/O pins correctly. The Arduino Uno features 13 I/O pins, 8 digital pins, and 6 PWM outputs, but there is confusion about how to power the board and utilize pin 12. It is clarified that the board can be powered using a 9V battery connected to the DC socket or via the Vin and Gnd pins, which connect to the onboard voltage regulator. Additionally, the motor should have its own power source, separate from the Arduino. Proper connections and power requirements are emphasized for effective circuit design.
Chaso
Messages
23
Reaction score
0

Homework Statement



Arudino (UNO) is a Microprocessor. As 13 I/O pins and 8 digital pins and 6 PWMs.

Untitled_zps71ae1232.png


Homework Equations


The Attempt at a Solution


PS4_zpsb530cf83.jpg

the problem is I don't know how I can power it. I don't think the digital I/O plug can be used as a power source. So I don't know where the I/O pin 12 would go as well as where it would connect, with the resistor , along the circuit. Or How I can power the Arudino. Any Suggestions?
 
Last edited:
Physics news on Phys.org
I can't see your attempt to answer the question.
 
PS4_zpsb530cf83.jpg

the problem is I don't know how I can power it. I don't think the digital I/O plug can be used as a power source. So I don't know where the I/O pin 12 would go as well as where it would connect, with the resistor , along the circuit. Or How I can power the Arudino. Any Suggestions?
 
Last edited:
You appear to have deleted (part of) the original question :-( Please can you post the entire question word for word and links to any other info provided with it. The image at photobucket appear to have gone.

Arudino (UNO) is a Microprocessor

The Arduino Uno is a microcontroller board based on the AVR microprocessor. There are official and third party boards available which may have different pin numbers or additional functions.

Are you using one like this??

http://arduino.cc/en/Main/arduinoBoardUno

Do your pin numbers refer to pins on the board or on the microprocessor on it?

the problem is I don't know how I can power it.

What is "it"? The Arduino Uno or the motor?
 
Untitled_zpsfa01715e.png

Yes I'm using that one. The pins refer to the pins on the board. And I need to power everything with the battery. But I already know how to power the motor I don't kow how i can power the arduino.
 
Last edited:
Ok...

Check the spec here..
http://arduino.cc/en/Main/arduinoBoardUno
There is a section on the power requirements. The board has a regulator on it that allows you to feed it anything between 7-12V and it will make 5V for the microprocessor. So I would connect the 9V battery to the DC socket. The way you have shown the motor/FET is correct. The motor/FET should have it's own wires to the battery, particularly if it's a powerful motor.

They thoughtfully provide access to the 5V and 0V rails on pins on the board edge which you can use for the control switch (eg Pin 12) as follows... PS I've used a rectangle for the resistor. You should use the symbols in the question.
 

Attachments

  • switch.jpg
    switch.jpg
    4.3 KB · Views: 500
Last edited:
PS: As an alternative to the DC jack socket you could instead use Vin and Gnd pins for the battery. These are electrically the same. In other words the +ve pin on the DC jack is connected to the Vin pin on the board edge. Both go to the regulator.
 

Similar threads

Back
Top