element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Ben Heck Featured Content
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • Ben Heck Featured Content
  • More
  • Cancel
Ben Heck Featured Content
Documents Super Glue Gun 08: Integrating All Mechs -- Episode 310
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Ben Heck Featured Content to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 23 Jul 2017 12:46 AM Date Created
  • Last Updated Last Updated: 29 Sep 2017 7:24 AM
  • Views 2494 views
  • Likes 5 likes
  • Comments 14 comments
Related
Recommended

Super Glue Gun 08: Integrating All Mechs -- Episode 310

image

element14's The Ben Heck Show

Join the Ben Heck team every week for amazing hacks! Watch them build and mod community-inspired projects using electronics!

Back to The Ben Heck Show homepage image

Super Glue Gun
Community Feedback
See All Episodes

 

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Previously, the team added the mechanism for the auto stand using a metal wire stand and a guitar string acting as a cable. The cable is actuated by a servo and utilizes a servo library for the Atmel ATTiny20 Microcontroller they are using.  Now they need to find a capacitive touch sensor library, possibly Qtouch from Atmel, to allow the auto stand to retract when your finger touches the trigger.

 

 

Ben goes to work on Autodesk Fusion 360 to design the parts he’ll need for 3D printing.  He filets the edges to form a round enclosure for the magnet and makes room for the capacitive touching piece.  After he’s printed the two piece he’s ready to build an autostand mock up.

He builds the mockup on top of an existing mock-up and puts it on the glue gun mech for testing before they do a redesign of the case. He flips the barrel around so that the hot block is at the top and gives them more room for their stand. He needs to use a spacer on it because the stand has an extremity that needs to be clear of the heater barrel. This requires hot gluing together the hot glue gun. When he’s done he got a proof of concept that he can use before they redesign the top half of the glue gun.

While Ben is working, Felix is researching the Qtouch library, a proprietary library for Atmel microcontrollers, for use with the touch sensor. Ben’s already printed out the holo trigger and put the magnet in place. The sensor will go on the front with the wire coming out the back.  They’ll glue it together and put in the spring.  After they know the magnets correct orientation they can proceed with placing metal along with wires and use it as the touch sensor.

As it turns out the Atmel Qtouch library supported almost every ATTINY except the one they selected.  Ben and Felix turn to github where they find a library they can possibly use called tiny touch. It’s got an entire Atmel solution file attached to it, as well as, schematics that they can use with their Atmel microcontroller. The user even uses some machine language to do the timing for the neopixels. This allows you to know exactly how many cycles are executed. The code they are looking at works much like the official Qtouch libraries, but with a smaller code footprint.

After modifying code, Ben puts the prototype back together, and looks for the max resolution on his ADCs so he can get a detailed temperature reading from the glue gun.  He’s got a pair of 100K resistors in parallel to cut the resistance down to 50K, the value they want. Ben performs a soldering trick, heating up the wire just enough to cause plastic to contract. He uses a Rohde & Schwarz oscilloscope to double check the signals are in harmony.  He puts the case together, and modifies the code so that instead of blinking an LED when you touch the trigger, it changes the servo to its two different states, to retract and extend the stand.

 

Disclaimer

  • hack
  • super_glue_gun
  • heck
  • ben
  • tbhs_ep
  • episode 310: super glue gun 08: integrating all mechs
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • DAB
    DAB over 7 years ago +2
    Nice episode. Have you considered adding a couple of LED's near the output nozzle to illuminate the area where you apply the glue? DAB
  • makerkaren
    makerkaren over 7 years ago in reply to kingrahl +1
    Love your train of thought! Good idea with the cradle in place of the stand.
  • makerkaren
    makerkaren over 7 years ago in reply to beacon_dave +1
    It's not super stable right now, which I'm pretty concerned about. We're considering that we want to keep the nozzle as narrow as possible making it easier to get glue into tight spots. However, we want…
Parents
  • kingrahl
    kingrahl over 7 years ago

    Great job so far everyone.

     

    I was admiring the touch sensor tech you're using for the retraction of the stand and I thought, "Why in the trigger? Why not in the handle so it automatically folds when you pick it up?". Then I answered my own questions when I thought, "How's the stand supposed to fold down when you're still holding the handle, Dummy?". And of course, I kept thinking I could come up with a better solution. Such as a tilt sensor. But that would make it fold down when you went to use it on anything. I'm sure what you guys end up with will be great.

     

    I'm still a personal fan of using a cradle to put my gun on instead of using the fold out stand that comes on it. The right cradle also helps prevent oozing when used properly.

    If it's plugged into the wall for power you're pretty much at a table and would have the cradle there also.

    This "Automatic Stand" is still a great idea (imho), but probably only makes sense if it's all being battery powered. If battery power is going to be in the final design, I hope someone is designing a hip holster for it. Maybe with a bandolier of glue sticks. ???

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • makerkaren
    makerkaren over 7 years ago in reply to kingrahl

    Love your train of thought! Good idea with the cradle in place of the stand.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • makerkaren
    makerkaren over 7 years ago in reply to kingrahl

    Love your train of thought! Good idea with the cradle in place of the stand.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube