Good resource to learn circuit-side of Arduino?

In summary, the speaker has been studying circuitry from allaboutcircuits.com in order to experiment with the Arduino board. They have read the majority of the DC volume and feel confident in their knowledge, but have not yet built any circuits on their own. They are seeking resources to help them transition from understanding circuits to actually creating them on the Arduino board, specifically focusing on signal conditioning techniques, pull down and pull up resistors, and using potential dividers for different power sources. They also mention the usefulness of negative feedback op amps for stabilizing the op amp and using opto isolators for noisy power sources. The speaker recommends checking out allaboutcircuits.com, the Arduino website, and typing specific component names into Google for more information
  • #1
remedemic
19
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
  • #2
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!
 
  • #3
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.
 

Related to Good resource to learn circuit-side of Arduino?

1. What is the best resource to learn about the circuit-side of Arduino?

The best resource to learn about the circuit-side of Arduino is the official Arduino website, which offers a wealth of tutorials, articles, and documentation on the subject. Additionally, there are many online forums and communities dedicated to Arduino where you can ask questions and get advice from experienced users.

2. Do I need to have prior electronics knowledge to learn the circuit-side of Arduino?

No, you do not need prior electronics knowledge to learn about the circuit-side of Arduino. However, having a basic understanding of electronics principles such as voltage, current, and resistance can be helpful.

3. Are there any recommended books or courses for learning about the circuit-side of Arduino?

Yes, there are many books and online courses available for learning about the circuit-side of Arduino. Some popular options include "Arduino Cookbook" by Michael Margolis and "Getting Started with Arduino" by Massimo Banzi. There are also many free tutorials and videos available online.

4. What components do I need to get started with learning the circuit-side of Arduino?

The basic components you will need to get started with learning the circuit-side of Arduino include an Arduino board, a breadboard, jumper wires, resistors, LEDs, and a power source (such as a USB cable or batteries). You can also purchase starter kits that include all of these components and more.

5. How can I test my circuits and code on Arduino?

To test your circuits and code on Arduino, you will need to upload your code to the Arduino board using the Arduino software and then connect your circuit to the appropriate pins on the board. You can then use the serial monitor feature in the Arduino software to view the output of your code and make any necessary adjustments. There are also simulation tools available for testing circuits without using physical components.

Similar threads

  • Electrical Engineering
Replies
23
Views
5K
Replies
5
Views
2K
  • Electrical Engineering
Replies
9
Views
3K
  • Electrical Engineering
Replies
4
Views
5K
  • Computing and Technology
Replies
13
Views
441
  • Electrical Engineering
Replies
1
Views
1K
Replies
4
Views
1K
  • Electrical Engineering
Replies
3
Views
1K
  • Electrical Engineering
Replies
10
Views
2K
Replies
6
Views
1K
Back
Top