Loading...
  Show Posts
Pages: 1 ... 3 4 [5] 6 7 ... 94
61  Using Arduino / Project Guidance / Re: Multiple I2C, shields, and Uno Board on: August 27, 2012, 12:08:11 pm
You only need one pull-up resistor (4k7) per I2C pin: one for A4 and one for A5.
62  Using Arduino / General Electronics / Re: 2 linear regulators on: August 23, 2012, 07:13:56 pm
Quote
using 2 linear regulators and power half the devices with other and the other half with the other.
This should work just fine.
Quote
also what is the chance one of these will break and surge 12 volts through my 100's of dollars in sensors and Arduinos?
They usually break because the load (current) is more than they can source (check the datasheet).
From what I reckon, a broken regulator would not provide any voltage (rather than allow the input voltage to go through).
You can get a 5V/3A switching mode regulator on ebay for $5 or less.
63  Using Arduino / LEDs and Multiplexing / Re: 8x32 LED Matrix Question on: August 20, 2012, 05:12:33 pm
This may be useful:
http://timewitharduino.blogspot.ca/2012/04/bookclock-software-update-set-time-from.html
I built a clock with this display. You can easily extract just the displaying code.
64  Using Arduino / General Electronics / Re: Could someone look over this board on: August 20, 2012, 05:08:35 pm
Then you should also straighten/shorten some traces (in the upper right side, there is one awkward sticking out).
Pull-up resistor on the reset pin?
Power-indicator LED with no resistor?
A schematic would be also helpful.
65  Using Arduino / General Electronics / Re: Could someone look over this board on: August 20, 2012, 02:21:48 pm
I would add a ground plane, among a few other things.
66  Using Arduino / Project Guidance / Re: Mechanical indicator on: August 19, 2012, 04:59:41 pm
If can replace the "flip dot" with an electromagnet that opens a gate and makes something (e.g. ball) fall through.
The electromagnet may take 10mA or so.
A simpler solution is to involve a battery powered quartz clock. You power the clock (so the seconds hand moves) for as little as possible at the end of the time-cycle, but as much as to make a visual difference.
Interesting challenge, I would like to see it working in practice.
67  Using Arduino / Project Guidance / Re: Could I Control RC Airplan on 3G or 2G by Arduino ? on: August 16, 2012, 08:10:45 pm
Or buy the parrot drone
http://ardrone.parrot.com/parrot-ar-drone/select-site
and hack it.
68  Using Arduino / General Electronics / Re: switch panel mounts on: August 15, 2012, 09:27:14 pm
Aren't these front panel supposed to be custom made, to your own specs?
Draw one, then get it laser cut.
69  Using Arduino / General Electronics / Re: What to use to power a Water Pump on: August 15, 2012, 12:22:54 pm
You can also use a relay.
70  Using Arduino / Project Guidance / Re: Building an Energy Monitor on: August 15, 2012, 12:20:36 pm
Did you see this project?
http://www.ladyada.net/make/tweetawatt/
71  Using Arduino / Project Guidance / Re: What pushbutton should I use for this poker table? on: August 14, 2012, 07:41:58 pm
I am guessing 2 are for the LED, and the other 3 are for the switch itself.
72  Using Arduino / General Electronics / Re: Guess What This Circuit Does? on: August 14, 2012, 07:23:19 pm
The funny thing is that even a "traditional" microphone-based transmitter, with a proper oscillator, is quite often challenging to build and troubleshoot by a beginner.
Honestly I don't expect this to work as a "voice/noise transmitter" in the real world.
73  Using Arduino / Project Guidance / Re: What pushbutton should I use for this poker table? on: August 14, 2012, 07:16:03 pm
This looks like a solid one:
http://www.seeedstudio.com/depot/metal-push-button-momentary-w-blue-led-p-660.html?cPath=156_160
74  Using Arduino / Project Guidance / Re: Arduino and Virtual Server on: August 14, 2012, 12:54:01 pm
Quote
create a server in my laptop which saves data of any RFid detected and can provide data to Arduino for further use
How is your laptop connected to your Arduino?
75  Using Arduino / Microcontrollers / Re: ATmega1284P: End to End using 1.0 IDE on: August 14, 2012, 12:27:34 pm
Quote
What firmware are you running on the ATTiny2313?  Everyone, myself included, can not get the bootloader to verfy after 64kB.  The 664p 644p is ok, but the 1284p is too big.
I get the verification error too, and I disregard it. The bootloader is burned just fine.
Pages: 1 ... 3 4 [5] 6 7 ... 94