Building a USB mouse using PIC18F4550 microcontroller and CCS C compiler is easy as shown in the link below: USB
Continue reading
Simple Electrical and Electronics Projects
Building a USB mouse using PIC18F4550 microcontroller and CCS C compiler is easy as shown in the link below: USB
Continue readingThis post shows how to interface LCD screen (16×2, 20x’4 ….) with PIC24FJ64GB002 microcontroller where the compiler used is CCS
Continue readingThis small post shows how to simply blink an LED using PIC24FJ64GB002 16-bit microcontroller and CCS C compiler. Hardware Required:
Continue readingThis topic shows how to make a simple distance meter using PIC16F887 microcontroller and HC-SR04 ultrasonic sensor. The HC-SR04 ultrasonic
Continue readingThis small project shows how to make a simple wave audio player using PIC16F887 microcontroller and SD card. The WAV
Continue readingThis post shows how did I made a simple wave audio player using PIC16F877A microcontroller where the wave audio file
Continue readingPIC12F1822 is a small microcontroller has only 8 pins which is not enough for building a real time clock using
Continue readingMaking an audio player (.wav files) using PIC microcontroller is not complicated especially when the MCU has a PWM module.
Continue readingThis is a simple FAT library (FAT16 and FAT32) for CCS PIC C compiler for reading files from MMC/SD card
Continue readingWith the tiny microcontroller PIC12F1822 we can read raw data (sectors) stored in the SD card. The SD card can
Continue reading