Niimbot D101 Portable Thermal Label Printer - NIIMBOT | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
NIIMBOT

Niimbot D101 Portable Thermal Label Printer

SKU: D101
R 479.00 R 1 199.00
You save R 720.00 (60%)
In Stock
You save R 720.00 (60% off)

Print labels quickly and easily with the Niimbot D101 Portable Bluetooth Thermal Label Printer. The D101 allows you to easily print text, barcodes, QR codes, tables, images, scans, serial numbers and figures onto thermal labels. This lightweight and portable label printer uses a thermal printing...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Print labels quickly and easily with the Niimbot D101 Portable Bluetooth Thermal Label Printer. The D101 allows you to easily print text, barcodes, QR codes, tables, images, scans, serial numbers and figures onto thermal labels. This lightweight and portable label printer uses a thermal printing method to create clear and crisp labels. It is only compatible with thermal labels specifically designed for the D101 and allows for wider label printing at 24mm. It uses a 1200mAh lithium battery for extended portable usage and can connect to devices via Bluetooth. The Niimbot D101 Portable Bluetooth Label Printer connects directly to your Android or iOS device with the free Niimbot design app where you can create your data for instant thermal label printing on the go.

FEATURES:

  • Thermal Printing Method
  • 203 DPI Resolution
  • Bluetooth Connectivity
  • 1200mAh Lithium Battery
  • iOS and Android Compatible
  • Lightweight and Portable Design

SPECIFICATIONS:

  • Printing Method: Thermal Printing
  • Printing Speed: 30-60mm/s
  • Resolution: 203 dpi
  • Effective printing width: 24mm
  • Paper width: 27mm (Max)
  • Paper Type: Thermal Paper
  • Interface: Bluetooth
  • Data Transfer: Wireless
  • Battery capacity: 1200mAh
  • Power Supply: Lithium Battery
  • Supported Languages: English, Chinese, Japanese, Korean & other
  • Operating System: Free APP download called Niimbot compatible with iOS and Android
  • Colour: White
  • Product Dimensions: 13 x 8 x 4.7 cm
  • Product Weight: 240g

WHAT’S IN THE BOX:

  • Niimbot D101 Portable Bluetooth Thermal Label Printer – White x1
  • Free Label Tape Roll (12x40mm) x1
  • USB Charging Cable x1
  • User Manual x1
Brand NIIMBOT
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

-67%
Niimbot D11 Portable Thermal Label Printer BK
NIIMBOT

Niimbot D11 Portable Thermal Label Printer BK

R 329.00 R 999.00

Save R 670.00

In Stock

-68%
Niimbot D11 Portable Thermal Label Printer PK
NIIMBOT

Niimbot D11 Portable Thermal Label Printer PK

R 319.00 R 999.00

Save R 680.00

In Stock

-68%
Niimbot D11 Portable Thermal Label Printer - Green
NIIMBOT

Niimbot D11 Portable Thermal Label Printer - Green

R 319.00 R 999.00

Save R 680.00

In Stock

-68%
Niimbot D11 Portable Thermal Label Printer WH
NIIMBOT

Niimbot D11 Portable Thermal Label Printer WH

R 319.00 R 999.00

Save R 680.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!