Hello, I’m new here and new to the world of Arduino. I registered here because I need a device and I just cant seem to find a off the shelf product that meets all of my requirements.
Q: What does this device need to do?
A: Switch power on/off and/or perform an automated powercycle, triggered via ethernet.
Now this seems pretty straightforward, but there are a few problems:
- Size, the space available to place this device is very limited, so smaller is better.
- Cost, the total cost of parts should be less than $200.
- It should be able to pass through IP communication that is not meant for the device itself (essentially a hub-like functionality).
There is a device out there that meets my needs functionality wise, the iBoot by Dataprobe. I own one of these, but they are too expensive and too big.
What I want to do is have a central server powercycle a number of power over ethernet powered devices (basestations). These devices do not comply with regular PoE specs and need their own specific PoE-injector (otherwise a managed PoE switch would do the job). These devices are mounted in some really tight corners, hence the small size needed. Connections available at the devices are very limited too. 1 ethernet cable and 1 230V AC outlet is all I have. Creating more connections is nearly impossible.
So I was thinking about using a network enabled Arduino to control a couple of relays that interrupt the outgoing power of the PoE-injector. Switching the AC to the PoE-injector is also an option, but I was thinking about using the PoE to also power the switching device as the injectors have a bit more capacity than the basestations require.
Like I said, I’m new to this, so… Any ideas where to start??