Journal #7049

Posted 13 years ago2011-02-17 12:05:03 UTC
Striker StrikerI forgot to check the oil pressure
Arduino is great!
I learned how to make a led blink, then I applied the procedure for more leds to flash them rapidly. It was like Christmas lights on steroids.
Then I made a RGB led change colour when selecting a color channel with a button and adjusting it with a potentiometer.

Today I made an EMF detector. No phantoms though :)). The most intense EMF I detected was near the TV. It was cool to let the detector near a cellphone, and when calling that cellphone the LED started blinking.

Oh well... it's fun but the problem is that I'm short on some basic materials like transistors ( to isolate the logic circuit from controlling a motor for example). I have some transistors but they only support 100 mA. I need something above 500 mA for small DC motors or running a HDD disk.

5 Comments

Commented 13 years ago2011-02-17 13:27:58 UTC Comment #57302
You got me interested.
I don't know much about all this stuff, but it's worth experiementing with it. My uncle is kinda into this stuff, so it would be fun for both of us trying things out.
Commented 13 years ago2011-02-17 13:32:00 UTC Comment #57304
That makes me miss high school shop class, the EMF detector sounds like real cool beans.
Commented 13 years ago2011-02-18 18:08:39 UTC Comment #57305
Ok, today I bought some transistors and I achieved what I wanted: controlling a DC motor. The only flaw is that I can not reverse it, I need some special IC for that that I couldn't find yet.

Next step: controlling my old HDD steppper motor.
Commented 13 years ago2011-02-19 13:26:58 UTC Comment #57303
Striker, just use PWM. Pulse width modulation. Unless that's what you're doing.

You can do it with a 555 timer and a basic BJT.

Use a potentiometer to modulate the pulses thru the 555, and have that output to the base-leg of a BJT.

done =]
Commented 13 years ago2011-02-19 14:31:05 UTC Comment #57306
I have PWM pins on the Arduino :P. And it's more fun because I have total control between the pulsing delays through programming.

You must log in to post a comment. You can login or register a new account.