Loading...
  Show Posts
Pages: [1] 2 3 ... 22
1  Using Arduino / General Electronics / Re: question about a schematic on: May 13, 2013, 06:20:04 pm
Are the batteries is a series aiding configuration              (+18v) + 9v - + 9v - (0v)
2  Using Arduino / General Electronics / Re: Arduino with extension cord relay on: May 10, 2013, 08:57:23 pm
Quote
I just need to know whether to use the active or neutral wire or both

You should break the HOT with the relay contact.
However when ever possible I choose to break both (of course you would need a Double Pole relay: DPDT or DPST).
3  Using Arduino / Motors, Mechanics, and Power / Re: Stepper motor and proximity sensors on: May 06, 2013, 09:10:56 pm
Quote
several hall effect sensors
I don't think so.

It looks like a beams of light are interruped when the shaft is rotated.
Slotted opto switches.
O/Ps would be digital high/low.
4  Using Arduino / Motors, Mechanics, and Power / Re: Peristaltic PUmp on: May 06, 2013, 09:00:34 pm
This may work in your application, take a look here (not a stepping motor though)
http://www.adafruit.com/products/1150
5  Using Arduino / Microcontrollers / Re: Atmega328p error burning bootloader on: May 02, 2013, 07:02:47 pm
Just a note, sending a picture of the actual wired circuit shows us if you have overlooked something.
6  Using Arduino / LEDs and Multiplexing / Re: Games you can make with LEDs, Atmega 328p microcontroler, and pushbuttons on: May 02, 2013, 06:18:46 pm
Simon:
7  Using Arduino / General Electronics / Re: UV LED's, drive voltage and current questions on: April 29, 2013, 07:01:59 pm
What is the foward voltage you measure with a meter:
Try 5V and 100R
8  Using Arduino / Project Guidance / Re: relay shield? on: April 29, 2013, 06:53:56 pm
Review this:
http://tronixstuff.wordpress.com/2011/08/26/tutorial-maximising-your-arduinos-io-ports/
9  Using Arduino / Project Guidance / Re: relay shield? on: April 29, 2013, 06:51:36 pm
Which Arduino chip/board are you thinking of using?
10  Using Arduino / LEDs and Multiplexing / Re: Sourcing and sinking question on: April 29, 2013, 06:29:31 pm
Quote
Is it because a digital mulimeter isn't fast enough to show the differences as it is rapidly turning on the corresponding segments in each display and is therefore showing a higher current
Yes

With a a question like this, it is advantageous to attach a schematic diagram so it can be easily visualized (especially for us older guys).
 
11  Using Arduino / Project Guidance / Re: relay shield? on: April 29, 2013, 06:09:55 pm
Each o/p can power a driver transistor or driver chip which in turn can drive a relay.
You can use multiple extender ICs, registers that can be placed in series to extend your relay count.

Why not tell us how many relays you need to drive?
12  Using Arduino / Programming Questions / Re: IR remote sketch respond only after pressing a button three times on: March 24, 2013, 01:09:12 am
Maybe this will help:

Set up a counter, a switch identifier and a timer.

When a switch is pressed log that switch #, increment the counter and start the timer.
If the switch is pressed again increment the counter, check if the timer is still OK.
If the switch is pressed again increment the counter, check if the timer is still OK,     do something based on that switch #.

If the timer times out cancel the process.
Note: if a different switch is pressed cancel the process and start a new one.


13  Using Arduino / Programming Questions / Re: TimeAlarms question on: March 24, 2013, 12:49:15 am
See:    http://arduino.cc/forum/index.php/topic,45342.0.html
14  Using Arduino / Programming Questions / Re: Unipolar stepper - one direction on: March 23, 2013, 11:58:51 pm
Your code is OK.
Maybe play with the delay.
Do you have a common ground?
Your programming technique will improve as you become more knowledgeable.

What components are you using?
Show us how your motor is wired up, a schematic, a picture.
15  Using Arduino / General Electronics / Re: power supply on: March 21, 2013, 12:28:33 am
You should include a 100nf capacitor from 0 Volts to the input pin on the voltage regulator (as close to the regulator as possible).
Pages: [1] 2 3 ... 22