Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

PIC16F688 voltage and current display

Status
Not open for further replies.

macobt

New Member
Hi to all
I want to built it this voltage and current display but on schematic are not shown pins conected to lcd display,I have wrote to author he tell me too look in source code for pins conections,I dont know to read source codes :(
Please help me to solve this problem.
Here is link to web site:**broken link removed**
And pictures with schematic.
Regards macobt
128-lcd1-circ.gif
 
Hi to all
I want to built it this voltage and current display but on schematic are not shown pins conected to lcd display,I have wrote to author he tell me too look in source code for pins conections,I dont know to read source codes :(
Please help me to solve this problem.
Here is link to web site:**broken link removed**
And pictures with schematic.
Regards macobt


hi
This is what the designer means, extract from the C code.
If you have a problem ask.:)

AAesp04.gif

EDIT:
Bit more info.
AAesp04.gifView attachment lcd1[1].pdfLCDpins1.gif
 
Last edited:
Thanks but?

Thanks but I need all pins from the PIC16F688 with names,that is beter for me to understand and to wiring to lcd.
I know that I ask stupid qwestions :(
Here is a picture.
 

Attachments

  • lcd1-circ.gif
    lcd1-circ.gif
    14.3 KB · Views: 529
Thanks but I need all pins from the PIC16F688 with names,that is beter for me to understand and to wiring to lcd.
I know that I ask stupid qwestions :(
Here is a picture.

hi,
Attached is a clip from the 16F688 datasheet, it shows the pin names.

If you compare it with the diagrams I posted earlier you will see that the pin names correspond to the clip.

You should download the free datasheet for the 16F688 from Microchip Technology Inc. is a Leading Provider of Microcontroller and Analog Semiconductors, providing low-risk product development, lower total system cost and faster time to market for thousands of diverse customer applications worldwide.

16F688.gif

Do you follow OK.?:)
 
Thanks...

Thanks a lot,now I know the pins in the source code RC5,RC4,RC3,RC2,RC1,RC0 are conected to lcd and one pin for the contrast.
Thanks for help ericgibbs :)
Regards macobt
 
Thanks a lot,now I know the pins in the source code RC5,RC4,RC3,RC2,RC1,RC0 are conected to lcd and one pin for the contrast.
Thanks for help ericgibbs :)
Regards macobt

hi,
The 'contrast' should be a 10k pot, connected across +5V and 0V, with the pot wiper to the contrast pin.

Adjust the pot for best contrast on the LCD.

EDIT: dont forget the PORTA.5 pin to the LCD enable pin
 
Last edited:
Thanks a lot,now I know the pins in the source code RC5,RC4,RC3,RC2,RC1,RC0 are conected to lcd and one pin for the contrast.
Thanks for help ericgibbs :)
Regards macobt

can u provied hex code ?...............
 
can u provied hex code ?...............

hi,
I dont have the hex code but you could download from microchip their free C compiler and compile the designer source code.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top