Asked — Edited
Resolved Resolved by Dunning-Kruger!

Finger Tip Sensors For Inmoov Hand

@Richard R. Are you going to use the finger tip sensora on your inmoov? I'm printing a new hand and would like to make use of the sensors but I don't think ezb support them directly.

Is it very hard to use the i2c from an andrino. Thanks.


ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

#1  

If they were analog, then no problem. However, I still haven't done my homework on I2C yet LOL...I wish I could help you dude... Probably @Rich could help you on this one...

#2  

@Richard, it looks like the sensors are analog, but I am not sure how to wire it to the EZB. It only has to wires. I think it would connect to the ADC? So one wire would connect to the signal and the other to ground? I am not sure. Any help is most appreciated.

Thank you http://www.todayifoundout.com/index.php/2010/01/how-to-make-a-ridiculously-cheap-analog-pressure-sensor/

#3  

Ok, so if they are an analog sensors you can connect them to one of the 8 analog ports on your ezb.... One wire goes to ground and the other to the signal pin. To test it bring up the ADC value control in ARC... As you use the sensor (press on it) you should see the values change... What you would then do is create a script to read the adc port and when the pressure sensor on that port reaches a specific value (that you determine a head of time)... you can then have the servo stop or back off or whatever...

#4  

That sensor looks easy to build, might be the answer,but like you @merne, I have no idea how to hook it up to the EZB. The Robotshop and Solarbotics sell several different pressure/force sensors maybe one of those could be used.

#5  

....@Merne, you might need a resistor (10k maybe?) inline to make the sensor work a little better...

Also a good idea is to test it with a multimeter first before testing it on your ezb...

#6  

Thank you @Richard. I found a picture of an Arduino using a pressure sensor and it also has a resistor, a 1 MegaOhm Resistor. It also shows it is using 5v power. So is this how I would connect it or does the EBZ / sensor not need the power?

From that picture it looks like the resistor is on both Ground and signal. I not sure as I never used one of those pin boards before.

Also I thought the ADC on EZB is 3 volts, I could be wrong. Would that matter?

User-inserted image

Here is the link. https://www.sparkfun.com/tutorials/389

Thank you.

#7  

@Merne... that's exactly how you would connect to the ezb... You are also correct, the analog ports on the ezb are 3.3V... You may need a lower value resistor... A direct connection from signal pin to ground won't hurt anything so you can experiment with resistor values until you get the numbers that work for you...

#8  

Thanks Richard. I will try that out. Just to be clear I would connect the ground and signal together or if using a resistor connect them both to the resistor then to ezb adc.

I am making thu resolved by you. Thanks.

#9  

@Merne.... The resistor would connect the ground to one of the sensor leads and the other sensor lead connects directly to the ezb signal pin of an analog port... just like the diagram you have in post# 7...

#10  

I'm using a pressure/force sensor called a Softpot Rotary Potentiometer in the arm of my B9. It works great.

This sensor should not be operated without placing a 10k resistor in line on either the hot or ground power feed. If a resistor is not used then the pot will burn a hole in it's self if you press down across small gap at the bottom of the SoftPot with your finger or anything else. When you do this you're bypassing the internal resistance and shorting V+ to GND. By putting a 10K resistor in line like I mentioned above this will keep the fault current very low if you bridge the gap and keep a hole from burning through it. This method will also give you almost 95% of the applied voltage all the way to the end of the rails. I've used both 3.3 and 5 vdc with this sensor. Both voltages worked nicely but I seemed to get better response useing 5v. However that could of been just my application. They are rated to handle 1 Watt max so you don't really have to worry about overloading it with the way we use these.

Now if you find your reading is floating to much and cant get a positive reading when touched then you should also put a resister (10K) between the ground pin and the output pin.