Hey all! I'm looking to break into the Arduino world, by creating a simple LED sign that can be remote controlled, but also reports its' status to a server.
The LED sign would be split into four quadrants and I want to be able to control their state (on/off) individually, via a remote (close proximity) switch.
The remote switch itself would be split into four quadrants as well, one for each quadrant on the main LED board. It would signal the main controller on the LED sign, turn on/off the appropriate light.
Additionally, the main board must be able to report that state change via an HTTP call to a server.
For the switch, I believe I need a capacitive sensor mounted behind a glass/perspex plate.
However, I am unsure what two boards to combine to achieve my goals.
to recap:
LED mounted board
- Must be able to receive RF signals (close proximity)
- Must be WiFi capable
- As small as possible
Switch mounted board
- Must be able to send RF signals (close proximity)
- Capacitive
- As small as possible
Thank you all so much for your time!