Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 22
31  Using Arduino / Audio / Re: Boosting speaker volume for a beginner on: February 13, 2013, 11:36:14 pm
This may be what you need:

http://www.adafruit.com/products/987
http://learn.adafruit.com/stereo-3-7w-class-d-audio-amplifier
32  Using Arduino / LEDs and Multiplexing / Re: Dual 7 segment counters with triggers for adding & subtracting from 00 to 99 on: February 13, 2013, 11:29:43 pm
I Googled "7 segment Arduino tutorial" and got this example.
It probably is close to what you want.

https://www.youtube.com/watch?v=WfdeGb0LUUY
http://www.hacktronics.com/Tutorials/arduino-and-7-segment-led.html
33  Using Arduino / Project Guidance / Re: Hardware vs. Software debounce on: February 13, 2013, 09:05:27 pm
https://www.youtube.com/watch?v=CRJUdf5TTQQ&list=ECA567CE235D39FA84&index=10
Discusses Hardware debouncing.
34  Using Arduino / General Electronics / Re: 24V PSU + 7809/7812? on: February 13, 2013, 01:11:43 am
Draw us a diagram of the  way you think the project would be wired up.
This will give us an idea of what you are trying to do and we can then supply some help.
35  Using Arduino / Project Guidance / Re: Arduino to pc program on: February 12, 2013, 11:27:11 pm
WEB site mentioned here causes:

Norton blocked an attack by
Web Attack: Blackhole TooIkit
Website 20.


36  Using Arduino / General Electronics / Re: Test how much power something is using on: February 11, 2013, 09:45:12 pm
Quote
how much power something is really using.

You probably mean how much current.
Measure the total current the project is drawing with an ammeter/digital multimeter DMM

http://www.allaboutcircuits.com/vol_6/chpt_2/4.html

37  Using Arduino / Project Guidance / Re: Power line communication on: February 10, 2013, 08:58:27 pm
The X-10 TW523 Two-Way Power Line Interface is an option.
http://www.angelfire.com/tv2/fvazquez/docs/Electr/X-10_TW523.pdf
You could write your own protocol.
38  Using Arduino / Programming Questions / Re: Problem with analogRead() on: February 10, 2013, 02:58:57 pm
Add a resistor (about 10K) from pin 7 to Arduino +5 volts.

edit: as AWOL said
39  Using Arduino / Project Guidance / Re: Arduino Micro - External power via VIN/GND or micro USB connection on: February 10, 2013, 02:42:37 pm
Quote
best way to power
They are equally the best, but it is up to you to set your design criteria.

The USB connection bypasses the regulator so no heat is generated on the PCB.

7.5 volts is good since there is no voltage drop or noise experienced from the USB cable. Also the Arduino regulator will give thermal/current limiting protection.
40  Using Arduino / Project Guidance / Re: Trying to figure out what is draining my battery on: February 10, 2013, 02:31:49 pm
You could quickly find out by using a razor knife.
Cut a power trace, insert the ammeter across the cut, then solder the trace.
41  Using Arduino / General Electronics / Re: Struggling to understand the basics of a 7 segment display common anode on: February 10, 2013, 12:47:53 am
See attached images
42  Using Arduino / Motors, Mechanics, and Power / Re: Servo motor question on: February 09, 2013, 09:31:20 pm
Quote
Would you advise me to use it ?
Do you need to use a servo motor or will a DC gear motor do?

Quote
This car/kart will have to be able to climb ramps with a considerable inclination
You have to come up with some numbers and design criteria:
Speed
Weight
Incline
Forward/Reverse/Steering
Amperage/Voltage you will be using
Remote control
etc.
43  Using Arduino / Project Guidance / Re: Car RGB LED Lights controlled with Arduino on: February 09, 2013, 08:55:35 pm
Quote
power my arduino from the car battery?
Yes
Quote
Will it be too many amps?
Place a 1/2 amp fuse between the battery and the Arduino.
Quote
Will my arduino use the whole amp from the battery
No
Quote
My arduino will be controlling 3 TIP120 transistors.. 1 for each color. The amps o the LED bars ten selfs will be under 1Amp for sure..
Use a 1 amp fuse for these.
44  Using Arduino / Motors, Mechanics, and Power / Re: Servo motor question on: February 09, 2013, 08:42:50 pm
It is probably surplus.
Supply and demand.

For example there are lots of these available:
http://www.princessauto.com/pal/product/8366429/Miscellaneous-Surplus/Window-Crank-Motor
OR
http://www.surplustraders.net/category/DC%20GEARHEAD%20MOTORS-0184
45  Using Arduino / General Electronics / Re: Arduino DUE: max current from Vin pin on: February 09, 2013, 01:09:25 pm
What you are planing is reasonable.
My guess would be a, 1000uf capacitor @ 10V or more, on 3.3v would be more than sufficient.
Pages: 1 2 [3] 4 5 ... 22