<?xml version="1.0" encoding="UTF-8"?>
<!--Generated at Sun, 19 Apr 2026 11:06:58 +0200-->
<rss version="2.0">
 <channel>
  <title>[elecena] Tri-Color USB Controlled Tower Light with Buzzer - zmiany ceny</title>
  <description>With this Tri-Color USB Controlled Tower Light with Buzzer, you can easily monitor and alert humanoids as to the status of a project, machine, or even if the bathroom is occupied!
Unlike our other tower lights, no wiring or microcontroller programming is required. It's completely plug-and-play for use with any computer that has a USB port, even a Raspberry Pi SBC - so we recommend it when you just want to get something running and don't want to noodle around with 12V power plugs and transistors. It's also got a great adjustable-angle body and three mounting holes on the base for easy installation.
The tower light is powered and controlled over USB, so just plug it right in. Inside is a microcontroller connected over a CH43x USB-to-UART chip, so you'll need to install a CH43x driver for the COM/Serial port to show up.
Once the serial port is created, connect to it over 9600 baud and send command codes to turn on and off the red, yellow and green LEDs and enable/disable the buzzer. There's also a blink command, so you don't have to continuously turn on/off the LED to have a pulsing/blinking effect. See below for an example Python script that will toggle everything on/off to test.
Technical Details

Dimensions:

* Overall length: 25.4cm / 10&quot;

* Lamp diameter: 4.8cm / 1.8&quot;

* Lamp base diameter: ~9cm / 3.5&quot;

* USB cable length: 1.3m / ~50&quot;

Python code example to control the lamp over USB
&quot;&quot;&quot;
Example for Adafruit USB tower light w/alarm
don't forge to `pip install pyserial` or `pip3 install pyserial`
&quot;&quot;&quot;

import serial
import time

serialPort = 'COM57' # Change to the serial/COM port of the tower light
#serialPort = '/dev/USBserial0' # on mac/linux, it will be a /dev path
baudRate = 9600

REDON = 0x11
REDOFF = 0x21
REDBLINK = 0x41

YELLOWON= 0x12
YELLOWOFF = 0x22
YELLOWBLINK = 0x42

GREENON = 0x14
GREENOFF = 0x24
GREENBLINK = 0x44

BUZZERON = 0x18
BUZZEROFF = 0x28
BUZZERBLINK = 0x48

def sendCommand(serialport, cmd):

serialport.write(bytes([cmd]))

if name == 'main':

mSerial = serial.Serial(serialPort, baudRate)

# Clean up any old state

sendCommand(mSerial, BUZZEROFF)

sendCommand(mSerial, REDOFF)

sendCommand(mSerial, YELLOWOFF)

sendCommand(mSerial, GREENOFF)

# turn on each LED set in order

sendCommand(mSerial, REDON)

time.sleep(0.5)

sendCommand(mSerial, REDOFF)

sendCommand(mSerial, YELLOWON)

time.sleep(0.5)

sendCommand(mSerial, YELLOWOFF)

sendCommand(mSerial, GREENON)

time.sleep(0.5)

sendCommand(mSerial, GREENOFF)

# beep!

sendCommand(mSerial, BUZZERON)

time.sleep(0.1)

sendCommand(mSerial, BUZZEROFF)

# Use the built-in blink modes

sendCommand(mSerial, REDBLINK)

time.sleep(3)

sendCommand(mSerial, REDOFF)

sendCommand(mSerial, YELLOWBLINK)

time.sleep(3)

sendCommand(mSerial, YELLOWOFF)

sendCommand(mSerial, GREENBLINK)

time.sleep(3)

sendCommand(mSerial, GREENOFF)

# Please be kind, re-wind!

sendCommand(mSerial, BUZZEROFF)

sendCommand(mSerial, REDOFF)

sendCommand(mSerial, YELLOWOFF)

sendCommand(mSerial, GREENOFF)

mSerial.close()</description>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 61.20 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2023-03-07</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 62.25 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2023-12-27</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 74.70 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2024-09-19</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 59.76 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2024-11-29</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 74.70 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2024-11-30</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 76.40 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2025-04-09</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 90.00 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2025-08-05</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 76.50 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2025-09-27</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 61.20 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2025-11-28</pubDate>
  </item>
  <item>
   <title>Tri-Color USB Controlled Tower Light with Buzzer - 76.50 GBP</title>
   <link>https://elecena.pl/product/22723980/tri-color-usb-controlled-tower-light-with-buzzer</link>
   <pubDate>2025-11-29</pubDate>
  </item>
 </channel>
</rss>
