Good resource to learn circuit-side of Arduino?

  • Thread starter Thread starter remedemic
  • Start date Start date
  • Tags Tags
    Arduino Resource
AI Thread Summary
To effectively transition from understanding circuitry to building circuits with Arduino, several resources are recommended. All About Circuits provides foundational knowledge on circuit components and techniques, including the importance of negative feedback op-amps for signal amplification. Learning about pull-down and pull-up resistors is crucial for controlling inputs, and Ohm's Law is essential for calculating appropriate resistor values to limit current. Additionally, the Arduino website offers comprehensive tutorials on specific components like servo motors and general circuit-building techniques. These resources will aid in mastering the practical aspects of Arduino circuitry.
remedemic
Messages
19
Reaction score
0
I've been studying circuitry from http://allaboutcircuits.com in hopes of experimenting with the arduino. I have read the majority of the DC volume and believe I have enough knowledge to begin working with the arduino board, however, I haven't actually built any circuits on my own yet.

Are there any resources that you can recommend that will assist me in the transition from understanding how circuits function and their components, to actually creating some on the arduino board? Most of the resources I can find revolve around the programming-side of the arduino, which for me is no problem to learn. I need something that is focused on learning how to build the circuit itself.
 
Engineering news on Phys.org
When you buy an Arduino you will buy the whole micro-processor, not just the chip, so the circuitry is quite simple.
If you buy a breadboard for testing purposes and then a vero board for a more permanent circuit, all you really have to do is plug wires from the pins to the components you want to control.

Here are some things you might want to read up on:

http://www.allaboutcircuits.com/vol_3/chpt_8/1.html
If you are having an input to your Arduino, (e.g some sort of sensor), you will probably want to amplify it before you plug it into the Ardiuno. Negative feedback op amps are important because they stabilize the op amp.

http://www.absorblearning.com/advancedphysics/demo/units/020202.html
This is another usefull signal conditioning technique.

You will also want to learn about pull down and pull up resistors, this website explains them quite well
http://www.ladyada.net/learn/arduino/lesson5.html

The other use of resistors is to limit current going to a component. This is fairly simple though. Just use ohms law to calculate the resistor you need to get an appropriate current.

For uses of component like servo motors the Arduino website has a full tutorial.
http://arduino.cc/en/Reference/Servo

Just type into google "Arduino (the component you want to know about)"
e.g
"Arduino Servo"

This website is another useful resource
http://arduino.cc/en/Tutorial/HomePage

Hope that helps!
 
Also important:
http://www.allaboutcircuits.com/vol_1/chpt_6/1.html

If you want 2.5V across a component you will need to use a potential divider.

The Arduino board comes with a 5V power source, so your circuit will probably be powered by this. However if you want less than 5V across a component you will need to use a potential divider.

If you are using a different power supply and not the Arduinos built in one, it may be noisy, in which case you will want to read up on opto isolators.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top