All remote controlled projects from this site can be controlled with remote controls which use the RC5 protocol, like the TV-remotes from Philips. When all buttons from such a remote are in use then you could make a remote control by yourself. Your own build remote control with only one button or maybe you want […]
Projects
How to use the EQ PIC Development Board Video
EQ PIC DEVELOPMENT BOARD. ON-BOARD MODULES. HOW TO CREATE A PROJECT IN MPLAB X AND DOWNLOAD THE CODE ONTO THE EQ PIC DEVELOPMENT BOARD USING A BOOTLOADER. Ghana movies HOW TO CREATE A PROJECT IN MPLAB X AND DOWNLOAD THE HEX FILE ONTO THE EQ PIC DEVELOPMENT BOARD USING A BOOTLOADER.
Having fun with HC08 using pic microcontroller
Here is a nice little project for a rainy weekend, all this can be accomplished over a weekend and for under USD 15. This page has gone through several rewrites, mainly to get rid of my ‘rant mode’ writing, but it seems I just need to write it out of myself. Feel free to skip […]
PIC-Microcontroller C Tool flow Video
this video explain about Micro C software for PIC programming
How to make a contact-less digital tachometer using IR-light reflection technique
Tachometer is a device that measures the rotational speed of any shaft or disc. The unit of the measurement is usually revolutions per minute or RPM. The traditional method of measuring RPM of a rotating shaft was based on velocity feedback concept where a dc generator is hooked to the rotating shaft so that the […]
PIC32 Multimedia Expansion Board Review Video
Review of the Multimedia Expansion Board for the PIC32 Start Kits from Microchip. In this review I’m going to show the board and it’s periphirals, and then I will show a couple of demostration applications.
Build a PIC controlled DDS VFO, 0 to 6 MHz using pic microcontroller
Files contained in MINIDDS.ZIP: readme.txt Read this first! compplac.pdf Component placement in PDF format schema.pdf Schematic diagram in PDF format top.ps PCB top copper layer in Postscript format bottom.ps PCB bottom copper layer in Postscript format ad9832_4.asm PIC assembly source code p16f84.inc Needed for assembly of ad9832_4.asm (for ‘F84) p16c84.inc As above but for ‘C84 […]
PIC 18F4550 Motor Controller Video Project
In this video, we cover how to breadboard and write the firmware for a motor controller (controlling a servo, 2 DC motors, and a stepper) with the PIC 18F4550. A few notes on this video: -I recorded most of the video during the evening of July 4th here in the U.S., there were fireworks going […]
LM386 based stereo audio amplifier with digital volume control
Due to its simplicity (requires minimum external components) and high availability, LM386 is very popular among hobbyists for use in low-voltage audio amplification applications. Most of the time a potentiometer is used at the input side of LM386 to provide a volume control in the output speaker. The potentiometer does not control the gain of the […]
A video game with software generated video signal !
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. […]