I am hoping to make a touch screen led dimmer, wanting to run leds at various times or to dim at various times for an aquatic lighting.
I have been told on a previous post that i could add a NPN transistor or an N-channel MOSFET, to control the dimming, I have looked through google and can't seem to see how to install this on the board, If there is a post some one can point me to on how to install it it would be appreciated, another thing would be do i need to add 2 if i am wanting to run a 2 channel lighting system?
Also instead of wiring direct to the board i was hoping to add some screw terminal connections again i do not know how to keep it on the board or where to place them.
I have listed below the items i am looking at buying.
There is a 4 channel sheild, would this need any modification to get this to do what i want, npn transisters included etc.
or would it be simple enough for me to just put clips/transisters on the board.
I am hoping to add the rtc to keep the time, and to set off the lighting/dimming when required, however would i need to add anything extra to get it to keep the settings for the light sequence/touch screen controls ect.
Any help is appreciated, I'm hoping to do the code work rather than the hard ware work but am also wanting to learn.
This screw shield board will let you connect wires to the Mega and still use other shields that are designed to sit on the Mega board itself.
I just sold 11 of them, cleaned me out, and will have more available in a week or so. http://www.crossroadsfencing.com/BobuinoRev17/
Your LEDs seem to be 12V 80mA LED arrays with built-in current limiting resistors - this means they
need a regulated 12V. The LED driver shield you reference is a constant current driver for bare
LEDs of a higher rating. It specifically cannot be used with 12V LED run from a 12V supply as it
will drop a volt or so and cause poor brightness and possibly uneven illumination depending on
how the LED is arranged internally.
Any simple NPN transistor or logic-level FET switch can be used to control an 80mA load (or are you
paralleling them for larger currents per control pin?) I'm assuming you are happy for low-side
switching (the simplest arrangement)
The diagram here shows how to use an NPN transistor:
And for MOSFET this thread has a circuit: http://forum.arduino.cc/index.php?topic=57949.0
(Though that one isn't suitable for high speed PWM, the 1k resistor should be reduced to 150
ohms or perhaps a MOSFET driver chip used for very high power loads)
If you get MOSFET(s) be sure to get logic-level n-channel MOSFETs.
There are shields with a group of MOSFETs for switching use available IIRC.
Yes, I do send to the UK.
You will still need some external circuitry to handle the higher voltage/current switching as described in reply #3.
Those components could be added to a Mega prototyping shield, available from many places.