More From Contributor

£35.70
4tronix Bit: Bot Robot for BBC micro:bit/ Ultrasonic Sensors/ Pen Holders/ Grabber
- 4tronix Bit: Bot, The Bit: Bot Robot is a
...
Available
£43.63
4tronix-Bit-Bot-XL-Robot-for-BBC-micro-bit-with-Addressable-LEDs-4tronix-BBOTXL-P-Introducing-Bit Bot-XL-taking-the-much-loved-Bit Bot-to-the-next-level-There-are-several-changes-some-subtle-some-less-so-to-give-a-much-enhanced-experience-of-using-&-working-with-the-Bit Bot-P-P-The-Microsoft-Makecode-Extension-for-Bit-Bot-also-works-for-Bit Bot-XL-Go-to-the-Advanced-tab-or-the-Tools-gear-icon-&-select-Extensions-then-search-for-Bit Bot-It-can-automatically-detect-while-running-whic ...
Available
£15.24
4tronix-Bit-Commander-Game-Pad-for-BBC-micro-bit-4tronix-BITCOM-The-b-Bit-Commander-b-game-pad-is-a-great-accessory-for-the-b-BBC-micro-bit-b-With-the-device-you-can-power-&-experiment-with-the-micro-bit-plus-the-Bit-Commander-can-be-used-to-act-as-a-remote-control-for-another-micro-bit-device-such-as-a-Bit-Bot-or-act-as-a-self-contained-portable-no-wires-games-console-br-br-With-the-Bit-Commander-you-get-br-br-Battery-pack-3-x-AA-batteries-required-br-Edge-co ...
Available
£5.40
4tronix-Bit-Zero-Breakout-Board-for-BBC-micro-bit-4tronix-Bit-Zero-The-Bit-Zero-simple-inline-breakout-board-is-a-great-accessory-for-your-BBC-micro-bit-The-board-brings-out-all-pins-to-a-3-way-header-area-so-you-can-use-the-standard-ground-volts-signal-system-as-used-by-many-sensors-&-servos-quickly-&-easily-connecting-them-directly-br-br-The-pins-of-the-micro-bit-are-replicated-so-you-can-plug-the-unit-into-most-accessories-directly-As-an-added-bonus-the-edge-connector-is ...
Available
£21.60
4tronix Cube Bit Addressable RGB LEDs
- 4tronix CUBE3, Awesome is the best way to describe these magical RGB LED cube kits. The
...
Available
£90.00
4tronix Cube Bit Addressable RGB LEDs
- 4tronix CUBE5, Awesome is the best way to describe these magical RGB LED cube kits. The
...
Available
£11.86
4tronix-Cube-Bit-Addressable-RGB-LEDs-4tronix-CUBASE-This-is-a-great-base-for-your-Cube-Bit-allowing-easy-connection-of-power-&-signal-&-directly-pluggable-into-a-micro-Bit-or-Raspberry-Pi-Zero-br-br-The-base-has-been-especially-designed-to-accept-all-3-sizes-of-Cube-Bit-&-provide-a-simple-method-of-powering-them-br-br-Because-a-lot-of-LEDs-uses-a-lot-of-power-neither-the-micro-bit-nor-the-Raspberry-Pi-can-power-the-Cube-Bits-directly-This-base-plate-allows-you-to-con ...
Available
£4.64
4tronix Robo: Bit for BBC micro:bit & Accessories
- 4tronix RBITSON, When used with the Robo: Bit buggy the Ultrasonic Distance
...
Available
£38.40
4tronix-Initio-4WD-Robot-Platform-Inc-Motors-Gearboxes-&-Encoders-4tronix-Initio-p-The-b-Initio-b-is-an-easy-to-build-&-easy-to-use-4WD-robot-platform-designed-especially-for-use-with-the-b-Arduino-b-&-b-Raspberry-Pi-b-single-board-computers-This-extremely-flexible-platform-features-powerful-built-in-170-size-motors-with-high-quality-gearboxes-&-speed-encoders-on-each-side-Each-wheel-can-be-individually-decoupled-from-the-gearbox-so-you-can-run-the-robot-as-a-1WD-2W ...
Available
£9.05
4tronix-L298N-Dual-H-Bridge-Motor-Driver-Module-4tronix-L298N-A-dual-H-bridge-motor-driver-board-module-that-is-ideal-for-driving-the-b-Initio-b-robot-platform-even-fitting-the-mounting-points-br-br-Based-around-the-b-ST-L298N-b-dual-full-bridge-driver-this-module-has-all-the-features-&-performance-that-you-need-for-powering-your-devices-4tronix-L298N-Dual-H-Bridge-Motor-Driver-Module ...
Available

4tronix Cube:Bit 4x4x4 Addressable RGB LEDs

4tronix Cube Bit Addressable RGB LEDs - 4tronix CUBE4, Awesome is the best way to describe these magical RGB LED cube kits. The Cube:Bit can be assembled using just a screwdriver and within a few minutes you'll have created some stunning lighting and visual effects that you can use for a whole host of things, such as learning about coordinates in 2D and 3D, indications for sensory events from your SBC, decorative lighting, the possibilities are endless. The Cube:Bits are made out of pre-assembled slices that have neopixel LEDs on both sides, making a 4x4x4 matrix when assembled. Once assembly is done you have to use the Cube:Bit Base (available separately) to provide power and to connect a controller or to directly connect to a BBC micro:bit or Raspberry Pi Zero (full size Raspberry
Pi work fine of course, but don't fit directly without using an extension GPIO cable, or simply 3 female-female jumper cables for 5V, Gnd and GPIO18). With micro:bit we have written a special Makecode package (see below) that "knows" about the shape of all the cubes and can map from x, y, z coordinates directly to a pixel anywhere in the cube. Write to a whole plane of pixels at once, create a moving rainbow effect in only a few lines. With Raspberry Pi you can use any of the neopixel code already available to drive your Cube:Bit eg. Pimoroni, Adafruit or 4tronix neopixel products. MakeCode Package for 4tronix Cube:Bit Magical RGB Cubes of Awesome Helper routines for using the neopixels in the Cube:Bit range of Cubes Defining the Cube The first thing you should do is create a Cube
object with the required dimensions per side. Use the block: create cube:bit on pin0 with side <3/4/5/6/7/8> Then set the brightness to be used from 0 to 255. If this block is not used, then the brightness is set to 40. We strongly recommend keeping this at less than 100. All values sent to the LEDs after this command will be scaled down to fit in this maximum brightness level. set cube:bit brightness to <0...255> Using Cube:Bit Pixels Each pixel can be addressed by using the pixel ID which is a number from 0 to the number of pixels in the cube minus one. eg. a 3x3x3 cube has 27 pixels so the ID can be 0 to 26, 4x4x4 has 64 (ID 0 to 63) and 5x5x5 has 125 (ID 0 to 124) set pixel color at ID to The colour value is a number. There are some pre-define colours (eg. Red, Yellow,
etc) or you can put in a simple number, or you can define separate Red, Green and Blue values using the map colour block convert from red, green, blue If you want to specify the x, y, z position of the pixel then use the mapping block to create the pixel ID map from x y x Whenever changing the colour of pixels or clearing them, or rotating them, you will need to display the result afterwards. Use the show changes block for this show Cube:Bit changes You can also set a whole plane of pixels to the same colour. eg. set the top slice to blue, or the left side to green. Use the set plane block: set plan on axis <xy, xz, yz> to <colour> 4tronix Cube:Bit 4x4x4 Addressable RGB LEDs
Availability: In Stock
£48.00

Product Description

4tronix Cube Bit Addressable RGB LEDs
- 4tronix CUBE4, Awesome is the best way to describe these magical RGB LED cube kits. The Cube: Bit can be assembled using just a screwdriver & within a few minutes you'll have created some stunning lighting & visual effects that you can use for a whole host of things, such as learning about coordinates in 2D & 3D, indications for sensory events from your SBC, decorative lighting, the possibilities are endless. The Cube: Bits are made out of pre-assembled slices that have neopixel LEDs on both sides, making a 4x 4x 4 matrix when assembled. Once assembly is done you have to use the Cube: Bit Base (available separately) to provide power & to connect a controller or to directly connect to a BBC micro:bit or Raspberry Pi Zero (full size Raspberry Pi work fine of course, but don't fit directly without using an extension GPIO cable, or simply 3 female-female jumper cables for 5V, Gnd & GPIO18). With micro:bit we have written a special Makecode package (see below) that "knows" about the shape of all the cubes & can map from x, y, z coordinates directly to a pixel anywhere in the cube. Write to a whole plane of pixels at once, create a moving rainbow effect in only a few lines. With Raspberry Pi you can use any of the neopixel code already available to drive your Cube: Bit eg. Pimoroni, Adafruit or 4tronix neopixel products. Make Code Package for 4tronix Cube: Bit Magical RGB Cubes of Awesome Helper routines for using the neopixels in the Cube: Bit range of Cubes Defining the Cube The first thing you should do is create a Cube object with the required

Dimensions per side. Use the block: create cube:bit on pin 0 with side <3/4/5/6/7/8> Then set the brightness to be used from 0 to 255. If this block is not used, then the brightness is set to 40. We strongly recommend keeping this at less than 100. All values sent to the LEDs after this command will be scaled down to fit in this maximum brightness level. set cube:bit brightness to <0...255> Using Cube: Bit Pixels Each pixel can be addressed by using the pixel ID which is a number from 0 to the number of pixels in the cube minus one. eg. a 3x 3x 3 cube has 27 pixels so the ID can be 0 to 26, 4x 4x 4 has 64 (ID 0 to 63) & 5x 5x 5 has 125 (ID 0 to 124) set pixel color at ID to The colour value is a number. There are some pre-define colours (eg. Red, Yellow, etc) or you can put in a simple number, or you can define separate Red, Green & Blue values using the map colour block convert from red, green, blue If you want to specify the x, y, z position of the pixel then use the mapping block to create the pixel ID map from x y x Whenever changing the colour of pixels or clearing them, or rotating them, you will need to display the result afterwards. Use the show changes block for this show Cube: Bit changes You can also set a whole plane of pixels to the same colour. eg. set the top slice to blue, or the left side to green. Use the set plane block: set plan on axis <xy, xz, yz> to <colour> 4tronix Cube: Bit 4x 4x 4 Addressable RGB LEDs

Reviews/Comments

Add New

Price History

Vouchers

No voucher codes found.
Do you know a voucher code for this product or supplier? Add it to Insights for others to use.

Facebook

Jargon Buster

LED - Light Emitting Diode - a small light source
Pixels - A single point within an image on a screen
Blue - A primary colour
Yellow - A primary colour. The sun is often described as yellow
screwdriver - A tool for driving screws. May be rotated manually or by electric motor.
Cable - A series of wires bonded to form a single thread
Red - One of the three primary colours
Colour - The categorised spectrum of light visable to humans
Set - a group of items usually related to one another. Some objects cannot function without the complete set of items.
Size - is the measurement of how big an object is in space.
LED - Light Emitting Diode. A bulb that is very efficient at producing light. Often small.
Learning - Educating and growing in intelligence.
Extension - Something that is made bigger through adding to it, for example a conservatory extension on a house.
Simple - Basic, easy no difficulty in understanding.
Dimensions - The shapes and angles of something or a situation.
Assembly - A gathering of people for a purpose e.g. a school assembly
Decorative - Making things look more appealing and attractive.
Assembly - A gathering of people all together for the same purpose.

Supplier Information

Rapid Online Rapid Electronics Ltd
Rapid have established themselves as a leading online supplier of electrical products, cables, tools, electrical components and educational resources. Through their website you can purchase a variety of meters and resistors, batteries, electrical sockets, fuses and circuit breakers, communications cables, miniature power tools, small hand tools, rivets, tapes and adhesives, office equipment and educational books and equipment. As well as selling to the general public their extensive product selections means they also sell to trade customers. They also have great links with educational customers supplying products to many schools, colleges and universities. They also offer a great turnaround on delivery meaning that your products can be with you the very next day. Some of the top brands that they stock include Recom, Draper, Bosch, Hammond, Duracell, Kingbright, Arcol and Neutrik.
Page Updated: 2024-03-11 16:31:29

Community Generated Product Tags

Oh No! The productWIKI community hasn't generated any tags for this product yet!
Menu