BIKE LIGHT TIROSS 2212 ESITULI USB 300lm

The photographs are for illustrative purposes only.
Get AI analytics on product Tiross 2212 Bike Front Light USB 300 lm:
21.15€/pc.
Ex Tax: 17.06€/pc.
Tiross
0 reviews
In stock
Product Code: 000-430726ASP
Qty
One click order
Tags:
Product sizes4,00 x 9,00 x 10,00 cm
Package dimensions4,00 x 13,00 x 20,00 cm
Gross weight0,130 kg
Net weight0,145 kg

Tiross 2212 compact USB front bicycle lamp — 300 lm

USB-powered front bike light delivering up to 300 lm in a compact, lightweight design. Ideal for commuters and cyclists seeking a practical lighting solution — see SityPro for price, features, benefits and to buy.

Key Benefits


    Bright 300 lm output for improved visibility
  • USB power interface for easy charging with chargers or power banks
  • Lightweight — net weight 0.13 kg minimizes added load
  • Compact dimensions (4.00 x 9.00 x 10.00 cm) for easy mounting and storage
  • Neatly packaged (4.00 x 13.00 x 20.00 cm), convenient for gifting or transport

Applications

Designed for front illumination on bicycles; suitable for multiple riding applications.


    Urban commuting at dawn or dusk
  • Evening recreational cycling
  • Road safety for night-time rides
  • Short excursions where USB charging is available
  • General front illumination on bicycles

What to Consider When Choosing


    Confirm the 300 lm brightness meets your visibility needs
  1. Check USB power/charging compatibility with your chargers or power bank
  2. Evaluate weight (0.13 kg net) for overall bike load
  3. Ensure the compact dimensions fit your handlebar mount or bracket

Specifications


    Model: Tiross 2212 (bike front light)
  • Output: 300 lm
  • Power: USB
  • Net weight: 0.13 kg
  • Total weight: 0.15 kg
  • Product dimensions: 4.00 x 9.00 x 10.00 cm
  • Package dimensions: 4.00 x 13.00 x 20.00 cm

Why Buy from SityPro


    Clear online listings to compare price and features before you buy
  • Convenient ordering and secure payment options
  • Fast delivery across Estonia
  • Delivery available to Finland
  • Customer support for questions about application and benefits

Description provided by sitypro.com

BIKE LIGHT TIROSS 2212 ESITULI USB 300lm
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Tiross 2212 Bike Front Light USB 300 lm

What is the BIKE LIGHT TIROSS 2212 FRONT LIGHT USB 300lm and what is it used for?

BIKE LIGHT TIROSS 2212 FRONT LIGHT USB 300lm is a compact USB-rechargeable front bicycle lamp with 300 lm output, 0.13 kg net weight and dimensions 4 x 9 x 10 cm. It’s designed for urban commuting, evening rides and wet or low-light conditions to improve rider visibility.

What are the dimensions and weight of the TIROSS 2212 front light?

The TIROSS 2212 front light measures 4.00 x 9.00 x 10.00 cm and has a net weight of 0.13 kg. The package dimensions are 4.00 x 13.00 x 20.00 cm for easy storage and transport.

How bright is the light and is 300 lm enough for city riding?

The lamp outputs 300 lm, which is sufficient for improved visibility in urban environments and for illuminating the road ahead during evening commutes. 300 lm is ideal for commuters and leisure rides; high-speed or off-road use may call for a more powerful lamp.

How do I charge the TIROSS 2212 and how long does charging take?

Charge the TIROSS 2212 via its USB interface from a standard USB port or a power bank. The product states USB charging is supported; exact charging time depends on the power source and the lamp’s battery capacity.

Is the TIROSS 2212 compatible with different handlebars and mounts?

Yes — the light’s compact size and light weight allow easy mounting to most modern bicycle handlebars and mounts. For unusual tube diameters you may need a universal bracket or adapter.

Can I use the TIROSS 2212 as a backup or secondary light on long rides?

Yes — its USB charging and compact design make the TIROSS 2212 suitable as a backup or secondary light. For long night rides bring a spare power bank to recharge when needed.

What is the lamp housing made of and how do I care for it?

The description notes a compact lightweight housing but does not specify the exact material. Wipe the housing with a soft dry or slightly damp cloth and avoid prolonged water immersion.

Does the TIROSS 2212 have different lighting modes and what are they?

The description specifies a 300 lm brightness but does not list modes (flash, eco, etc.). Check the manufacturer’s technical sheet or product details for the exact modes supported.

Is the TIROSS 2212 suitable for riding in rain and wet weather?

The product notes usage in rainy or overcast weather to improve visibility, indicating suitability for wet conditions. No exact IP rating is provided, so avoid prolonged immersion in water.

How does the TIROSS 2212 differ from other pocket bike lights?

The TIROSS 2212 combines compact dimensions (4 x 9 x 10 cm), low net weight (0.13 kg), USB charging and a 300 lm output, making it practical for commuters and everyday use. It removes reliance on disposable batteries and is easy to mount.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');