DAC MCP4921 Interfacing with PIC Microcontroller PIC16F877A
DAC MCP4921 Interfacing with PIC Microcontroller PIC16F877A Read More »
Low power DC motors can be easily controlled with half H-bridge IC L293D. This IC is 16-pin IC which can control 2 motors in both directions. This topic shows how to control DC motor speed and direction with PIC16F84A and L293D motor drive integrated circuit. Related topics: The following topic shows how to control a
DC motor control with PIC16F84A and L293D Read More »
The NEC protocol uses pulse distance encoding of the bits. Each pulse is a 562.5µs long with carrier frequency of 38KHz. Logic bits are transmitted as follows: Logic 0: 562.5µs pulse burst followed by a 562.5µs space, with a total transmit time of 1125µs (562.5 x 2). Logic 1: a 562.5µs pulse burst followed by
NEC Remote control decoder with PIC16F84A Read More »
Introduction I have made the game pong using a pic 16F84 running @ 12MHz. The game Pong was the world’s first video game in the early 70’s, this is a modern version of it, made with a little bit less hardware than the original version. In my version, the video signal is generated in software.
A video game with software generated video signal ! Read More »
Background During the Christmas holidays 1997-1998, I started on a small project, trying to generate a video signal with a PIC16C84. I had seen some video clock generating video signals in software, and thought it was a quite interesting idea, and wanted to take it a step further. I didn’t know much about video signals
How to generate video signals in real-time using a PIC16F84 Read More »
Hi friends, today we are going to make a four way traffic light controller using a PIC16F84 microcontroller. In this project we will operate three LEDs (RED, YELLOW, and GREEN) according to the traffic rules. Illumination of the green light allows traffic to proceed in the direction denoted, Illumination of the yellow light denoting, if
Four way traffic light signal using PIC16F84A microcontroller: Read More »