Loading...
  Show Posts
Pages: 1 ... 6 7 [8] 9 10 ... 13
106  Using Arduino / Motors, Mechanics, and Power / Re: Motorcycle light-show mod on: January 20, 2013, 05:18:04 am
Since the lights are DC, I don't think you need solid state relays. Just use MOSFETs. I recommend the IRF540N.
107  Using Arduino / Motors, Mechanics, and Power / Re: SSR PWM` on: January 20, 2013, 05:11:57 am
Is a triac like a transistor for AC?
108  Using Arduino / Project Guidance / Re: Simple Image Processing on: January 20, 2013, 01:56:49 am
I'm no expert, but I would imagine that you write code for processing to send info to the serial port. You connect an XBEE to an FDTI breakout board, which is connected to the computer.
109  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 20, 2013, 01:05:39 am
Do you need help programming the Arduino?
110  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 20, 2013, 12:47:12 am
[highfive/]
111  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 20, 2013, 12:34:25 am
Just what I was going to say. Look at this- it will help
112  Using Arduino / LEDs and Multiplexing / Re: Dimming an LED strip on: January 20, 2013, 12:27:34 am
I am sorry you fried your Arduino. You don't need a capacitor; PWM is a pulse, if you add a capacitor it will absobe the pulse and there will be no dimming--full brightness.
113  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 20, 2013, 12:19:43 am
The servo is connected to your Arduino, I presume you will be connecting strings from the fingers to the servo, like a pupet. Then you write a program for the Arduino to rotate the servo quite exactly. (Eg. 25 degrees left)
114  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 19, 2013, 11:48:39 pm
That's the spirit! I had a time when I would bring a bunch of electronic components and sometimes my Arduino to school and secretly experiment during classes.
Good luck!
115  Using Arduino / Programming Questions / Re: need some help with this library on: January 19, 2013, 11:33:59 pm
http://flic.kr/p/dMXyLP
thats how to open a new tab
116  Using Arduino / Installation & Troubleshooting / Re: Windows 7 and driver signing on: January 19, 2013, 11:14:45 pm
This is how to install Arduino drivers in Windows 8:
http://www.bryonconnolly.com/windows-8-arduino-driver-install
It got me trouble and for a while I'd use VMWare.
*EDIT* this is a better guide.
http://www.windows7hacker.com/index.php/2012/08/how-to-install-an-un-signed-3rd-party-driver-in-windows-8/
117  Using Arduino / LEDs and Multiplexing / Re: LED problem on: January 19, 2013, 10:58:55 pm
I remmember once trying to dirrectly drive a seven segment display with my Arduino and the segments were really dim I checked and found that I forgot to put
Code:
pinMode(segment, OUTPUT);
!
118  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 19, 2013, 10:49:36 pm
No. Upload the sketches in the photos linked.
http://flic.kr/p/dMX4Ri
http://flic.kr/p/dMX4RV
119  Using Arduino / Programming Questions / Re: Need some help for a science project. on: January 19, 2013, 10:21:28 pm
Have you tried uploading the example sketches?


My advice is to grab your Arduino and work through the simple examples on this site, such as good old Blink. Then grab a servo and a potentiometer and work through the two servo examples, namely Sweep and Knob.
I really think that to start, you have to get your mind how an Arduino program hangs together and how a servo is controlled.
Good luck!
120  Using Arduino / LEDs and Multiplexing / Re: Lost with 50w LEDs + PWM on: January 19, 2013, 10:09:36 pm
You should use a piece of paper as a lamp shade to difuse the light. Then it would look nicer. Try not to make it la spotlight.
Pages: 1 ... 6 7 [8] 9 10 ... 13