force + meter

Discussion about project that uses other controller, or non controller based project such as using logic gates, FPGA, ARM, Mechanical ....etc. Welcome to post it here

force + meter

Postby pic16 » Mon Apr 02, 2012 2:34 pm

Hi guys,
I would like to do a DIY meter which could used to measure the force.

The meter i use is copy :oops: from the website below.
http://www.circuitstoday.com/wp-content ... ircuit.png
It actually was voltmeter built from ICL7107.

So, now i try to build a circuit which will give me "with every 1kg(force) it product 1 volt"
The sensor i'm used now are SN-FRC-0.5(from cytron), i have build the circuit, but it give me weird output :roll:
i'm using 741 op-amp as FSR voltage divider(follow datasheet) and i'm have no idea what i did is right or wrong :mrgreen:

Could any expert here give me some idea to correct it?
i'm poor in english and just an electronic hobbyist.
pic16
Amateur
 
Posts: 135
Joined: Tue Jan 04, 2011 2:28 pm
Location: Earth

Re: force + meter

Postby ABSF » Mon Apr 02, 2012 6:03 pm

Hi pic16, its been a long time. Welcome back. ;)

I read the datasheet of the FSR and i was somehow confused. When a weight of 1 Kg is applied, what is the resistance you get? One fig says 750 ohm while another fig says 1.2K ohm. So what do you get? :twisted:

Show us your 741 circuit. Which figure did you use? :mrgreen:

Allen
The next war will determine NOT who is right BUT what is left.
User avatar
ABSF
Professional
 
Posts: 810
Joined: Wed Nov 10, 2010 9:32 am
Location: E Malaysia

Re: force + meter

Postby pic16 » Mon Apr 02, 2012 10:06 pm

ABSF WROTE:Hi pic16, its been a long time. Welcome back. ;)

I read the datasheet of the FSR and i was somehow confused. When a weight of 1 Kg is applied, what is the resistance you get? One fig says 750 ohm while another fig says 1.2K ohm. So what do you get? :twisted:

Show us your 741 circuit. Which figure did you use? :mrgreen:

Allen


Hi :D ,
i didn't have the weight of 1kg, so i use 1.5kg.
It show me 12.2kohm


i'm refer the circuit at page 18
http://www.freeimagehosting.net/pb9g4
i'm poor in english and just an electronic hobbyist.
pic16
Amateur
 
Posts: 135
Joined: Tue Jan 04, 2011 2:28 pm
Location: Earth

Re: force + meter

Postby ABSF » Tue Apr 03, 2012 6:40 am

FSR.JPG


I use the simulator to emulate your circuit and I got 0.55V from the output.

Lets calll the resistance Rfsr, the resistor that you added as R1 and the output voltage Vout.
Vout=[R1 / (R1+Rfsr)]* 5V = [1.5k/13.7K]*5 = 0.547V.
Since you want to get 1V per kg, and the weight now is 1.5Kg, you should be getting 1.5V to satisfy your requirement, right?
So how to get 1.5V from the above circuit? From the formula,
Vout=[R1 / (R1+Rfsr)]* 5V = 0.55V

Vout=[R1 / (R1+12.2K)]* 5V
If Vout=1.5 then
1.5=[R1 / (R1+12.2)]*5
1.5/5=R1 / {R1+12.2)
0.3(R1 + 12.2) = R1
R1=0.3R1+3.66
R1-0.3R1=3.66
0.7R1=3.66
R1=5.228K so using 5.1K as R1 would get you 1.5V

Allen
The next war will determine NOT who is right BUT what is left.
User avatar
ABSF
Professional
 
Posts: 810
Joined: Wed Nov 10, 2010 9:32 am
Location: E Malaysia

Re: force + meter

Postby pic16 » Tue Apr 03, 2012 9:25 pm

ABSF WROTE:
FSR.JPG


I use the simulator to emulate your circuit and I got 0.55V from the output.

Lets calll the resistance Rfsr, the resistor that you added as R1 and the output voltage Vout.
Vout=[R1 / (R1+Rfsr)]* 5V = [1.5k/13.7K]*5 = 0.547V.
Since you want to get 1V per kg, and the weight now is 1.5Kg, you should be getting 1.5V to satisfy your requirement, right?
So how to get 1.5V from the above circuit? From the formula,
Vout=[R1 / (R1+Rfsr)]* 5V = 0.55V

Vout=[R1 / (R1+12.2K)]* 5V
If Vout=1.5 then
1.5=[R1 / (R1+12.2)]*5
1.5/5=R1 / {R1+12.2)
0.3(R1 + 12.2) = R1
R1=0.3R1+3.66
R1-0.3R1=3.66
0.7R1=3.66
R1=5.228K so using 5.1K as R1 would get you 1.5V

Allen


i adjust to the resistance you have calculated, but when i test for 200g, it give me 0.84 volt :(
i'm poor in english and just an electronic hobbyist.
pic16
Amateur
 
Posts: 135
Joined: Tue Jan 04, 2011 2:28 pm
Location: Earth

Re: force + meter

Postby ABSF » Wed Apr 04, 2012 9:43 am

FSR Fig 9.JPG


Based on the figure inside the datasheet above. Using 3K for RM, you'll get 2V for 1Kg. But for 500g, it was about 1.5V and 200g is 1V. So you see the FSR is not a linear device. You can use it as a rough estimate of the weight you're going to measure but you cant use it as a scale. And I now know how you get the 1.5K resistor from.

You thought that 3K gave you 2V, then 1.5k should give you 1V, right? But if you look at the graph more carefully. Putting 10K (3.3 times 3K) only gives you 3.5V not 6V with a weight of 1Kg as you expected.

Allen
The next war will determine NOT who is right BUT what is left.
User avatar
ABSF
Professional
 
Posts: 810
Joined: Wed Nov 10, 2010 9:32 am
Location: E Malaysia

Re: force + meter

Postby pic16 » Wed Apr 04, 2012 2:49 pm

ABSF WROTE:
FSR Fig 9.JPG


Based on the figure inside the datasheet above. Using 3K for RM, you'll get 2V for 1Kg. But for 500g, it was about 1.5V and 200g is 1V. So you see the FSR is not a linear device. You can use it as a rough estimate of the weight you're going to measure but you cant use it as a scale. And I now know how you get the 1.5K resistor from.

You thought that 3K gave you 2V, then 1.5k should give you 1V, right? But if you look at the graph more carefully. Putting 10K (3.3 times 3K) only gives you 3.5V not 6V with a weight of 1Kg as you expected.

Allen




Too bad... :| i thought i could make a mini weight scale by combine this two circuits.
Then, is that any idea to create some circuit could make it become linear?
i'm poor in english and just an electronic hobbyist.
pic16
Amateur
 
Posts: 135
Joined: Tue Jan 04, 2011 2:28 pm
Location: Earth

Re: force + meter

Postby ABSF » Thu Apr 05, 2012 7:23 am

pic16 WROTE:Too bad... i thought i could make a mini weight scale by combine this two circuits.
Then, is there any way to create some circuits that could make it to become linear?


Yes, there is. But it wont be easy. See the discussion here..
http://forum.allaboutcircuits.com/archi ... -3961.html

You can google with "analog linearization technique" if you are really interested.. :mrgreen:

Another way is to use the "digital linearization technique using ADC, microcontroller(with look up table in EPROM) and DAC". This technique can be used with PIC that has an ADC channel. The output can be displayed directly after processing on LCD instead of sending to a DAC.

Allen
The next war will determine NOT who is right BUT what is left.
User avatar
ABSF
Professional
 
Posts: 810
Joined: Wed Nov 10, 2010 9:32 am
Location: E Malaysia

Re: force + meter

Postby Idris » Tue Apr 10, 2012 3:10 pm

I have try that sensors..
This is the video
http://mytechinvention.blogspot.com/201 ... cator.html
This is the graph relationship between Force VS Resistance
http://3.bp.blogspot.com/-SJje21qKq8s/T ... nceFSR.png
Cytron Technologies invest time and resources providing tutorial, training and support for STEM education and maker movement. We need your support by purchasing products from Cytron Technologies. Thanks.
http://www.cytron.com.my
User avatar
Idris
Moderator
 
Posts: 409
Joined: Thu Mar 22, 2012 5:28 pm
Location: Pulau Pinang

Re: force + meter

Postby pic16 » Wed Apr 11, 2012 6:26 pm

Idris WROTE:I have try that sensors..
This is the video
http://mytechinvention.blogspot.com/201 ... cator.html
This is the graph relationship between Force VS Resistance
http://3.bp.blogspot.com/-SJje21qKq8s/T ... nceFSR.png




using microcontroller?
i'm poor in english and just an electronic hobbyist.
pic16
Amateur
 
Posts: 135
Joined: Tue Jan 04, 2011 2:28 pm
Location: Earth

Next

Return to Misc Project

Who is online

Users browsing this forum: No registered users and 4 guests

cron