Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
12/30/2012 6:28:46 PM EDT
I made this today so I could mess with my Arduino a bit. I'm sure the code could be better, but it certainly works.





12/30/2012 6:40:01 PM EDT
[#1]
Now write in a PWM dimming feature.
12/30/2012 6:47:20 PM EDT
[#2]



Quoted:


Now write in a PWM dimming feature.


I think I'll do an on/off switch next. I'm still pretty new to all of this so I don't know how to power 10 LEDs like this without frying an output while using less than 1 output per LED.

 
12/30/2012 6:54:15 PM EDT
[#3]
Quoted:

Quoted:
Now write in a PWM dimming feature.

I think I'll do an on/off switch next. I'm still pretty new to all of this so I don't know how to power 10 LEDs like this without frying an output while using less than 1 output per LED.  


Run your output through a transistor on your breadboard. Find one that will handle the current you need + at least 25%
12/30/2012 6:55:10 PM EDT
[#4]
nice
12/30/2012 6:57:57 PM EDT
[#5]



Quoted:



Quoted:




Quoted:

Now write in a PWM dimming feature.


I think I'll do an on/off switch next. I'm still pretty new to all of this so I don't know how to power 10 LEDs like this without frying an output while using less than 1 output per LED.  




Run your output through a transistor on your breadboard. Find one that will handle the current you need + at least 25%


I know that's the way to do it, but I need to do some more reading about them. I have one which should handle a good amount of current, but I want to do some more reading before doing it that way.

 
12/30/2012 6:58:09 PM EDT
[#6]





Quoted:



nice



Thanks!

 
 
12/30/2012 7:18:04 PM EDT
[#7]
BTW, what do you have in the way of sensors? There is a bunch of cool shit you can do with those things. There are ultrasonic sensors, thermocouples, IR sensors, hall effect sensors, etc, etc. Sky's the limit with the applications you can come up with.

Bread boarding by itself can be fun and educational too! You can build circuits using discrete components or IC based circuitry. The 555 timer IC is great for starters. You can build tons of stuff around it.

12/30/2012 7:29:38 PM EDT
[#8]



Quoted:


BTW, what do you have in the way of sensors? There is a bunch of cool shit you can do with those things. There are ultrasonic sensors, thermocouples, IR sensors, hall effect sensors, etc, etc. Sky's the limit with the applications you can come up with.



Bread boarding by itself can be fun and educational too! You can build circuits using discrete components or IC based circuitry. The 555 timer IC is great for starters. You can build tons of stuff around it.





I have a starter kit which I purchased from adafruit. I have a motor and a servo along with a temp sensor and a few other things. I have a 555 chip I think, but so far I can only use it in a very limited fashion.

 
12/30/2012 7:37:18 PM EDT
[#9]
Quoted:

Quoted:
BTW, what do you have in the way of sensors? There is a bunch of cool shit you can do with those things. There are ultrasonic sensors, thermocouples, IR sensors, hall effect sensors, etc, etc. Sky's the limit with the applications you can come up with.

Bread boarding by itself can be fun and educational too! You can build circuits using discrete components or IC based circuitry. The 555 timer IC is great for starters. You can build tons of stuff around it.


I have a starter kit which I purchased from adafruit. I have a motor and a servo along with a temp sensor and a few other things. I have a 555 chip I think, but so far I can only use it in a very limited fashion.  


Can you read and interpret schematics OK? If so, many of the 555 circuits are very simple and easy to build. A simple oscillator is a very good example of this.

I would also recommend you get an oscilloscope if you don't already have one. You can see just exactly what's going on with your circuit. You would be able to see the square wave from the 555 oscillator for example.

ETA here is a VFO (variable frequency oscillator) Very simple to build.

12/30/2012 8:16:43 PM EDT
[#10]



Quoted:



Quoted:




Quoted:

BTW, what do you have in the way of sensors? There is a bunch of cool shit you can do with those things. There are ultrasonic sensors, thermocouples, IR sensors, hall effect sensors, etc, etc. Sky's the limit with the applications you can come up with.



Bread boarding by itself can be fun and educational too! You can build circuits using discrete components or IC based circuitry. The 555 timer IC is great for starters. You can build tons of stuff around it.





I have a starter kit which I purchased from adafruit. I have a motor and a servo along with a temp sensor and a few other things. I have a 555 chip I think, but so far I can only use it in a very limited fashion.  




Can you read and interpret schematics OK? If so, many of the 555 circuits are very simple and easy to build. A simple oscillator is a very good example of this.



I would also recommend you get an oscilloscope if you don't already have one. You can see just exactly what's going on with your circuit. You would be able to see the square wave from the 555 oscillator for example.



ETA here is a VFO (variable frequency oscillator) Very simple to build.



http://i49.tinypic.com/33lfpzk.gif


Schematics are not a problem. I actually have a lot of experience with that from tracking down many electrical problems in my automobiles. Thanks for the info and the diagram. I looked it up and it's not actually a 555 that I have. I've read a lot about them though so I'll pick one up. I do have an oscilloscope already due to car troubles too. Good times.

 
12/30/2012 8:23:35 PM EDT
[#11]
I have a PIC programmer but been thinking about getting one of those and making me one of those LED light cubes.
12/30/2012 8:29:15 PM EDT
[#12]
While were on the subject, this guy has some real good stuff on some 555 based analog servo drivers.

http://www.youtube.com/watch?v=uXeSsevsNNE
12/30/2012 8:34:56 PM EDT
[#13]
I took a 3 axis accelerometer and wired it up to an RGB LED.  It's pretty cool, and really easy.
Link to code This is the code for the MMA8452 breakout, cheap and easy.
12/30/2012 8:45:14 PM EDT
[#14]
Quoted:
While were on the subject, this guy has some real good stuff on some 555 based analog servo drivers.

http://www.youtube.com/watch?v=uXeSsevsNNE


Wow, that guy has some good stuff.

12/30/2012 8:47:22 PM EDT
[#15]
Quoted:
Quoted:
While were on the subject, this guy has some real good stuff on some 555 based analog servo drivers.

http://www.youtube.com/watch?v=uXeSsevsNNE


Wow, that guy has some good stuff.



Check out his balancing robot!

http://www.youtube.com/watch?feature=endscreen&v=Y-afnY32RrY&NR=1
12/30/2012 8:49:50 PM EDT
[#16]
I've been meaning to get into this.
12/31/2012 12:35:27 PM EDT
[#17]
Take the arduino challenge
12/31/2012 8:32:02 PM EDT
[#18]



Quoted:


Take the arduino challenge


I may as well do that even though my project is quite basic. Thanks for the link.

 
12/31/2012 9:10:25 PM EDT
[#19]
Quoted:

Quoted:
Take the arduino challenge

I may as well do that even though my project is quite basic. Thanks for the link.  


Just messin' with ya  


Seriously though, Instructables.com is a pretty nifty site. Lot's of ideas and how to's there.

ETA, Happy New Year! May it be a great one!  
12/31/2012 9:22:00 PM EDT
[#20]
I'll second the 555.

I put together a neat little flashing light set for my son's bob the builder -type party.

Used two surefires behind trailer reflectors connected through some rather large and heat-sinked transistors to the 555 powered by two big li-ions. It was quite bright.
12/31/2012 9:23:15 PM EDT
[#21]



Quoted:



Quoted:




Quoted:

Take the arduino challenge


I may as well do that even though my project is quite basic. Thanks for the link.  




Just messin' with ya  





Seriously though, Instructables.com is a pretty nifty site. Lot's of ideas and how to's there.



ETA, Happy New Year! May it be a great one!  


Happy NY to you too.

 
2/18/2013 2:18:57 PM EDT
[#22]
I thought I would share that I'm now building a Jeopardy type setup for trivia purposes. It shouldn't be too hard I would think.
2/18/2013 2:29:07 PM EDT
[#23]
Quoted:
I thought I would share that I'm now building a Jeopardy type setup for trivia purposes. It shouldn't be too hard I would think.


Buzzers?
2/18/2013 2:30:38 PM EDT
[#24]



Quoted:



Quoted:

I thought I would share that I'm now building a Jeopardy type setup for trivia purposes. It shouldn't be too hard I would think.




Buzzers?



One central buzzer and a light on each button unit to signal who pressed first.





 
2/18/2013 2:33:46 PM EDT
[#25]
Quoted:

Quoted:
Quoted:
I thought I would share that I'm now building a Jeopardy type setup for trivia purposes. It shouldn't be too hard I would think.


Buzzers?

One central buzzer and a light on each button unit to signal who pressed first.

 


I don't think it would be hard to do with your Arduino. I've seen 555 schematics for them also that are pretty simple.

ETA, here is one that uses a 74 series logic gate in addition to the 555.
2/18/2013 2:41:13 PM EDT
[#26]
Found one on youtube that has a link to the source code.

http://www.youtube.com/watch?v=PCVXu21wfb0

Some nicer push buttons, a piezo speaker and custom lights would dress it up nicely!
2/18/2013 5:21:20 PM EDT
[#27]
Thanks for the links. Hopefully I can use enough of someone else's code to make things a bit easier on me. I need to find some decent buttons to use, but that can come a little later. I would ideally like the set to be pretty nice.
2/19/2013 2:29:17 AM EDT
[#28]
Just a thought, but if you want a nice set that will be able to be used time and again, get a project box and a through-hole perforated solder board. Point to point soldering is not very difficult, especially for the simpler projects. Get some nice connectors so that you can plug your game unit into your arduino easily (one hard wired to your project and the other end a pig-tail for your arduino with tags for easy re-connection). Also, a nice soldered and housed unit will hold together well during storage, as opposed to  leaving your project on a solderless breadboard.
2/19/2013 2:46:53 AM EDT
[#29]
this thread is relavant to my interests.

Posted Via AR15.Com Mobile
2/19/2013 3:17:40 PM EDT
[#30]



Quoted:


Just a thought, but if you want a nice set that will be able to be used time and again, get a project box and a through-hole perforated solder board. Point to point soldering is not very difficult, especially for the simpler projects. Get some nice connectors so that you can plug your game unit into your arduino easily (one hard wired to your project and the other end a pig-tail for your arduino with tags for easy re-connection). Also, a nice soldered and housed unit will hold together well during storage, as opposed to  leaving your project on a solderless breadboard.


Thanks for the tips. I had planned on using perf board and some sort of project box. I'm thinking I'll use phone line and jacks for the connections.