Hi
How to solve the given equation
P=10^1.667(ADC output value)-11.33
Aim using Keil51 evolution version and 89c51 controller.
Regards
chandu
Hi
How to solve the given equation
P=10^1.667(ADC output value)-11.33
Aim using Keil51 evolution version and 89c51 controller.
Regards
chandu
Your equation isn't very clear.
Do you mean?
I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.
Please ask on the open forum if you have a question and I'll be happy to help, if I know the answer.
As with anything like this, you need to simplify and break it into stages. It might also be possible to simplify it a great deal.
You really need to explain what you're trying to do!.
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Hi
Thanks for reply
Aim using same equation what you are mentioned in the reply.
Aim using Keil51 evolution version software and 89c51 controller.
Keil51 is restricted to 2K memory only.
Please proved tips for solving and programming the equation in keil51.
Regards
chandu
You should you SDCC [http://sdcc.sourceforge.net/] which is a free and opensource with no limitation of size of your code.
I use it with MIDE-51 and Eclipse as IDE, it is also not bad for a free tools:
To install, see
http://mcu-programming.blogspot.com/...c-and-for.html
http://mcu-programming.blogspot.com/...-for-sdcc.html
Microcontroller Programming Forums:
http://forum.mcuprogramming.com
Answer to your questions!
---
Microcontroller Programming Blog:
http://mcu-programming.blogspot.com
uC - News, Resources and Tutorials
Which one? I mentioned three, is it a, b or c?Originally Posted by chandu13
I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.
Please ask on the open forum if you have a question and I'll be happy to help, if I know the answer.
iam using b.equation
I think, if you work with log, it will be easier
log(P+11.33) = 1.667*ADCOutputValue
which is a linear equation
y = m*x
I think, it is depend on your application.
Microcontroller Programming Forums:
http://forum.mcuprogramming.com
Answer to your questions!
---
Microcontroller Programming Blog:
http://mcu-programming.blogspot.com
uC - News, Resources and Tutorials