This project is an IR remote controlled light dimmer able to control two independent channels (bulbs) using any Philips RC5 remote control. The controller is based on PIC12F629 and uses a TSOP1736 IR receiver. Check construction details and schematic on the link below.
IR Remote controlled Light Dimmer – [Link]
This project is an Infrared USB remote control keyboard based on PIC18F2550 microcontroller and TSOP4838 IR receiver module. Software is written on MikroC. IRK! enables you to use your LEARNING remote control to control any system that you can plug a USB keyboard into.
IRK! Infrared RC USB Keyboard – [Link]
This project is a USB IR remote controller for your PC. This receiver is based on PIC18F2455 and is plug and play. It receives, decodes signals from a remote control and emulates the received signals as keystrokes in a keyboard. It is recognized as a USB keyboard. It is compatible with Sony SIRC 20 bit protocol,works with LG and SKY universal remotes when they are configured as Sony DVD. [via]
USB IR remote control using PIC18F2455 - [Link]
This circuit shows a simple touch switch using 555 timer switch and a relay. You touch the on plate to energize the relay.
Touch Switch ON-OFF – [Link]
The Button Code is a system that allows a single button to act as a keypad. The user enters a 4 digit code into the system using button taps. When the correct code is entered a relay is activated. When activated it can either activate for a programmed time or simply toggle the output whenever the correct code is entered.
Button Code - Single Button Code Entry System - [Link]
This project shows how to control your PC remotely. The heart of this project is an Arduino Duemilanove microcontroller, equipped with an Ethernet adapter, and a home-made circuit that connects it to power switch on my computer. The Arduino is always on, so at any time and from anywhere in the world, you can command the Arduino to start up the computer. Check this project’s details on the link below.
Remote PC Startup System – [Link]
In the first place, a relay is like a switch to a coil assembly. This switch is activated when electricity is applied to the coil. With a common relay, the electricity must be continuously applied to the coil to maintain the contacts, but the impulse relay “remembers” and only requires a momentary application of electricity. Stated differently, apply pulse of electricity to the coil to turn on the relay contacts, apply another pulse of electricity to turn off the relay contacts.
Digital Impulse Relay - [Link]
This project is a 555 timer based PWM controller features almost 0..100% pulse width regulation while keeping the oscillator frequency relatively stable. The frequency range from about 170 to 200 Hz. Check schematic on the link below.
Simple PWM controller - [Link]
This project is a prototype mouse using a LED and 4 photoresistors to detect motion.
The photoresistors are detecting the light emitted by an LED and refracted by your hand, allowing you to control your cursor simply by moving your hand over the sensors. the closet you are from the sensors, the faster the cursor will be. It’s not ergonomic nor commercially viable, but it’s a nice experiment to do. The firmware detect the position of any object on top of the sensors. You can find the code here: http://pastebin.com/H3kzkbK2
Computer mouse using LED and photoresistors – [Link]
This project shows how to control the temperature of a soldering hotplate by using a proportional integral controller (PID) module. The plate is capable of reaching 500F, hot enough for reflow soldering. A thermocouple is used to monitor the temperature of the plate. There is also a PID Controlled Solder Paste Fridge to maintain its shelf life.
PID Controlled Soldering Hotplate – [Link]















































