Shop OBEX P1 Docs P2 Docs Learn Events
Ampere meter in basicstamp module NEED HELP — Parallax Forums

Ampere meter in basicstamp module NEED HELP

indigo2indigo2 Posts: 25
edited 2008-12-17 10:31 in BASIC Stamp
i've just finished my stampworks. |In de book there was a experiment 28 that shows an voltmeter in the basic stamp module,

does anybody knows how to hook up a ampere meter to the basic stamp module?

i've searched for an digital ampere meter and this is what i found:
http://www.users.otenet.gr/~athsam/digital_volt_and_ambere_meter_eng.htm

but i need to read it in my basic stamp module, som like this


if amperes (r1 >= 0)·then

begin
···· program
end

can someone help me please?
so instead of reading voltage i want to read amperes

thank you

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-12-10 15:28
    A digital ammeter is a voltmeter that measures the voltage across a low value resistor called a "shunt resistor". Download and read the "Basic Analog and Digital" tutorial (www.parallax.com/tabid/535/Default.aspx) which shows how to use an Analog to Digital Converter with a Stamp to measure voltage. The circuit you showed has the shunt resistor and other input circuitry for what is essentially an analog to digital converter, just designed for driving a display directly rather than providing the data to a Stamp.
  • indigo2indigo2 Posts: 25
    edited 2008-12-17 10:31
    Thank you very much, i'll dive into the shunt resister, and let you know if it worked. [noparse];)[/noparse]
Sign In or Register to comment.