Projects

Amicus 18 Board

Amicus18: Arduino-style platform for PIC fans using PIC18F25K20

Arduino needs no introduction; it is an easy-to-use yet powerful open source embedded system development platform that has gained huge amount of popularity in past few years, specially among hobbyists. The standard hardware consists of an 8-bit Atmel AVR processor with on-board headers providing access to its I/O pins. The processor is pre-programmed with a […]

Amicus18: Arduino-style platform for PIC fans using PIC18F25K20 Read More »

RS232 Infra Red Interface

RS232 – Infra-Red Interface

Description This project is a Microchip PIC microcontroller with an RS232 serial interface on one side and an Infra-Red receive and transmit interface on the other. Important – All mention of RS232 on this page actually refers to RS232 waveforms operating at 5V TTL levels not +/-12V levels which would destroy the PIC device. An

RS232 – Infra-Red Interface Read More »

Serial Data Received from PC and Displayed on 16x2 Using USART of Pic16f877 Microcontroller

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller

Here is a simple tutorial on how to receive serial data from PC(Personal Computer) Hyperterminal and display it on 16×2 lcd using PIC16f877 microcontroller. Its not much difficult you just need to know how to use USART(Universal Syncronous-Asyncronous receiver transmitter) of PIC 16f877. Serial data is transmitted and recived by PC using DB-9 OR DB-25

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller Read More »