ZP-0129: Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
Line 21: Line 21:
|}
|}
* Product Details
* Product Details
[[File:Minitowerups01.jpg|left|500px]]
[[File:Minitowerups01.jpg|left|800px]]
<br style="clear:both;">
<br style="clear:both;">
* 0.96 inch OLED Display
* 0.96 inch OLED Display
[[File:Minitowerups02.jpg|left|500px]]
[[File:Minitowerups02.jpg|left|800px]]
<br style="clear:both;">
<br style="clear:both;">
* UPS Plus Support
* UPS Plus Support
[[File:Minitowerkit-3.jpg|left|500px]]
[[File:Minitowerkit-3.jpg|left|800px]]
<br style="clear:both;">
<br style="clear:both;">
* Simple and Clean Desktop
* Simple and Clean Desktop
[[File:Minitowerkit-03.jpg|left|500px]]
[[File:Minitowerkit-03.jpg|left|800px]]
<br style="clear:both;">
<br style="clear:both;">
* ICE tower cooler Heat Disspation system
* ICE tower cooler Heat Disspation system
[[File:Heatdissipations.jpg|left|500px]]
[[File:Heatdissipations.jpg|left|800px]]
<br style="clear:both;">
<br style="clear:both;">
===How to assemble it===
===How to assemble it===

Revision as of 15:44, 28 June 2022

ABS Mini Tower UPS Kit

Minitowerups.jpg

Description

This kit contains an UPS module which can be a power bank for your Raspberry Pi.
The case is made of ABS material,This kit turns your Raspberry Pi into a mobile mini-host.

Features

  • ABS material High-precision mold making
  • 0.96 inch OLED display
  • UPS Plus Module
  • Ice Tower Heat dissipation system
  • RGB Programmable Fan light and mood light (WS281X)
  • Acrylic Transparent Side Pannel
  • Foolproof power connector

Gallery

  • Product Outlook
Zp-0129-4.jpg
Zp-0129-5.jpg
Zp-0129-6.jpg
  • Product Details
Minitowerups01.jpg


  • 0.96 inch OLED Display
Minitowerups02.jpg


  • UPS Plus Support
Minitowerkit-3.jpg


  • Simple and Clean Desktop
Minitowerkit-03.jpg


  • ICE tower cooler Heat Disspation system
Heatdissipations.jpg


How to assemble it

  • Please follow the steps to install, beware of the installation details, please take care of the UPS Plus when the batteries has been inserted into the slot.
 NOTE: prevent the wrong polarity when insert the batteries, and prevent short the circuit during install Raspberry Pi. Otherwise, the wrong installation method may cause damage to the equipment. It is your own risks. 
  • Steop 1
Minitowerkit-01.jpg


  • Steop 2
Minitowerkit-install2.jpeg


Package Includes

  • 1 * ABS Mini Tower UPS Kit

How to assemble

How to enable OLED Display

1. Turn on `i2c function` by using `sudo raspi-config` -> `interface options` -> `i2c` -> `enable` -> `yes`. 2. Check if the screen has been recognized by Raspberry Pi

i2cdetect -y 1 

if encount `command not found` error, please install `i2c-tools` by using `sudo apt update && sudo apt -y install i2c-tools`.
3. Install dependencies libraries:

sudo apt -y install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5

4. Grant privilleges to user `pi`

sudo usermod -a -G gpio,i2c pi

5. Download sample code from this repo:

git clone https://github.com/rm-hull/luma.examples.git
cd luma.examples/

6. Install the dependencies

sudo -H pip3 install -e .

7. Entering into example folder and test it.

cd examples/
python3 sys_info.py

8. At this time, the OLED screen is displaying system information.

How to enable fan light and mood light

NOTE: The RGB lights in the fan are connected to the ambient lights on the screen driver board. Turn on any one of the lights is equivalent to turn on the entire light group.
  • 1. The lights are connected to GPIO18 which can found by typing: pinout in a terminal.
GPIO18.png


  • 2. Make sure your Raspberry Pi can access internet.
  • 3. Download demo code projects sources from github.
cd ~
git clone https://github.com/jgarff/rpi_ws281x
  • 4. Build:

Build with SCons

  • Install Scons (on raspbian)
 sudo apt update && sudo apt -y install scons 
  • Make sure to adjust the parameters in main.cto suit your hardware.
  • Signal rate (400kHz to 800kHz). Default 800kHz.
  • ledstring.invert=1 if using a inverting level shifter.
  • Width and height of LED matrix (height=1 for LED string).
  • Type scons from inside the source directory.
cd rpi_ws281x/
sudo scons

Build and install with CMake

  • Install CMake
  • Configure your build:

For example:

mkdir build
cd build
cmake -D BUILD_SHARED=OFF -D BUILD_TEST=ON ..

See also for available options in 《font color=red>CMakeLists.txt.

Type

cmake --build .

to build

  • To install built binaries and headers into your system type:
sudo make install
  • Running:

Type

sudo ./test 

(default uses PWM channel 0).

That's it. You should see a moving rainbow scroll across the display.

More options are available,

./test -h 

should show them:

./test version 1.1.0
Usage: ./test
-h (--help)    - this information
-s (--strip)   - strip type - rgb, grb, gbr, rgbw
-x (--width)   - matrix width (default 8)
-y (--height)  - matrix height (default 8)
-d (--dma)     - dma channel to use (default 10)
-g (--gpio)    - GPIO to use
                 If omitted, default is 18 (PWM0)
-i (--invert)  - invert pin output (pulse LOW)
-c (--clear)   - clear matrix on exit.
-v (--version) - version information

How to use UPS Plus

Keywords

  • ABS Mini Tower UPS Kit, ABS case for Raspberry Pi, ABS mini tower, mini tower kit