SparkFun Forums 

Where electronics enthusiasts find answers.

General project discussion / help
Did you make a robotic coffee pot which implements HTCPCP and decafs unauthorized users? Show it off here!
By rbrant
#166333
So I found sparkfun by looking for a big red button, which I found. Then I noticed all the other parts are here too!

However, I don't know what other parts I should get.

I ordered this button to trigger the countdown timer: https://www.sparkfun.com/products/9181

I'm looking at ordering this to actually do the countdown: https://www.sparkfun.com/products/11849

I'd then like to hook up a spotlight that shines red/green depending on activation state, but haven't been able to track one of those down.

What I'm missing is the guts in between. What parts do I need?
By fll-freak
#166335
The simplest answer is a micro controller of some type. It would listen to the button and when pressed drive the display. To control your spotlight you would need other parts as your typical micro does not drive AC loads. The simplest micro could well be the very popular Arduino. Something like the UNO would be a good choice. Tones of information and sample code on the web. Free tools and not that expensive. You will need to learn C/C++ but that would be the case for any micro.

Lots of other micros exist including the MSP43 LaunchPad, the Raspberry Pie.

The other possibility is discreet logic, but that would be very messy.
By Mee_n_Mac
#166336
As it turns out the display shield linked to has an ATmega328 micro on it. It could be reprogrammed to do the simple task required. A better choice would be this display, not in Arduino shield form factor, but having the same micro and w/the Uno bootloader preloaded. So some form of USB-TTL serial adapter would be needed but reprogramming becomes easier using the Arduino environment. And there are just enough I/O pins ,brought out to the edge, to connect to the dome switch and some relay/driver.
https://www.sparkfun.com/products/11644
By lyndon
#166344
How big of a spotlight do you want? Actual numbers, please.
rbrant wrote:So I found sparkfun by looking for a big red button, which I found. Then I noticed all the other parts are here too!

However, I don't know what other parts I should get.

I ordered this button to trigger the countdown timer: https://www.sparkfun.com/products/9181

I'm looking at ordering this to actually do the countdown: https://www.sparkfun.com/products/11849

I'd then like to hook up a spotlight that shines red/green depending on activation state, but haven't been able to track one of those down.

What I'm missing is the guts in between. What parts do I need?
By rbrant
#166366
Well I called Tech Support because I wanted to add the stuff to an existing order and needed to get it done before it shipped.

Here is what I ended up getting:

https://www.sparkfun.com/products/11575

https://www.sparkfun.com/products/8530 X 2

https://www.sparkfun.com/products/112

https://www.sparkfun.com/products/9590

https://www.sparkfun.com/products/9592

As for the C/C++ someone mentioned, that isn't the problem for me. I'm a programmer by trade and have mechanical engineering experience and education, just not electrical - but I doubt the jump will be that difficult.

I'm just not familiar with the products on the site.

I'm planning on making more of these if it works, so If I can get a cheaper or more efficient board or parts that would be cool.

The LEDs are just for the prototype. I'm looking to swap the little LED for professional spotlights which I'm still trying to find a vendor for. Basically it needs to be bright enough to illuminate a person in red or green.
By Mee_n_Mac
#166371
You need some additional circuitry to drive those 7 segment displays. They run off a 12v supply for their common anode.