<?xml version="1.0" encoding="UTF-8"?>
<!--Generated at Sun, 19 Apr 2026 03:01:03 +0200-->
<rss version="2.0">
 <channel>
  <title>[elecena] RGB LED for micro:bit - zmiany ceny</title>
  <description>The MonkMakes RGB LED for micro:bit provides a colorful add-on to your micro:bit. Connect it up with alligator clips and then use the three outputs of your micro:bit to control the red, green and blue channels to mix up any color of light you want.
Features

* Easy to connect

* Powered directly from micro:bit pins

* Useful for teaching color mixing.

Getting Started
Connecting to your micro:bit
Connect the RGB LED to the micro:bit as shown below. When attaching the alligator clips to the micro:bit, make sure that the clips are perpendicular to the board so that they are not touching any of the neighbouring connectors on the micro:bit edge connector.

JavaScript Blocks Editor
Traffic Signal Example
Click on the example below to open the code in the JavaScript Blocks Editor. Once its running on your micro:bit it will cycle through the colors of a traffic signal.

MicroPython
TRAFFIC SIGNAL EXAMPLE
Paste the following code into the Python window and then Download the file and copy it onto your your micro:bit
from microbit import *

def setrgb(red, green, blue):
pin0.writeanalog(red)
pin1.writeanalog(green)
pin2.writeanalog(blue)

while True:
setrgb(255, 0, 0)
sleep(4000)
setrgb(800, 100, 0)
sleep(1000)
setrgb(0, 1023, 0)
sleep(5000)
setrgb(800, 100, 0)
sleep(1000)</description>
  <item>
   <title>RGB LED for micro:bit - 2.88 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2023-03-07</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 3.00 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2023-12-27</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 3.60 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2024-09-19</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 2.88 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2024-11-29</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 3.60 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2024-11-30</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 2.88 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2025-11-28</pubDate>
  </item>
  <item>
   <title>RGB LED for micro:bit - 3.60 GBP</title>
   <link>https://elecena.pl/product/22715667/rgb-led-for-micro-bit</link>
   <pubDate>2025-11-29</pubDate>
  </item>
 </channel>
</rss>
