Difference between revisions of "Pico-Cube"
From SB-Components Wiki
| Line 4: | Line 4: | ||
=== Features === | === Features === | ||
| + | * Standard 40 Pins Raspberry Pi Pico Header | ||
| + | * GPIO Based Communication | ||
| + | * 64 High-Intensity Monochromatic LED | ||
| + | * Individual LED access | ||
| + | * Each Layer Access | ||
=== Specifications === | === Specifications === | ||
| + | |||
| + | * Operating Voltage - 5V | ||
| + | * Colors - Red/Green/Blue | ||
| + | * Communication - GPIO | ||
| + | * LED - 64 | ||
| + | |||
Revision as of 06:29, 7 December 2021
Pico Cube
Features
- Standard 40 Pins Raspberry Pi Pico Header
- GPIO Based Communication
- 64 High-Intensity Monochromatic LED
- Individual LED access
- Each Layer Access
Specifications
- Operating Voltage - 5V
- Colors - Red/Green/Blue
- Communication - GPIO
- LED - 64
File:Pico cube.png
Buy it From : Click Here
Pinout
Installation
MicroPython
- Stack Raspberry Pi Pico on the female header of Pico cube.
- Connect USB cable on Raspberry Pi Pico USB port.
- Choose interpreter as MicroPython (Raspberry Pi Pico).
- Download Pico Cube repository from the below link:
Source code: https://github.com/sbcshop/PICO-CUBE
- Open "demo.py" from the downloaded repository of Pico Cube in Thonny IDE and Click on the Green play button to run the code.
It will run a different LED pattern on Pico Cube. You can also modify this code to put your own creativity.
