UGreen Selfie Stick Tripod with Bluetooth Remote - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGreen Selfie Stick Tripod with Bluetooth Remote

SKU: LP586-15062
R 728.09
In Stock

Extends to 160 cm for group shots | Folds to just 32 cm for easy carry | Bluetooth remote for hands-free shooting | Compatible with phones, cameras, and GoPro | Lightweight at only 374 g

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Extends to 160 cm for group shots | Folds to just 32 cm for easy carry | Bluetooth remote for hands-free shooting | Compatible with phones, cameras, and GoPro | Lightweight at only 374 g

The UGREEN Selfie Stick Tripod with Bluetooth Remote is built for anyone who wants more from their phone photography — whether you're capturing group moments on a day out or setting up a steady hands-free shot. The telescopic pole extends to 160 cm, giving you the height and reach to frame wider scenes, while the integrated tripod base with a larger stand and non-slip pads keeps everything stable on flat surfaces. The rotatable phone holder adjusts 360° horizontally and 200° vertically, so you can dial in your angle with precision. When you're done, the whole unit folds down to a compact 32 cm and weighs just 374 g — easy to slip into a bag without a second thought. The included Bluetooth remote lets you trigger the shutter without touching your device, and the clamp fits phones from 4 to 7.2 inches as well as cameras and GoPro action cams. Built from aluminium alloy, PC, ABS, and non-slip silicone, it feels solid without adding bulk.

Features

  • Extends to 160 cm; folds down to 32 cm for compact storage and easy transport
  • Integrated tripod base with larger stand and non-slip pads for stable hands-free use
  • Rotatable phone holder with 360° horizontal and 200° vertical adjustment
  • Bluetooth remote for hands-free shutter control
  • Compatible with smartphones (4–7.2 inch), cameras, and GoPro action cams
  • Lightweight aluminium alloy and PC/ABS construction — weighs only 374g
  • Non-slip silicone grip for comfortable handheld use

Specifications

  • Accessory Type: Selfie Stick / Tripod with Bluetooth Remote
  • Compatible With:
    • Cell Phone (4-7.2 inch devices)
    • Camera
    • GoPro
  • Colour: Black
  • Warranty: 24 months
  • Product Weight: 374g

What's in the Box

  • UGreen Selfie Stick Tripod with Bluetooth Remote x1
Brand UGREEN
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 months
0.0
0 reviews
Login to Review

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

Related Products

UGREEN FineTrack Mini Smart Finder for Apple Devices
Ugreen

UGREEN FineTrack Mini Smart Finder for Apple Devices

R 416.63

Only 1 left - order soon!

UGREEN Smart Finder Tag Tracker - Android
Ugreen

UGREEN Smart Finder Tag Tracker - Android

R 478.92

In Stock

UGREEN Smart Bluetooth Tracker for Android and iOS
Ugreen

UGREEN Smart Bluetooth Tracker for Android and iOS

R 312.81

In Stock

Xiaomi Tag Bluetooth Smart Tracker White – (4 Pack)
Xiaomi

Xiaomi Tag Bluetooth Smart Tracker White – (4 Pack)

R 1 247.20

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!