I'm desigining a range of boards for my own purposes but recently realised that by adding a few components I can make them Arduino compatable/clones.
The first one is a 3-digit 7-seg LED display with pushbuttons, my use for this is as a generic display of sensor data, for example to show volts, current, temp etc for a battery bank. Press one button for volts, another for current etc etc.
Another use is a fridge monitor that shows fridge temp, frezzer temp, average current etc.
Here's a preview of the board.
quub.robgray.com/stackables/hmi-led/hmi-led.png
A web page with more details
quub.robgray.com/stackables/hmi-led/index.php
It's 1.8x1.8" in size so different form factor to Arduino but has a Mega328 so should be compatable software wise.
Some other features,
- 6-30v VIN
- Power under uC control, push on/push off on one of the buttons.
- Buzzer for alarms.
- Fits into 2x2" alum tube so a reasonable enclosure can be cheaply made.
- Connections through the rear so enclosure can be mounted with no visible wires.
- All open source.
Why only 3 digits? Because for the above uses that's enough resolution. Why LEDs? Because you can read them from across the room.
Anyway the purpose of this post it to see if this is even vaguely interesting to the Arduino community. If so I'll add the components to make it compatable, if not I may still do so but the board is pretty tight so I will be less inclined to squeeze more components on :)
Rob