| Author |
Message |
d4nmt
Joined: 22 Sep 2005 Posts: 2
|
22 Sep 2005 4:41 calculator use 89C51 or 89c52 |
|
|
|
|
| I don't learn electronics, but i want to make a calculator that use 89c51 or 89c52. Can you give me the schemetic and program?
|
|
| Back to top |
|
 |
IanP
Joined: 05 Oct 2004 Posts: 6490 Helped: 1542 Location: West Coast
|
22 Sep 2005 5:30 Re: calculator use 89C51 or 89c52 |
|
|
|
|
Try this link:
http://csold.cs.ucr.edu/content/esd/labs/calc/calc.html
It is simple calculator basd on 8051 microcontroller with keypad and LCD display ..
Regards,
IanP
|
|
| Back to top |
|
 |
Taro
Joined: 28 Jun 2001 Posts: 147 Helped: 3
|
22 Sep 2005 7:23 calculator use 89C51 or 89c52 |
|
|
|
|
| i Used to find it (complete with source) from an example of PROTEUS (http://labcenter.co.uk) software.
|
|
| Back to top |
|
 |
ahm_hassaan
Joined: 17 Feb 2005 Posts: 34 Helped: 5
|
22 Sep 2005 10:02 calculator use 89C51 or 89c52 |
|
|
|
|
if u have (ISIS)PROTEUS 6 u'll find complete project of 8051 with keyboard and LCD and hex file included for this simple calculator.if u don't have PROTEUS u can download demo version from
http://labcenter.co.uk and see it.
|
|
| Back to top |
|
 |
d4nmt
Joined: 22 Sep 2005 Posts: 2
|
22 Sep 2005 13:37 Re: calculator use 89C51 or 89c52 |
|
|
|
|
| But i can't see it on site "http://www.labcenter.co.uk/". Give me clearly.
|
|
| Back to top |
|
 |
Google AdSense

|
22 Sep 2005 13:37 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Taro
Joined: 28 Jun 2001 Posts: 147 Helped: 3
|
22 Sep 2005 16:44 calculator use 89C51 or 89c52 |
|
|
|
|
Hey, Just download Proteus and install it into your PC.
you will see source, as an example, and you can simulate it as well.
|
|
| Back to top |
|
 |
sush
Joined: 24 Aug 2005 Posts: 78 Helped: 1
|
23 Sep 2005 4:04 calculator use 89C51 or 89c52 |
|
|
|
|
for a calculator you have to do part by part programming ..first learn to interface only keypad with 89c51 then proceed with lcd interface ..and after that go for calculator which then will be easy for you to understand since u r new to programming.after that if any problem tell us we will help you
Added after 1 minutes:
and these small parts of programming u can refer 8052.com or mazidi .its a good book for basics
|
|
| Back to top |
|
 |