ZP-0129: Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
(Created page with "==ABS Mini Tower UPS Kit== ==Description== This kit contains an UPS module which can be a power bank for your Raspberry Pi.<br> The case is made of ABS material,This kit turns...")
 
Line 15: Line 15:
* 1 * ABS Mini Tower UPS Kit
* 1 * ABS Mini Tower UPS Kit
==How to assemble==
==How to assemble==
==How to enable OLED display==
==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
<pre>
i2cdetect -y 1
</pre>
if encount `command not found` error, please install `i2c-tools` by using `sudo apt update && sudo apt -y install i2c-tools`. <br>
3. Install dependencies libraries:
<pre>
sudo apt -y install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5
</pre>
4. Grant privilleges to user `pi`
<pre>
sudo usermod -a -G gpio,i2c pi
</pre>
5. Download sample code from this repo:
<pre>
git clone https://github.com/rm-hull/luma.examples.git
cd luma.examples/
</pre>
6. Install the dependencies
<pre>
sudo -H pip3 install -e .
</pre>
7. Entering into example folder and test it.
<pre>
cd examples/
python3 sys_info.py
</pre>
8. At this time, the OLED screen is displaying system information.
 
==How to enable RGB fan lights==
==How to enable RGB fan lights==
==How to use UPS Plus==
==How to use UPS Plus==
==Keywords==
==Keywords==
* ABS Mini Tower UPS Kit, ABS case for Raspberry Pi, ABS mini tower, mini tower kit
* ABS Mini Tower UPS Kit, ABS case for Raspberry Pi, ABS mini tower, mini tower kit

Revision as of 16:33, 16 June 2022

ABS Mini Tower UPS Kit

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

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 RGB fan lights

How to use UPS Plus

Keywords

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