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

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced 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...

#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.