Friday, July 10, 2015

Battery Charge Level Indicator (5volt) using Microcontroller



Battery Charge Level Viewer is a microcontroller based small project which shows charge level of battery using 5 LEDs . Generally battery becomes full at 5volts . Remember that an ADC channel of pic18f2550 can count from 0 to 1023 . Because it's ADC channel register is 10bits. As we like to  measure 5volt  . We will read the value of adc channel and will convert it to voltage . After converting into voltage we get a understandable value and we shows it through 5 green LEDs. It's the basic concept .

ADC(Analog to Digital Converter ) :

We need a basic knowledge about ADC . Let's  take a look at here :
Thief Detector using PIC Microcontroller & PIR Motion SensorThief Detector using PIC Microcontroller & PIR Motion Sensor
Thief Detector using PIC Microcontroller & PIR Motion Sensor
ADCON1 Register


Basically ADC is like as voltage divider . According to voltage It produce output .

bit 5 : VCFG0: Voltage Reference Configuration bit (VREF- source)
1 = VREF- (AN2)
0 = VSS or 0 volt


bit 4 :VCFG0: Voltage Reference Configuration bit (VREF+ source)
1 = VREF+ (AN3)
0 = VDD or 5volt


We will set  VCFG0[bit 5]=0and VCFG0[bit4]=0 . So we will get highest value 5volt[1023] and lowest value 0volt[0].The ADCON1 is a 10 bit register that means  2 to the power 10  is it's highest counting capacity and result is 1024 . So this register can count from 0 to 1023 . When 0 volt , we get reading at RA0 pin  0 .When 5 volt , we get reading at RA0 pin 1023. It means 5volt equivalent to 1023 .

 If  1023 reading value    equal   to 5 volt.
So 1      reading value    equal   to  5/1023 volt
So 'read_val'  reading  value   equal  to (5/1023)*read_val volt

 Source Code :







void main() {
 int source=0;
 int read_val=0;
 int read=0;
   ADCON1=0x0E;                 // Configuring RA0 pin as input
   CMCON=7;
   TRISB=0x00;
  ADC_Init();                        // Initialize ADC
  PORTB.F0=0;
  PORTB.F1=0;
  PORTB.F2=0;
  PORTB.F3=0;
  PORTB.F4=0;

 while(1){
  source=ADC_Read(0);

  read_val=(source*5.50)/1023;
  read=read_val;
   if(read==1){
  PORTB.F0=0;
  PORTB.F1=0;
  PORTB.F2=0;
  PORTB.F3=0;
  PORTB.F4=1;
   }
    if(read==2){
  PORTB.F0=0;
  PORTB.F1=0;
  PORTB.F2=0;
  PORTB.F3=1;
  PORTB.F4=1;
   }
    if(read==3){
  PORTB.F0=0;
  PORTB.F1=0;
  PORTB.F2=1;
  PORTB.F3=1;
  PORTB.F4=1;
   }
    if(read==4){
  PORTB.F0=0;
  PORTB.F1=1;
  PORTB.F2=1;
  PORTB.F3=1;
  PORTB.F4=1;
   }
    if(read==5){
  PORTB.F0=1;
  PORTB.F1=1;
  PORTB.F2=1;
  PORTB.F3=1;
  PORTB.F4=1;
   }
 }
}

Circuit :

Microcontroller Project :Battery Charge Level Viewer using PIC18F2550 Microcontroller
circuit

Microcontroller Project :Battery Charge Level Viewer using PIC18F2550 Microcontroller
Microcontroller Project :Battery Charge Level Viewer using PIC18F2550 Microcontroller
Microcontroller Project :Battery Charge Level Viewer using PIC18F2550 Microcontroller


Simply Just click on the "Skip Ad" and you will get the download option.

Thank You!

8 comments:

  1. So So much help full for me this topic . many many thanks

    ReplyDelete
  2. When I try to download I first I got a 404 error and now it shows the site has malicious software and my Malware Bytes blocks it. I am actually looking for this exact design. Is there any other place to download from?

    ReplyDelete
  3. I am glad you take pride in what you write. This makes you stand way out from many other writers that push poorly written content. dime cart

    ReplyDelete
  4. vanity leads to more plastic surgery procedures. people are becoming more conscious about their appearance’ https://rvprofy.com/best-rv-battery-monitors/

    ReplyDelete

  5. So nice I am enjoying for that post as for u latest version of this Security tool Available
    bluetooth-battery-monitor-keygen download

    ReplyDelete
  6. https://www.buyyoutubesubscribers.in/2021/12/30/how-hide-subscribers-youtube/ The YouTube partner package application process provides videographers a wonderful opportunity to upload and monetize their video by allowing YouTube to place advertisements next to their content. TTo cash in on your creativity, YouTube asks you in the initial application process to answer a few questions. Basically YouTube partners are independent video creators and media companies who are looking for online distribution and who meet YouTube's qualifications. Becoming a partner gives you the ability to share in ad revenue from your YouTube videos.

    ReplyDelete
  7. At long last, Li+ batteries have no memory impacts and don't have to topped off.
    Wholesale LiFePO4 Battery

    ReplyDelete

Ain't getting any visitors!
Please Share and Bookmark posts.

Tags

: (1) 18F2550 (1) 36KHz (3) and (1) arduino (1) Based (1) battery (1) Bipolar (1) Blinking (1) blinks (1) Bluetooth (1) bluetooth device interfacing (1) bluetooth module (1) button (1) circuit (1) clock (1) control (1) crystal oscillator (3) Db9 (1) DC Motor (2) digital (2) Digital Voting Machine (1) digital voting machine using pic (1) display (2) DS1307 (1) electronic (1) embedded c programming tutorial (11) embedded c tutorial (11) experiment kit (4) external interrupt (4) flash (1) flashing (1) Gas Leakage detector (1) HC-06 (1) home (1) how (1) How to (10) i2c tutorial (1) in (1) indicator (1) infrared Connection (3) interface (8) interfacing (3) Interrupt (3) Introduction (1) IR Connection (3) IR Receiver (4) IR Transmitter (4) key pad (1) keyboard (1) keypad (1) lavel (1) Lcd 16x2 (2) lcd 2x16 (2) led (1) lm35 (2) LPG (1) machine (1) make (1) Make bootloader (1) making (1) matrix (1) max232 (1) membrane keyboard (2) meter (2) Micocontroller (1) microchip (4) microchip pic (2) microchips (3) microcontroller (9) microcontroller based (3) microcontroller programming (3) Microcontroller Project (4) Microcontroller Projects (1) microcontroller_project (2) microcontrollers (4) Microprocessor (2) mikroC (5) mikroc code to start and stopstart and stop dc motor (1) mikroc pro for pic (2) Motion detector (1) MQ-9 Gas Sensor (1) musical (1) NEC Protocol (4) pcb (5) PIC (3) pic controller (11) pic microcontroller (11) pic microcontroller tutorial (11) pic programming (1) pic programming in c (12) pic proteus (1) Pic Tutorial (12) pic18 (2) pic18f2550 (11) picmicrocontroller (4) picRFモジュール (1) PIR Motion Sensor (1) printed circuit board (1) proteus (6) pulse width modulation (1) push (1) push button (1) PWM (1) real (1) rf transmitter (3) Rs 232 (1) Rs232 (1) scroll (1) scrolling (1) Serial communication (1) Serial Connection (1) Serial Port (1) serial port rs232 (1) Servo Motembedded c programming tutorial (1) simulation (2) Soil Moisture Meter (1) speed control (1) step by step (7) step bystep (1) Stepper Motor (2) text (2) Thief Detector (1) time (1) timer (4) timer0 (4) tone (1) TSOP38236 Receiver (4) tutorial (2) Unipolar (1) USART Connection (1) USB (1) usb 1.0 (1) USB bootloadere (1) USB HID (1) using (9) voltmeter (1) voting (1) water level indicator (3) with (2) work (1)

Traffic Feed


Live Traffic Feed
Visitor Tracking

Leave Your Message Here

Name

Email *

Message *

Like on Facebook