Projects

Remote Start Device For PC

An IOT project for remotely starting your computer

I found myself in need of access to files on my home desktop every so often and additionally sometimes wanting the computing power that the desktop has and my laptop doesn't. Instead of solving this in a sensible manner, I wanted to build a device that would help me boot up my desktop remotely.

The basic idea is that the device acts in the same role as the PC's power button does: if it closes the specific circuit on the motherboard, the computer starts (or shuts down). Physically closing and opening the circuit is done by a relay. The device needs only two functions: 'close the circuit for 1s, then open it' and the same for 5 seconds to have the option for force shutdown.

The relay is controlled by an Arduino MKR1000, which acts as a server. As a server, it's simple to control remotely via the internet. I wrote a simple React Native application that calls the server API.

I designed a case for the device with Fusion 360 and 3D printed it.

The device is connected in paraller with the power button, which means that both the power button and device can function. Installing the device means that instead of connecting the power button wires to the pins on your motherboard, you connect them to the device, and connect wires from the device to where the power button wires would have gone. It also needs a 5V power from an USB connector from the motherboard.

Overall I found the project to be a refreshing and teaching experience, as I had to revise my electronics and had to learn Arduino and CAD.

As per most hobby projects - the destination isn't the goal, but the journey.

Tagged with:IOTArduino3D Printing
Remote Start Device For PC