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 01: Hot Tool Teardown -- Episode 281
  • 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: pchan
  • Date Created: 16 Mar 2017 9:15 PM Date Created
  • Last Updated Last Updated: 10 Mar 2017 8:24 AM
  • Views 1759 views
  • Likes 5 likes
  • Comments 9 comments
Related
Recommended

Super Glue Gun 01: Hot Tool Teardown -- Episode 281

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
Featured Bonus Content
See All Episodes

 

 

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

The Ben Heck Team re-imagines one of Ben Heck's favorite tools, the glue gun to being work on a prototype for a super glue gun. They get started by tearing apart a bunch of glue guns to find the one that is closest to the one they want to build. The plan is to find one that's closest to the one they want to use that as their inspiration.

 

Ben and Felix tear down a bunch of glue guns to look for a heating element that's close to what they want. The blue gun Felix takes apart is fixed temperature while the red gun that Ben takes apart is dual temperature.  They hook up a multimeter to get the resistance of the coil and figure out how much current it will draw using Ohm's law.  They're looking for one winding where they can pulse it to change the temperature.  Down the road they're hoping to find self-contained heating elements.

There are two coils in the glue gun.  If you pass the current through both of them there's more resistance which means it uses less current which means its cooler. If you flip the switch and bypass one of them current flows through just one which makes it hotter. Because AC voltage can vary a few volts by geographic location they hook it up to a Kill a Watt to double check the math on the voltage.  The Kill a Watt tells you how much energy whatever is plugged in is consuming.

Ben finds a glue gun close to the one they want to build.  There's only a single winding so one pair of wires that go to the heater block and then there's another pair of wires going into the thermistor. The temperature control is done with a potentiometer which is close to what they want to do. It contains a BT135-600 glass passivated triac.  The triac is the most commonly used semiconductor device for switching and power control of AC systems.  The triac can be switched on by either a positive or negative gate pulse regardless of the polarity of the AC supply at that time.

They go to work figuring out how to control it with a DC logic circuit.  Felix suggests that they use the optocoupler for that.  An optocoupler is an opto-emitter and opto-detector in a single package. The next step is to rig up a test circuit. They electrically isolate the DC from the AC to check if the circuit is correct.

They draw a Super Glue Gun Block Diagram to map out how everything is going to work. The diagram includes an MCU, 120 Volts coming into an AC transformer, a bridge rectifier, and a regulator. On the inside of the microcontroller Ben draws what kind of port they need: the IO, the motor control, and what they need for the zero crossing detector.  Zero crossings are points where the AC wave form hits zero volts.

During thermistor testing Ben logs glue gun test on high (300 F) then hits it with the fan and drops it down to 190 and then heats it back up to what is assumed to be the low setting (230 F). He gets thermistor readings for each setting.  He lets the glue cool down to room temperature before getting another reading from the Thermistor before figuring out what the range is.  A thermistor changes resistance based on temperature. By using smaller pull down resistors they get a wider range on the ADC (analog to digital convertor).

  • hack
  • super_glue_gun
  • episode 281: super glue gun 01: hot tool teardown
  • questions_communityfeedback
  • hot_tool_teardown
  • heck
  • ben
  • tbhs_ep
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
Parents
  • mr_widget
    mr_widget over 8 years ago

    Hey, gang.  About thermistors... I created a very nifty Excel spreadsheet which you guys might find useful for the future.  Typically, my designs use 25C NTC thermistors as ambient temp sensors for oven controllers, while I use a K thermocouple for the thermal enclosure.  I was struck by the non-linearity of the thermistors and created the spreadsheet to help calculate correction factors for Arduino controllers converting the ADC value to a calculated ambient temp.  The map() function is not sufficient as it assumes a linear relationship between the measured voltage and ambient temperature.

     

    J.R. Stoner

     

    P.S.  If you email me with a sandbox email address I can send you what I have (there are no macros in it, so no worries image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • mr_widget
    mr_widget over 8 years ago

    Hey, gang.  About thermistors... I created a very nifty Excel spreadsheet which you guys might find useful for the future.  Typically, my designs use 25C NTC thermistors as ambient temp sensors for oven controllers, while I use a K thermocouple for the thermal enclosure.  I was struck by the non-linearity of the thermistors and created the spreadsheet to help calculate correction factors for Arduino controllers converting the ADC value to a calculated ambient temp.  The map() function is not sufficient as it assumes a linear relationship between the measured voltage and ambient temperature.

     

    J.R. Stoner

     

    P.S.  If you email me with a sandbox email address I can send you what I have (there are no macros in it, so no worries image

    • Cancel
    • Vote Up 0 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