Now a day we use computer not only for office work but also as primary entertainment system. Some time we feel the absence of a remote controller for almost every Desktop or Laptop. For instance a remote controller can be very helpful during presentation at office to change the slides. […]
Category: 8051
8051 Based Remote for Home Appliance
Today most of the audio and video devices are remotely controlled by IR remote. IR or Infra-Red is an electromagnetic wave like light but not visible to human eye. Cheap IR remote-controllers are widely available in the market. In this tutorial I am going to show how we can control […]
General Purpose Timer
Timers are one of the most important devices in terms of bringing automation in our life. Today almost all smart home electrical appliances like fridge, heater etc. have their own inbuilt timers. But in sometime we want to control electrical devices which do not have any automation. For example running […]
Easy DTMF Keypad for Arduino and Microcontroller Projects (Wireless and Wired)
While making Arduino, 8051 microcontroller or any other digital electronics project we often need human interaction and we use keyboard or keypad. Making custom keypad for individual prototype project is time consuming and painful process. It also takes large number of microcontroller pin for interfacing. In this tutorial I am […]
NEC Protocol and Interfacing with Microcontroller
NEC protocol was developed by NEC corporation. This protocol provides very good reliability by doubling address and commands. Specifications: Address → 8 Bit in standard mode and 16 Bit in extended mode. Command → […]