Loading...
  Show Posts
Pages: 1 ... 5 6 [7] 8 9 ... 13
91  Topics / E-Textiles and Craft / Re: NEWB: wants to make shirt to monitor heart rate for cycling on: January 24, 2013, 06:46:14 am
Well, the Arduino Lilypad is specially designed to fit on clothing. You can get an SD-card shield.
92  Using Arduino / General Electronics / Re: Power supply building technical help required on: January 24, 2013, 05:56:18 am
I have a motor 12-24 volts, 2amps. My power suplys could only give about an amp, so I used two power suplies.
93  Using Arduino / Programming Questions / Re: Libraries in Arduino!!! on: January 24, 2013, 04:41:44 am
Do you mean servo libraries>?
94  Using Arduino / LEDs and Multiplexing / Re: LED Strip + Sound Sensor on: January 24, 2013, 04:17:23 am
What do you want the led strip to do? Can you please post code?
95  Using Arduino / Installation & Troubleshooting / Re: Something wrong with my Arduino on: January 22, 2013, 03:56:21 am
Will I have to replace the ATMega 2560?
96  Using Arduino / Installation & Troubleshooting / Re: Something wrong with my Arduino on: January 21, 2013, 08:47:20 am
PS the brand name of the ISP is Xinda V3.05
97  Using Arduino / Installation & Troubleshooting / Something wrong with my Arduino on: January 21, 2013, 04:56:03 am
I just got a usbtinyisp because I would like to program standalone microcontrollers. Before I want to try to program microcontrollers, I decided to try to upload a program to my Arduino. So I connected my Arduino to the ISP, then I tried to upload a program. It didn't work, so I decide to first burn the bootloader. It took a long time, and I got a little impatient, and I disconnected it before it was done. Afterwards, uploading a sketch dirrectly to the Arduino beecame so slow...Even the blink sketch...Perhaps impossible. And when I try to burn the bootloader, it says
Quote
avrdude.exe: Error: Could not find USBtiny device (0x1781/0xc9f)
It says the same when I try to upload with the programmer. Is there a solution to this? Or have I destroyed my Arduino? Please someone help me.
Thank you.
PS I have a Mega 2560.
98  Using Arduino / Motors, Mechanics, and Power / Re: SSR PWM` on: January 21, 2013, 04:48:09 am
Ok thank you!
99  Using Arduino / Motors, Mechanics, and Power / Re: SSR PWM` on: January 21, 2013, 03:53:06 am
No sure I'd like to learn the theorys--I don't want you to tell me just how to do it. Of course I want to know how it works, and I am willing to experiment and experience failure. Thanks.
PS @lizhenan I think I want to do it myself. Do you live in China?
100  Using Arduino / Project Guidance / Re: Simple Image Processing on: January 20, 2013, 07:49:54 am
I know now!!!! Used an IR led flashing at 38 khz and put an IR receiver on the Arduino robot!
101  Using Arduino / Motors, Mechanics, and Power / Re: SSR PWM` on: January 20, 2013, 07:30:59 am
I see. Thank you very much. I will try to find a zero-crossing device. Thanks all. I'll tell you if I have any other problems.
Thanks.
102  Using Arduino / Motors, Mechanics, and Power / Re: Motorcycle light-show mod on: January 20, 2013, 07:16:49 am
So while Im off to read the datasheet on IRF540N and watch some MOSFET for dummies video on youtube, how about the signal input?
Will I need large inline automotive-type resistors? and is there more to it than that?
Will the normal running of the circuit that supplies the signal be affected by adding to it?
No, you will not need huge cement resistors. Now you have a MOSFET, turning the motorbike lights on and off would be the same as blinking an led on the Arduino. You can just use the "analogWrite" function.
I intend the standalone IC to run off the motorcycle battery, are the power requirement the same as a full Arduino board? and would the ground pin run to the motorcycle frame/chassis?
I'm not so sure of the power ratings, but you can probally find it easily. You can then select an appropriate valtage regulator. The voltage regulator will have three pins--input valtage, common ground and output voltage. You connect the input to the positive lead of the battery. Connect the common ground to the negative lead, and the output gives you the regulated voltage. You connect the ground to the common ground. The voltage regulator might get hot as well, you might also have to screw on a heat sink.
103  Using Arduino / Motors, Mechanics, and Power / Re: Motorcycle light-show mod on: January 20, 2013, 07:00:46 am
You can first experiment with your Arduino board, build the circuit on a breadboard, then if it works you can use a standalone IC, and solder a circuit board.
104  Using Arduino / Motors, Mechanics, and Power / Re: Motorcycle light-show mod on: January 20, 2013, 06:52:23 am
Hello. I recommend you to watch the tutorial on MOSFETs by a youtube user called afrotechmods--I don't have the exact link. You won't need big resistors. Connect the positive of the motercycle battery to the MOSFET's source, the light or whatever to the drain, and when you apply +5v to the gate, positive electricty flows from source to drain, and when you connect ground then electricity doesn't flow.

this picture will be usefull. G is gate, D is drain, and S is source. If the MOSFET heats up, you can screw a heat sink on to it.
Good luck with your project!
105  Using Arduino / Motors, Mechanics, and Power / Re: SSR PWM` on: January 20, 2013, 05:48:34 am
I see. Thank you. I was just thinking, can I use MOSFETs to PWM it? Or can I convert it to DC then MOSFET it? Thanks.
Pages: 1 ... 5 6 [7] 8 9 ... 13