Skip to content

Commit

Permalink
Minor improvemts
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Nov 29, 2023
1 parent 6ed1b45 commit 4e19aff
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 687 deletions.
18 changes: 11 additions & 7 deletions src/hardware.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
collapsable: false
sidebarDepth: 2
---

# Hardware

## Parts list
## DIY Hardware

### Parts list

#### Minimal setup (Basis)

Expand Down Expand Up @@ -140,21 +147,18 @@ The touch sensors have two solder bridges on the board which can be connected. T

TTP223 Image for Fritzing by [rbricheno](https://github.com/rbricheno).

## 3D Printing Files
### 3D Printing Files

![](/cover.jpg)
by PlastikJunkies

#### Downloads

- [Thingiverse](https://www.thingiverse.com/thing:3559014)
- [Local download](/pixel_it_case.zip)

### AWTRIX Case (Discontinued project!)

- [Thingiverse](https://www.thingiverse.com/thing:4749750)
- [Local download](/pixel_it_case.zip)

#### Makes
### Makes

Make sure to check out this discussion page for some inspiration.

Expand Down
12 changes: 9 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- [Webinterface](webinterface.html)
- [REST-API](api.html)
- [Node-Red Node](nodered.html#node-red)
- [Node-RED Node](nodered.html#node-red)
- [Pixel Creator](tools.html#pixel-creator)
- [Pixel Gallery](tools.html#pixel-gallery)
- [ioBroker Adapter](iobroker.html)
Expand All @@ -17,8 +17,14 @@

## Supported hardware

- Prebuild Hardware
- [Ulanzi TC001 Pixel Clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882?aff=1181)
You can use the PixelIt with different hardware. You can use a prebuild hardware or build your own hardware. The PixelIt is designed to be expandable. You can add sensors, buttons, displays, etc. to your PixelIt.

### Prebuild Hardware

- [Ulanzi TC001 Pixel Clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882?aff=1181)

### DIY Hardware

- MCU
- [Wemos D1 mini](hardware.html#minimal-setup-basis)
- [NodeMCU v2](hardware.html#minimal-setup-basis)
Expand Down
5 changes: 2 additions & 3 deletions src/iobroker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ sidebarDepth: 2

# ioBroker

This adapter allows you to send screen to the [Pixel It]() from ioBroker. It queries the optional sensors of [Pixel It]() , and the API of the [Pixel Gallery](tools.html#pixel-gallery) is also implemented in the adapter.

This adapter allows you to send screen to the PixelIt from ioBroker. It queries the optional sensors of PixelIt , and the API of the [Pixel Gallery](tools.html#pixel-gallery) is also implemented in the adapter.

## Basic settings

Expand Down Expand Up @@ -33,4 +32,4 @@ This adapter allows you to send screen to the [Pixel It]() from ioBroker. It que
- **show_clock**:
- Shows the clock screen.
- **sleep_mode**:
- Activates or deactivates the [Sleep Mode](api.html#sleep-mode).
- Activates or deactivates the [Sleep Mode](api.html#sleep-mode).
Loading

0 comments on commit 4e19aff

Please sign in to comment.