I actually have a few questions, but they all relate to one base problem:
I need to get alarm lights (like you see on offshore platforms or in Petrochemical industries) working wireless. So far I have come up with a few hardware solutions, but to make it all work together I’m thinking I need an Arduino. Now I don’t have any experience with Arduino, but know my way round programming languages (Java, Python, PHP). I also don’t know much about electronics, but the basics, I do know how to solder though.
What I have so far is the bare necessity of this project:
1 4-channel receiver http://www.ops-ecat.schneider-electric.com/ecatalogue/browse.do?cat_id=BU_AUT_60642_L3_Z090&conf=basket&ctg=&el_typ=product&nod_id=0000000009&prd_id=ZBRRC&scp_id=Z090&tab=0
1 tower of 4 status lights http://www.ops-ecat.schneider-electric.com/ecatalogue/browse.do?cat_id=BU_AUT_1057_L3&conf=basket&ctg=&el_typ=product&nod_id=0000000009&prd_id=XVMB1RAGB&scp_id=Z000&tab=0
What I need it to do is this: when I push the green button the green light must go on plus an audio alarm should sound. When I consequently press the orange button the green light must go off and the audio alarm connected with the green light goes off, the orange light must come on plus the associated audio alarm, and so on with red and blue.
Then I also need to be able to use another button to toggle audio on or off.
What do I use for this? I have looked at an Arduino Uno and thought that some relays could be used to switch on the lights from output signals from the Uno. But how strong is that signal exactly? Thus: what relays do I need? Another issue for me is the audio: can I generate 4 different (alarm) sounds through the Uno and how do I make it audible?
When all this is working I would love to also trigger some 15 sound effects through WiFi and make that audible, concurrent with the audio alarms. I’ve looked at the Arduino WiFi Shield and the AdaFruit Wave Shield, but I’m not sure how to get commands through WiFi to the Uno and consequently to the Wave Shield Adafruit Wave Shield for Arduino Kit [v1.1] : ID 94 : $22.00 : Adafruit Industries, Unique & fun DIY electronics and kits.
Could anyone shed some light on this? I’m not looking for a step-by-step, but rather some (very clear) pointing in the right direction (and maybe some clarification on some subjects
later on)
Thanks a lot,
Arjan