output

I2C keypad.

I2C keypad using PIC18F4550 microcontroller

I2C keypad This instructable explains how to interface with a 4×4 keypad over an I2C bus. I started this project because I wanted some plug and play input and output modules for easy and fast prototyping of my electronics projects (mostly with PIC microcontrollers). Of course you can use leds and dip switches but they require lots …

I2C keypad using PIC18F4550 microcontroller Read More »

Temperature Sensor

LM75 Temperature Sensor with 7 segment display output using PIC16F628

This is a test project built hastily on a solder less breadboard. It uses a LM75 to read the current temperature via I2C and displays the result on three 7 segment displays. It uses a PIC16F628 with an internal 4 Mhz clock. The program was created using JAL Note the LM75 is a surface mount …

LM75 Temperature Sensor with 7 segment display output using PIC16F628 Read More »

Stepper Motor Interface PIC16F

Stepper Motor Interface PIC16F

Here is a simple example for PIC microcontroller interfacing  Unipolar stepping motor with assembly code. Instead of using a dedicated stepper motor driver IC like very popular L293D   PIC16F with ULN2003A were used. Just 4 I/O Pins are required to drive each coil of the motor. By energizing each coil in a particular sequence you can control the speed and direction of the motor. …

Stepper Motor Interface PIC16F Read More »

Alchemist Forseti APD15A RC Integrated amplifier

Alchemist Forseti APD15A RC Integrated amplifier Using Pic

We recently had a customer present this faulty Alchemist Forseti integrated amp for repair – I’d guess this dates from the 1990’s and has been well looked after. It’s a bit of a bruiser as you can see from the extensive heatsinking! Unfortunately it developed a DC fault on the loudspeaker outputs and destroyed the …

Alchemist Forseti APD15A RC Integrated amplifier Using Pic Read More »

Voice Input And Output Part 23 25

How To Use PIC Microcontroller For Voice Input And Output- (Part 23/25)

Microcontrollers are purely digital devices which work on logic0 and logic1 voltages; still they are widely used for analog signal processing. There are specialized signal processors chips available which are custom made for particular applications; however a general purpose microcontroller is more than enough for small kind of signal processing applications like audio signal input and …

How To Use PIC Microcontroller For Voice Input And Output- (Part 23/25) Read More »

Circuit Diagram

Temperature Controlled DC Fan using Microcontroller Using Atmega

A Temperature Controlled DC Fan is a system which automatically turns on a DC Fan when the ambient temperature increases above a certain limit. Generally, electronic devices produce more heat. So this heat should be reduced in order to protect the device. There are many ways to reduce this heat. One way is to switch …

Temperature Controlled DC Fan using Microcontroller Using Atmega Read More »

The Precision Cooker

Precision Cooker: A Temperature Controlled Cooker Using Atmega

Precise time and temperature control are critical when cooking. Slight deviations in either temperature or cooking time can ruin delicate ingredients. Despite this fact, most modern day stovetops provide no data regarding their current temperatures and do not have built in timers. The stovetops that do provide these functionalities are often expensive and require specialized …

Precision Cooker: A Temperature Controlled Cooker Using Atmega Read More »

AVR Microcontroller

Interfacing RF module with Atmega8: Communication between two AVR Microcontrollers

Making our projects Wireless always makes it to look cool and also extends the range in which it can be controlled. Starting from using a normal IR LED for short distance wireless control till an ESP8266 for worldwide HTTP control, there are lots of ways to control something wirelessly. In this project we learn how …

Interfacing RF module with Atmega8: Communication between two AVR Microcontrollers Read More »