Loading...
  Show Posts
Pages: 1 ... 10 11 [12] 13 14 ... 18
166  Using Arduino / Project Guidance / Re: Atmega battery life on: March 22, 2011, 05:50:39 am
With typical Power Consumption of about 5mA when active at 16MHz, 9v battery of 150mAh capacity.
it will be 150mAh/5mA about 30 hours.
167  Using Arduino / Project Guidance / Re: UAV - Gyro, Accelerometer or both? on: March 18, 2011, 05:32:12 am
You may ref some of the code here for the Gyro and accelerometer.
http://code.google.com/p/arducopter/
168  Using Arduino / Project Guidance / Re: UAV - Gyro, Accelerometer or both? on: March 17, 2011, 06:02:26 am
http://www.starlino.com/imu_guide.html
http://www.instructables.com/id/Accelerometer-Gyro-Tutorial/
169  Using Arduino / General Electronics / Re: Good relays for larger LEDs. on: February 26, 2011, 09:43:00 am
The MOSFET need to operate higher then 9V.
170  Using Arduino / General Electronics / Re: High Amp Motor Driver Chip! on: February 12, 2011, 10:05:00 pm
You may try this...
IC H-BRIDGE 5A DC MOTOR TO220-7 - TLE5206-2

http://parts.digikey.com/1/parts/577889-ic-h-bridge-5a-dc-motor-to220-7-tle5206-2.html
http://support.technologicalarts.ca/docs/NanoCore12/SSMI/tle5206-2_20010619.pdf
171  Using Arduino / LEDs and Multiplexing / Re: Binary Clock Charlieplex on: January 30, 2011, 01:28:52 am
Base on the datasheets if operate 1MHz 1.8V it draw 300 micro Amps. so if you operate at 3.3V map be about 1mA.

Please read the section 7 on power consumption issues. like disable ADC, all port pins was avoid unconnected, have a defined level. Connecting unused pins directly to VCC or GND is not recommended, since this may cause excessive currents if the pin is accidentally configured as an output.
172  Using Arduino / Project Guidance / Re: Best Robot Platform for... on: January 29, 2011, 10:15:37 pm
You may take a look on this "Pololu 3pi Robot"
http://www.pololu.com/catalog/product/975

The 3pi used ATmega328P and is compatible with the Arduino development platform.
173  Using Arduino / LEDs and Multiplexing / Re: Binary Clock Charlieplex on: January 29, 2011, 11:52:26 am
http://wn.com/Binary_Clock_using_the_Arduino

174  Forum 2005-2010 (read only) / Troubleshooting / Re: Arduino + linear potentiometer = magic smoke on: April 21, 2009, 09:39:47 pm
You have connected your potentiometer may be the center pin to Grd so when you turn the pot it resistance too low therefore smoke came up around the potentiometer. I thought the Arduino Duemilanove has a resettable polyfuse that protects your computer's USB ports from shorts and overcurrent. Why it not working? :o
175  Forum 2005-2010 (read only) / Troubleshooting / Re: Hi and Wha? on: April 21, 2009, 11:24:47 pm
Check out this Site, they make similar circuit.

https://randomskk.net/projects/lightstrip/schematic.pdf

Arduino: microphone input

http://student-kmt.hku.nl/~arne0/x/arduino_input_microphone.zip
176  Forum 2005-2010 (read only) / Troubleshooting / Re: Mouse dual phototransistors on: April 21, 2009, 04:45:13 am
I came a cross mouse with 3-pin photo detector,  1 pin go to ground,  middle pin to +5V and the other pin connected to input of device without resistor. You may try it out.
177  Forum 2005-2010 (read only) / Development / Re: Oscillator Speed on: August 02, 2010, 08:58:41 am
Follow this tutorial and using the AVR Studio 4 to change Fuse Settings
http://www.arduino.cc/playground/Learning/Burn168
178  Forum 2005-2010 (read only) / Development / Re: Voltage regulator suggestions? on: June 20, 2009, 09:19:10 pm
L4940V5 Low Drop Voltage Regulators/Drivers 5.0V 1.5A Positive
Dropout Voltage (Max):      0.4 V @ 500 mA
1.5 A current
0.5 V dropout at 1.5A (0.2V at 0.5A)
reverse polarity protection
thermal shutdown
for Qty 10:       @USD $1.69

http://www.mouser.com/Search/ProductDetail.aspx?qs=sGAEpiMZZMsGz1a6aV8DcGTYtsLlapNOlJJElQme%252bK4%3d
179  Forum 2005-2010 (read only) / Interfacing / Re: Arduino multimeter on: February 13, 2010, 12:29:11 am
programing ADC to measure resistance
To measure a resistance you need to use Ohm's Law (E = I*R or R = E/I). So, apply a constant current (I) through the resistor and use the ADC to measure the voltage across the resistor then calculate the resistance.
Google will find tons of information on this.
180  Forum 2005-2010 (read only) / Interfacing / Re: T5 dimming using 0-10V -  HW GURU HELP NEEDED on: September 01, 2010, 08:04:31 am
This a post back in 2008 and it work.
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216381158/all
Pages: 1 ... 10 11 [12] 13 14 ... 18