Some of the fruit and vegetables we eat can be used to make electricity. The electrolytes in many fruit and vegetables, together with electrodes made of various metals can be used to make primary cells. One of the most easily available vegetable, the ubiquitous lemon can be used to make a fruit cell together with […]
Projects
30 volts Panel Volt Meter Using PIC MCU
This is a simple application of internal 10-bit ADC(analog to digital converter) of PIC16F676 microcontroller.you can use this circuit to measure up to 30 v dc. the possible applications are on bench top power supply or as a panel meter in various system. Circuit description MICROCHIP’S PIC16F676 is the heart and brain […]
Interfacing DC Motor with PIC Microcontroller using L293D
DC Motor and L293D We can’t drive a DC Motor (depends) directly with a Microcontroller, as DC Motors requires high current and high voltage than a Microcontroller can handle. Microcontrollers usually operates at +5 or +3.3V supply and it I/O pin can provide only up to 25mA current. Commonly used DC Motors requires 12V supply […]
Interfacing Dot Matrix led Display with PIC Microcontroller
To know about Interfacing Dot Matrix led Display with PIC Microcontroller, we have to know about what is Dot Matrix Display? And how it work? Dot Matrix Display is an array of LED situated in a form of Matrix. See the architecture of a 7*5 Dot Matrix led Display board. Project Description : In this […]
PIC Countdown Timer using PIC16f84a
Description : The purpose of this timer is to provide a countdown time from 1 second to 99 minutes & 59 seconds. I use it to control the lighting for the Ultra-Violet exposure of photosensitive PCB material. The project provides also an audible alarm at the end of the countdown time and switches the UV […]
LED Character Moving English Font Display Project (8×16)
LED Character moving play Project is Very popullar and very valuable project in microcontroller field.In here we play English Language font on 8×16 play.You can Expand this 16 colun to up to 32 column.We use 16 LED columns and 8 LED Rows in this play.We use Microcontroller for drive LEDs and you can easily change your […]
PIC Development Board – Hello World Project
Hello friends, welcome to this exciting tutorial were we will begin our journey with latest PIC18F micros from Microchip Technologies. This tutorial will give you information on what software/hardware you will require and basic steps on how to get, install, configure and use them. After going through this tutorial you will have a complete setup […]
Wave JT – Larson Scanner with Joule Thief
I love LED chasers. A bunch of LEDs neatly turning on and off on a precise timing – lights running one way, then the other way… It’s relaxing, soothing, and hypnotic. There are so many LED chaser/scanner/sequencer circuits out there, some are made with discreet transistors, some based on logic ICs, and more and more […]
DIY $1 PIC 12f675 JDM Programmer (Cheap and Easy)
Hi EveryBody i am Again Doing something. and it is with PIC’s! Almost Everybody do not want a Big Arduino in their projects or to control a rgb led with Arduino uno? Enjoy Compressing your projects with PIC and Attiny too. but in this wwe will be making a PIC Programmer To Program 12f675 PIC. […]
Development board for Attiny84 Microcontroller
This is a development board for Attiny84 microcontroller. Tha Attiny84 chip has 11 pins addressable with the Arduino IDE, 8k of flash memory for program storage, and 512 bytes of RAM available for the stack and program variables. One feature of the Attiny84 that is very nice for assembly language programmers is unlimited access to […]