Hi all,
I mentioned about my project , Myo-tensioner adaptor ( for Raptor variants and Talon Hand, ) in G+ several weeks ago. The slot-in shoe problem solved and on my final test stage now .
I'm currently using a simple oscillating program to make it open and close the hand every 5 second, with a small bottle of mineral water as load. It passed 8,000+++ cycle test so far, and counting .
I need someone who can help me to write arduino sketch for my adaptor project , I'm learning Arduino now , and I'm too slow, especially with grip power feedback.
I can design all schematics including EMG sensor, and also make prototype PCB etc, just that the code slow me down quite a lot.
Please let me know if anyone here can help me to write a program , I can provide detail, and I'm thinking of a small arduino i saw in kickstarter which using ATTany85, or maybe I can use ATTiny44 for more IO, and I'm thinking of make a batch of PCB and all parts kits to supply E-Nable volunteers , I also try to keep the cost as low as possible ( at cost , just for E-Nable volunteer only.)
Thanks !
Ew
Myo-tensioner adaptor for Raptor and Talon hand
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
Here's my motor, I used small metal geared motor which is supposed to be used in electric lock, its small, robust , cheap and quiet . this is for push pull configurations for Raptor, raptor can be re-configured as push-pull configurations, by using spectra line instead of elastic cord, pull it to open hand.
The small spectra line spool inserted with M3 loc nut, Its self-tighten , the more grip it turn , the tighter it goes.
The small spectra line spool inserted with M3 loc nut, Its self-tighten , the more grip it turn , the tighter it goes.
- Attachments
-
- 3.JPG (135.57 KiB) Viewed 4915 times
-
- VID_1383.JPG (166.65 KiB) Viewed 4916 times
-
- VID_1379.JPG (192.58 KiB) Viewed 4916 times
Re: Myo-tensioner adaptor for Raptor and Talon hand
Hi Ew
I would definitely like to help. I am working on something very similar but time is limited. So if we join efforts we'll make better progress. I have a few years experience with arduino programming and have done dc and servo motor control before. Can you send me some specs of the motor you are using?
I would definitely like to help. I am working on something very similar but time is limited. So if we join efforts we'll make better progress. I have a few years experience with arduino programming and have done dc and servo motor control before. Can you send me some specs of the motor you are using?
Stephan
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
Hi jsheunis,
Thank you for your reply. I will prepare something like flow chart or micro processor work list and paste it here very soon, so that we can discuss how to improve it. Schematics, and others test results also will be up soon. The motor I purchased from ebay, which is supposed to be electronic lock motor. There're several specs and I choose 1:298 gear ratio, 30RPM 6V . You can try to search ebay for " N20 gear motor " . I ordered 3V version too, and on its way now. I plan to operate it at single 3.7V cell.
Edit: ***I'm using H-bridge to drive the motor.***
Thank you for your reply. I will prepare something like flow chart or micro processor work list and paste it here very soon, so that we can discuss how to improve it. Schematics, and others test results also will be up soon. The motor I purchased from ebay, which is supposed to be electronic lock motor. There're several specs and I choose 1:298 gear ratio, 30RPM 6V . You can try to search ebay for " N20 gear motor " . I ordered 3V version too, and on its way now. I plan to operate it at single 3.7V cell.
Edit: ***I'm using H-bridge to drive the motor.***
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
Hi all,
My motor module fail finally, and I'm waiting for parts to try out worm drive system. I will list out what to include in code once I finalise the design , stay tuned .....
Ew
My motor module fail finally, and I'm waiting for parts to try out worm drive system. I will list out what to include in code once I finalise the design , stay tuned .....
Ew
Re: Myo-tensioner adaptor for Raptor and Talon hand
This is awesome. I'd suggest posting go the G+ Community https://plus.google.com/u/0/communities ... 6887179986 to share progress so far and to recruit people to collaborate on this project, linking to this forum for collaboration.
- Laird Popkin
-
- Posts: 4
- Joined: Sun Mar 22, 2015 3:16 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
Hallo
Looks great so far.
If you place an Poti you can drive it just like an Servo with the normal Servo-Electronics.
Here a basic Sketch what i mean , sorry is just an quick one not so good.

The normal Potis from Servos cant turn 360° if you need more then just 180° you need an Poti that turns more then that.
If this is not a Problem you can just use the Potentiometer from a normal Servo.
When you going to use the motors from normal servos i think that could be a lil bit cheaper. I used the Pololu gearmotors for my FY-Project and they are not cheap
Here is something that i found on Youtube !
And again add a poti and you can write the code for the position just like for an servo ( PWM )
https://www.youtube.com/watch?v=eXzJC68qU5M
Looks great so far.
If you place an Poti you can drive it just like an Servo with the normal Servo-Electronics.
Here a basic Sketch what i mean , sorry is just an quick one not so good.

The normal Potis from Servos cant turn 360° if you need more then just 180° you need an Poti that turns more then that.
If this is not a Problem you can just use the Potentiometer from a normal Servo.
When you going to use the motors from normal servos i think that could be a lil bit cheaper. I used the Pololu gearmotors for my FY-Project and they are not cheap

Here is something that i found on Youtube !
And again add a poti and you can write the code for the position just like for an servo ( PWM )
https://www.youtube.com/watch?v=eXzJC68qU5M
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
Vince-Heidelberg, Laird
Thanks for your info! I'm not using normal servo because I did tested some metal gear servo and it not last very long, and smaller one not very powerful. Good idea to put a small VR pot on the motor . I will try that. Laird, I post in Google+ now, hopefully will get some ideas to complete my project .
progress are slow here, I'm still waiting for parts.
Thanks!
Regards,
Ew
Thanks for your info! I'm not using normal servo because I did tested some metal gear servo and it not last very long, and smaller one not very powerful. Good idea to put a small VR pot on the motor . I will try that. Laird, I post in Google+ now, hopefully will get some ideas to complete my project .
progress are slow here, I'm still waiting for parts.
Thanks!
Regards,
Ew
-
- Posts: 21
- Joined: Tue Feb 17, 2015 2:23 am
Re: Myo-tensioner adaptor for Raptor and Talon hand
transfered some photos from G+ post
- Attachments
-
- gearedmotor2.png (204.45 KiB) Viewed 4744 times
-
- gearedmotor1.png (146.68 KiB) Viewed 4744 times
-
- VID_1467.JPG (219.34 KiB) Viewed 4744 times
-
- 2.JPG (749.96 KiB) Viewed 4744 times
-
- 1.JPG (806.43 KiB) Viewed 4744 times
Re: Myo-tensioner adaptor for Raptor and Talon hand
Hi...i am a new user here. As per my experience the normal Potis from Servos cant turn 360° if you need more then just 180° you need an Poti that turns more then that.If this is not a Problem you can just use the Potentiometer from a normal Servo.When you going to use the motors from normal servos i think that could be a lil bit cheaper.
pcb assembly
pcb assembly
-
- Posts: 2
- Joined: Thu Feb 22, 2018 2:15 pm
Re: Myo-tensioner adaptor for Raptor and Talon hand
That's a fantastic little bundle of a motor.
Is this project still being worked on?
Is this project still being worked on?
Houston, Texas
Mechanical Engineer
Working to design and print, to help where I can.
Mechanical Engineer
Working to design and print, to help where I can.
-
- Posts: 1
- Joined: Tue Mar 20, 2018 6:00 pm
Re: Myo-tensioner adaptor for Raptor and Talon hand
[quote="Ew Chee Guan"]Hi all,
I mentioned about my project , Myo-tensioner adaptor ( for Raptor variants and Talon Hand, ) in G+ several weeks ago. The slot-in shoe problem solved and on my final test stage now .
I'm currently using a simple oscillating program to make it open and close the hand every 5 second, with a small bottle of mineral water as load. It passed 8,000+++ cycle test so far, and counting .
I need someone who can help me to write arduino sketch for my adaptor project , I'm learning Arduino now , and I'm too slow, especially with grip power feedback.
I can design all schematics including EMG sensor, and also make prototype PCB etc, just that the code slow me down quite a lot.
Please let me know if anyone here can help me to write a program , I can provide detail, and I'm thinking of a small arduino i saw in kickstarter which using ATTany85, or maybe I can use ATTiny44 for more IO, and I'm thinking of make a batch of PCB and all parts kits to supply E-Nable volunteers , I also try to keep the cost as low as possible ( at cost , just for E-Nable volunteer only.)
Thanks !
Hi Chee Guan!
hello Chen!
My name is Wilhelm Lucena Kiefer and I can help you with the drafting question because your project so far is very similar to my project of Conclusion Work at the Pontifical Catholic University of Minas Gerais - Brazil. I have a person responsible for programming the arduino for our group, but I do not have enough information so far to carry out our modular e-NABLE project with the mechanical part and the electronics part, because I do not yet know the information about the type of motor, the stepper motor that will be driven by the microphone. This will send the signal to the arduino and it will generate the command to open and close the hand. But in my case, the amputee that will receive the prosthesis does not have a functional pulse, but part of the forearm and by the analysis of the site I will have to use an arm, will your project be adaptable for Team Unlimbited Arm. electronic design is enough to meet the demands of ours, I can ask our fellow Course Concluding Staff to program the arduino for you! I would very much like you to assist us in how you have done your electronic project so far to be able to help you better!
My personal email if you want to contact: wilhelmlk01@gmail.com or wilegonzerlkiefer@hotmail.com
I mentioned about my project , Myo-tensioner adaptor ( for Raptor variants and Talon Hand, ) in G+ several weeks ago. The slot-in shoe problem solved and on my final test stage now .
I'm currently using a simple oscillating program to make it open and close the hand every 5 second, with a small bottle of mineral water as load. It passed 8,000+++ cycle test so far, and counting .
I need someone who can help me to write arduino sketch for my adaptor project , I'm learning Arduino now , and I'm too slow, especially with grip power feedback.
I can design all schematics including EMG sensor, and also make prototype PCB etc, just that the code slow me down quite a lot.
Please let me know if anyone here can help me to write a program , I can provide detail, and I'm thinking of a small arduino i saw in kickstarter which using ATTany85, or maybe I can use ATTiny44 for more IO, and I'm thinking of make a batch of PCB and all parts kits to supply E-Nable volunteers , I also try to keep the cost as low as possible ( at cost , just for E-Nable volunteer only.)
Thanks !
Hi Chee Guan!
hello Chen!
My name is Wilhelm Lucena Kiefer and I can help you with the drafting question because your project so far is very similar to my project of Conclusion Work at the Pontifical Catholic University of Minas Gerais - Brazil. I have a person responsible for programming the arduino for our group, but I do not have enough information so far to carry out our modular e-NABLE project with the mechanical part and the electronics part, because I do not yet know the information about the type of motor, the stepper motor that will be driven by the microphone. This will send the signal to the arduino and it will generate the command to open and close the hand. But in my case, the amputee that will receive the prosthesis does not have a functional pulse, but part of the forearm and by the analysis of the site I will have to use an arm, will your project be adaptable for Team Unlimbited Arm. electronic design is enough to meet the demands of ours, I can ask our fellow Course Concluding Staff to program the arduino for you! I would very much like you to assist us in how you have done your electronic project so far to be able to help you better!
My personal email if you want to contact: wilhelmlk01@gmail.com or wilegonzerlkiefer@hotmail.com
Who is online
Users browsing this forum: No registered users and 0 guests