Remote Control Server Using Pic

Remote Control Server

One of my friends asked me if I could design a circuit for him to be able to remotely power up a server. He has 2 servers and he didn’t want to keep them both on whilst he travelled. He wanted to be able to turn on a server when he needed it. He has one server which is on all the time (web server) to which he RDPs occasionally. The project involved a microcontroller circuit with RS232 interface and a simple application to send messages to it in real time. Since the MCU has multiple I/O pins it would be a waste to control only one server, so I have designed this project to control up to 5 servers/devices.

Remote Control Server

I have thought about getting power from PCI socket but opted against it as the motherboard slots change very often. This way you can use this card in any PC or Server. I have chosen to use PIC16F628 for the project as it is the first one to introduce an internal oscillator. This saves cost as there is no need for crystal or caps.

The Remote Control Server application is written in VB6. It sends real time button state messages to the MCU over a standard RS232 serial port (USB to RS232 cable can also be used if your laptop or PC has no serial ports).

Remote Control Server Schematic

Read more: Remote Control Server 

Leave a Comment

Your email address will not be published. Required fields are marked *