Hello!
I've recently just become awoken to the whole premise behind microcontrollers, and decided to work on a small project. I heard about Arduino and Parallax, and decided to investigate a little further based on a small idea I recently had.
Looking at Arduino:
I've read through the documentation supplied on the main website, but I wanted some further advice.
I want to create a switch button based controller that would turn on my server via magic packet. The server has built-in support for Wake on LAN, so it would just be a matter of writing a script that would establish a connection on the network and broadcast this packet.
So my question is, is there a board practical for this? I would need to attach the board to my router via ethernet so it would be on the same subnet. Are there any boards that come with an embedded ethernet port? Scripting/Programming language isn't an issue as I'm open to anything. Any suggestions?
Thanks!