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.

[Moved] Need help with panel meter - Employment/Project

Status
Not open for further replies.

SSShocked

Member level 5
Joined
Apr 24, 2012
Messages
86
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Bulgaria :(
Activity points
1,859
i need help for my power supply panel meter
i need a meter that shows me:
out and drain current,power and volts
load resistance,capacitance and inductance

please help me

the max.power is 1200w(must measure up to 300v 50a)

please help me
i am ready to pay

---------- Post added at 16:25 ---------- Previous post was at 16:02 ----------

my problem is that the atmega32 won't have enough memory
 

Re: need help with panel meter

Are you talking about ordinary analog meters? No doubt you'll need more than one.

Say you have a raw galvanometer with a 1mA scale. Resistance might be 100 ohms.

To read up to 300V you'll install a 300K resistor inline.

To read up to 50A, you might install a few inches of, say 6 gauge wire as a shunt. However this gets unwieldy. It can endanger the meter if connections get loose. So instead maybe you'll go with a method involving amplification of a hall-effect sensor.
 

Re: need help with panel meter

dspl.JPG

or 20x4 or 40x4
or something
i will freak out of happines i i realize this display
 

Re: need help with panel meter

I have no experience as to a pic or microcontroller.

If you're running out of memory then you might gain some back if you...

Use lower screen resolution.

Use fewer digits of accuracy.

Do you use base 2 logarithms to do floating point multiplication and division? Would it consume less memory if you were to use repeated addition and subtraction...
to calculate power (watts, V x A),
and load resistance (V/A)?
 

Re: need help with panel meter

dude
i don't know how to program these IC's!
i dont have a programmer too

---------- Post added at 17:58 ---------- Previous post was at 17:57 ----------

also i want to make this meter
i dont have it
it just flashed in my mind
 
Last edited:

Re: need help with panel meter

There are several Serial GLCDs available with built-in routines which takes most of the complex coding out of managing a GLCD.

Example:

Serial Graphic LCD 160x128

Such devices simplify the implementation of complex graphical meters and readouts.

Many use a standard UART to communicate with the host MCU.

Example:

Graphic LCD VU Meters

BigDog
 

Re: need help with panel meter

funnnnn

but still i need somebody to help me
i will pay if it needs
tell me if you can do something

---------- Post added at 18:38 ---------- Previous post was at 18:28 ----------

nice
but still i need this display
do you know somebody that can make me the schematics and the code
or at least the code
SOS
HELP!
HELP!
HEEEELP
ANYBODY HEAR ME
HEEEEEEELP
SAVE MEEEEEEE...
 

Re: need help with panel meter

The section/category which this thread is currently posted, is intended for advice/answers for members attempting to code and implement a design themselves.

Due to the fact this is an employment/job solicitation, I am moving this thread to the appropriate category:

EDA Jobs, Promotions, Advertising


BigDog
 

You'll probably receive several inquiries to your job/project offer.

I suggest you write up a detailed proposal as to your requirements for the panel meter.

BigDog
 

look at he two photos at posts #4 and #5
it MUST measure
500v max with very high accuracy (0.01v if possibe)
50a max with very high accuracy (0.001a if possibe)
2000w max with very high accuracy (0.1w if possibe)
125 deg.C max if possible with accuracy 0.5 deg.C
i will be happy if it shows me the temp. in Celsius and Farenheit
you calc. the resistance

---------- Post added at 19:10 ---------- Previous post was at 19:03 ----------

I WON'T PUBLISH AND SELL YOUR SCHEMATICS/CODE
IF I WANT TO DO SO I WILL ASK YOU AND PUBLISH OR SELL THEM WITH YOUR PERMISSION
YOU SAY WHAT I DO WITH THEM
ALSO I LIVE IN BULGARIA SO I WILL PAY WITH PAYPAL
I DONT SCREAM I JUST WANT YO TO GIVE SPECIAL CARE TO THIS

i know this is a site for discussing problems,etc.
but i really need help

---------- Post added at 19:15 ---------- Previous post was at 19:10 ----------

this is my electronics dream
also i will share my awesome schematics
of the PSU if somebody helps me
 
Last edited:

I Can do that with AVR Micro.
 

You should concentrate on ADC sampling, I sugest of using CT, but your needs for high accuracy level may be discutable. Consider usage of 18bit or 24bit ADC.

Second part of your needs is for LCD, for that look MikroElektronika tool Visual GLCD & Visual TFT. Link http://www.visualglcd.com/
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top