T O P I C R E V I E W |
Arnak |
Posted - Apr 02 2010 : 2:13:24 PM Hi,
Has anyone any ides on a circuit to make a random on / off switch.
The switch would need to switch up to 300ma.
With a random switch on time from 1 to 10 minutes and stay on for from 1 to 10 seconds.
Any ideas would be very helpful, thanks.
Arnak |
3 L A T E S T R E P L I E S (Newest First) |
wasssup1990 |
Posted - Apr 03 2010 : 09:25:08 AM I doubt you'll find a circuit that will do almost exactly what you want. Everything is computerised these days compared to a few decades ago. You should learn how to make use of microcontrollers. I never had help from anyone, I taught myself. You can get premade microcontroller boards from the SparkFun website. They sell nice stuff there. Just get one of them boards and hook up whatever devices you want to it. You program the microcontroller in whatever language and mission complete! You'll be proud of yourself. I kick arse in microcontroller class. |
Arnak |
Posted - Apr 03 2010 : 04:59:37 AM Hi Wasssup,
Thanks for the advice.
You are quite correct in that I am not up to speed on micro controllers or programming in C unfortunately.8-((
I think that I had better stick to a standard electronic circuit?
I have googled extensively but can't as yet find a circuit, been close with dice circuits but not the whole thing as yet.
Arnak |
wasssup1990 |
Posted - Apr 02 2010 : 10:32:42 PM Aaaah yeah! Just use a micro controller. If you program in C there should be a function like rand() that will generate a random number for you so that you can randomly get 1 to 10 as a delay. You probably wouldn't have asked this question if you knew about micro controllers. Anyway that's how I would do it. |