function

PIC18F452 UART

PIC18F452 UART code and Proteus Simulation

This post provides the UART code (compiled in MPLAB + HI-TECH C) for PIC18F452 (e-g to connect PIC18F452 controller with PC using serial adapter). Complete project code and the proteus simulation can be downloaded from the Downloads section at the bottom of this post. The following diagram shows the required circuit. A crystal of 10MHz is used with PIC18F452. This …

PIC18F452 UART code and Proteus Simulation Read More »

PIC16F877 i2c

PIC16F877 i2c code and Proteus simulation

This post provides the i2c code (using the i2c module built in the hardware[1]) for PIC16F877 microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to blink an LED with PIC16F877 microcontroller. …

PIC16F877 i2c code and Proteus simulation Read More »

I2C COMMUNICATION

I2C COMMUNICATION WITH PIC MICROCONTROLLER

I love the Atmel AVR microcontrollers! Since building the Ghetto Development System described in this Instructable, I’ve had no end of fun experimenting with the AVR ATtiny2313 and the ATmega168 in particular. I even went so far as to write an Instructable on using switches as inputs, and extended the Ghetto Development System concept to CPLDs. During a …

I2C COMMUNICATION WITH PIC MICROCONTROLLER Read More »

REMOTE CONTROLLED SECURITY SYSTEM

REMOTE CONTROLLED SECURITY SYSTEM WITH PIC16F628 PIC16F88

Transmitter circut Specifications Rolling code infrared transmission Small keyfob style case Dual function buttons Randomisation of code parameters feature Synchronising of parameters feature Up to 16 identifications Receiver circut Specifications 12V operation Up to 16 separate transmitters can be… Electronics Projects, Remote Controlled Security System with PIC16F628 PIC16F88 “microchip projects, microcontroller projects, pic assembly example, pic16f628 projects, pic16f88 …

REMOTE CONTROLLED SECURITY SYSTEM WITH PIC16F628 PIC16F88 Read More »

Stepper Motor Driver

Rotary Encoders Using Pic

Rotary encoders are very versatile input devices for microcontroller projects. They are like potentiometers expect of digital nature and unlike analogue potentiometers they never wear down. Rotary encoders not only provide 360 degrees of rotational freedom they also allow digital positioning information to be gained without the use of analogue to digital converters (ADCs). When …

Rotary Encoders Using Pic Read More »

Schematic 9

SMART STATION USING PIC

INTRODUCTION Our Smart Station hardware consists of a PIC32MX250 microcontroller with a 3.5mm jack for speakers, a TFT display, keypad, NeoPixel LED ring, microphone, and a host of I2C environmental sensor breakouts: i.e. accelerometer, temperature, humidity, and luminosity sensor breakouts. All of the electronics are neatly contained within a 3D printed casing. Our Smart Station …

SMART STATION USING PIC Read More »