Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ADC output store in EEPROM and Display On LCD using 16F877A

Status
Not open for further replies.

shimanto

Newbie level 4
Joined
Aug 21, 2009
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangladesh
Activity points
1,325
displaying eeprom data on lcd

I need a program code which will take analog input voltage from channel 0 of PORTA, convert it to 10 bit digital binary number, store the number in EEPROM data memory. Take another input from same channel after 15 minutes and again save it to EEPROM data memory. When I press a switch connected with RC0, the LCD connected with PORTB begins to show the decimal value of the numbers present in the EEPROM memory. Please suggest a code for this design.
 

how to store the adc output

use AVR chip its easy to use
 

how to coding adc and lcd

what do you mean by "suggest a code" do you want us to do the labour work for you? you better try yourself if you find a problem in some part then ask for help.
 

16f877a eeprom

lats said:
what do you mean by "suggest a code" do you want us to do the labour work for you? you better try yourself if you find a problem in some part then ask for help.

haaaaaaaa thats a nice reply straight from the heart:D

Added after 2 minutes:

shimanto said:
I need a program code which will take analog input voltage from channel 0 of PORTA, convert it to 10 bit digital binary number, store the number in EEPROM data memory. Take another input from same channel after 15 minutes and again save it to EEPROM data memory. When I press a switch connected with RC0, the LCD connected with PORTB begins to show the decimal value of the numbers present in the EEPROM memory. Please suggest a code for this design.

buddy go for the PIC application notes they usually provide macros for
eeproms and adc's search for it
you will finf something really helpful
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top