TS100 Soldering Iron (2024)

${ stockHtml }

${ hit.product_title }${ hit.variant_title ? (" – " + hit.variant_title) : "" }:

${ hit.description_first_paragraph }

` return $(resultHtml) } const searchResultCallback = (hits, facets, count) => { debug("> search result callback", hits, facets, count) $("#search .load-more-results").toggle(hits.page < hits.nbPages - 1) $("#search .product-count").text(hits.nbHits + " results") // if first page then remove current search results or dummy items if(hits.page == 0) { $("#search .results a, #search .results article").remove() } if(hits.hits.length > 0) { $("#search .no-results").hide() let html = "" for(let hit of hits.hits) { $("#search .results").append(createSearchResultFull(hit)) } }else{ if(searchSearcher.inStockOnly) {$("#search .no-results .message").html("It's possible we have something that matches that isn't in stock. Include out of stock products.")} for(let i = 0; i < 16; i++) { $("#search .results").append($(`

`)) } $("#search .no-results").show() } // update filter lists $("#search .filters").find("section").each((i, e) => { buildFilters($("#search"), searchSearcher, $(e).data("type"), facets, count) }) updateRatings() updatePrices() updateBadges() } var searchSearcher = new Searcher([], searchResultCallback) searchSearcher.permanentFilters = true var searchLanding = window.location.pathname == "/search" var previousUrl = null var lastQuery = "" const queryInput = (query) => { if(!searchLanding) { if(!lastQuery && query) { debug("> start search, store current url state", document.location.href) previousUrl = document.location.href $("#search").show() $("#content").hide() } if(lastQuery && !query) { debug("> end search, return to previous url state", previousUrl) history.replaceState(null, window.title, previousUrl) $("#search").hide() $("#content").show() } if(query) { searchSearcher.queryText = query updateSearch() } lastQuery = query }else{ searchSearcher.queryText = query updateSearch() } } $(function() { if(window.location.pathname == "/search") { $("#search").show() $("#content").hide() searchSearcher.queryText = urlGet("q", "") $("#search_input_desktop").val(searchSearcher.queryText) $("#search_input_mobile").val(searchSearcher.queryText) $("#search .filters").find("section").each((i, e) => { searchSearcher.filters[$(e).data("type")] = urlGet($(e).data("type")) }) if(urlGet("stock")) { $("#search .in-stock-only").prop("checked", true) searchSearcher.inStockOnly = true } if(urlGet("retired")) { $("#search .include-retired").prop("checked", true) searchSearcher.inStockOnly = true } if(urlGet("sort")) { $("#search .sort-by").val(urlGet("sort")) searchSearcher.sort = urlGet("sort") } if(urlGet("page")) { searchSearcher.preloadPageCount = parseInt(urlGet("page")) } searchSearcher.pageSize = get("searchPageSize", 32) $("#search .per-page").val(get("searchPageSize", 32)) searchSearcher.doSearch() } }) // trigger new search and update url const updateSearch = (page = 1) => { searchSearcher.page = page searchSearcher.doSearch() let parameters = [] if(searchSearcher.queryText) {parameters.push(`q=${searchSearcher.queryText}`)} for(let filter of Object.keys(searchSearcher.filters)) { if(searchSearcher.filters[filter]) { parameters.push(`${filter}=${searchSearcher.filters[filter]}`) } } if(searchSearcher.page != 1) {parameters.push(`page=${searchSearcher.page}`)} if(searchSearcher.sort) {parameters.push(`sort=${searchSearcher.sort}`)} if(searchSearcher.inStockOnly) {parameters.push(`stock=true`)} if(searchSearcher.includeRetired) {parameters.push(`retired=true`)} let queryString = parameters.length > 0 ? "?" + parameters.join("&") : "" history.replaceState(null, window.title, "/search" + queryString) } const showOutOfStock = () => { $("#search .in-stock-only").prop("checked", false) searchSearcher.inStockOnly = false updateSearch() } const showRetired = () => { $("#search .include-retired").prop("checked", true) searchSearcher.includeRetired = false updateSearch() } $("#search_input_desktop").on("input", (e) => { // desktop search input searchSearcher.queryText = $("#search_input_desktop").val().trim() $("#search_input_mobile").val(searchSearcher.queryText) queryInput(searchSearcher.queryText) }) $("#search_input_mobile").on("input", (e) => { // mobile search input searchSearcher.queryText = $("#search_input_mobile").val().trim() $("#search_input_desktop").val(searchSearcher.queryText) queryInput(searchSearcher.queryText) }) $("#search .filters >section ul").click((e) => { // click filter searchSearcher.filters[$(e.target).closest("section").data("type")] = $(e.target).hasClass("active") ? null : $(e.target).data("value") updateSearch() }) $("#search .per-page").change((e) => { // items per page set("searchPageSize", parseInt($(e.target).val())) updateSearch() }) $("#search .sort-by").change((e) => { // sort searchSearcher.sort = $(e.target).val() updateSearch() }) $("#search .in-stock-only").change((e) => { // in stock only searchSearcher.inStockOnly = $(e.target).prop("checked") updateSearch() }) $("#search .include-retired").change((e) => { // in stock only searchSearcher.includeRetired = $(e.target).prop("checked") updateSearch() }) $("#search .load-more-results").click(() => { // load more results updateSearch(searchSearcher.page + 1) })

TS100 Soldering Iron (1)

A compact, super lightweight 65W smart soldering iron with precise temperature control and open-source firmware.

The budget friendly TS100 has become a firm favourite in the maker community - it's perfect for a first soldering iron or if you're looking to swap your old iron for a shiny new temperature controlled model. It's lightweight, suitable for a variety of hand sizes and great for manoeuvring around pins and into tricky crevices. There's anOLED display and buttons built into the handle so that you can easily make adjustments to the temperature, plus an auto sleep mode and built in overheat detection. You can connect it to a computer with a micro USB cable if you want to tinker with the firmware.

It comes with a B2 (pencil shaped) tip - we also sell replacement TS100 tips in a variety of sizes.

The TS100 doesn't ship with a power adaptor/cable - you'll need a 12-24V supply with a 5.5mm barrel jack (old laptop/netbook power supplies are ideal). Using a 24V power supply will get you access to that sweet 65W, letting your soldering iron get up to temperature in around 11 seconds. Wowzers!

Alternatively, if you'd like to upgrade your TS100 so it can be powered with PD-capable USB-C power supplies and power banks check out the TS100 Flex-C-Friend made by our pal Brian.

Specifications

  • STM32 microcontroller, programmable via micro USB (USB cable not included).
  • Dual temperature sensors
  • OLED screen
  • DC5525 barrel jack connector for power (12-24V, 5.5mm outer diameter, 2.5mm inner diameter, centre positive).
  • Power - 65W (with a 24V power supply)
  • Temperature stability - ±2%
  • Soldering tip resistance to GND - <2Ω
  • Temperature Range - 100℃ - 400℃(max)
  • Max operation ambient temperature - 40°C
  • Control part: length 96mm, Diameter: 16.5mm
  • Heating part: Length: 72+33mm, Diameter: 5.5mm
  • Weight: 33g
  • Compliant with EU certification: CE FCC

Includes

  • 1 x TS100 Body
  • 1 x B2 Tip
  • 1 x allen key
  • 2 x spare screws
  • Instruction manual
` let whenHTML = `

${moment(hit.date, "X").fromNow()}

` let sourceHTML = "" let reviewerImageHTML = "" if(hit.source == "gcr") { sourceHTML = `about shopping with us via Google Customer Reviews` } else { if(hit.reviewer.first_name) { sourceHTML += `by ${hit.reviewer.first_name} ` reviewerImageHTML = `TS100 Soldering Iron (2)` } if(hit.product) { sourceHTML += `about ${hit.product.title} ` sourceHTML += `via REVIEWS.io` let image = hit.product.image if(image) { let dotIndex = image.lastIndexOf(".") image = image.substring(0, dotIndex) + "_75x75" + image.substring(dotIndex) } productImageHTML = `TS100 Soldering Iron (3)` } } let html = `
${whenHTML} ${commentHTML} ${reviewerImageHTML} ${sourceHTML}
` let reviewElement = $(html) $("#review_container").append(reviewElement) reviewElement.click((e) => { $("#review_popup >div:first-child").html(html) $("#review_popup").parent().show() updateRatings() }) } updateRatings() }) } const loadNextReviewPage = () => { reviewsCurrentPage++ loadReviewPage(reviewsCurrentPage) } $(function() { loadReviewPage(0) })

` $("#user_photos .grid").append($(html)) } } $("#user_photo_count").text(userPhotoCount + " user photo" + (userPhotoCount > 1 ? "s" : "")) }) } const loadNextUserPhotoPage = () => { currentPage++ loadUserPhotosPage(currentPage) } $(function() { loadUserPhotosPage(0) })

We no longer stock this product

It's sad to say goodbye but sometimes we have to retire products to make way for new things.

You may still be able to buy this product directly from our friends at Generic - check out their website!

Check out these products that may be a suitable alternative:

  • TS100 Soldering Iron (4)

    TS101 Smart Soldering Iron (USB-C or DC Power Input) – A compact, super lightweight soldering iron with precise temperature control. It's gottwo power inputs so can be poweredvia USB-C (PD 3.0 / 3.1) or DC barrel jack.

Shop with confidence – we've been serving the hobbyist electronics, Maker, and retro gaming communities since 2012.

  • Satisfaction or refund guarantee
  • Worldwide shipping via mail or courier
  • 53,000+ customer reviews
  • Secure website and payments

${hit.title}

${hit.summary}

`)) } $("#guide_and_tutorials").show() }) })

TS100 Soldering Iron (2024)

References

Top Articles
Latest Posts
Article information

Author: Velia Krajcik

Last Updated:

Views: 6431

Rating: 4.3 / 5 (74 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Velia Krajcik

Birthday: 1996-07-27

Address: 520 Balistreri Mount, South Armand, OR 60528

Phone: +466880739437

Job: Future Retail Associate

Hobby: Polo, Scouting, Worldbuilding, Cosplaying, Photography, Rowing, Nordic skating

Introduction: My name is Velia Krajcik, I am a handsome, clean, lucky, gleaming, magnificent, proud, glorious person who loves writing and wants to share my knowledge and understanding with you.