I’ve been learning electronics and playing with Arduinos for the past year. I’ve been asked to prepare an electronic aid for my camera club: for judges to use in an upcoming national competition, when they are deciding whether an image is in or out. I have a wired design that would do (and I know I could build), but would like to know whether a wireless version would be feasible. The constraints are my knowledge, cost and time. The deadline is mid-March.
The wired version would consist of 6 boxes, each fitted with two momentary buttons (e.g. red and green) plus an LED to confirm the judge’s decision has been received. They are connected via plugin cables (6m long) to a receiving unit: a larger box with 6 LEDs (RGB or red/green) to show the number of red and green votes. . A human manually records the results. An Arduino Mega runs things, sending a signal back to each judge when a button is pressed, with a reset button for the human recorder to zero the 6 LEDs once all 6 judges have voted.
I’m sure the Arduino could be connected to a PC and the results displayed graphically, e.g. using Processing or Visual Basic. Trouble is, I don’t have the time to learn enough about the software to be confident of doing that. Next year, perhaps.
Elderly judges and cables don't always mix, so a wireless solution would be ideal. I’ve seen several interesting projects using cheap IR remotes which I might be able to learn how to program the Arduino to handle . Trouble is, the receiver will be behind the judges and they would curse me if they had to spend the days twisting around.
That’s why I looked at RF. Trouble is, I suspect that’s getting beyond my skill level. But I wondered whether this forum would be worth a try before I abandon the idea for this year. Does anyone know of a simple system which would send a ‘yes’ or a ‘no’ signal to the receiver, each transmitter with its own ID? The range would be less than 10m. Cost is a consideration, or course. Any suggestions would be welcomed!