Skip to content

Commit a850341

Browse files
authored
Merge pull request #47 from ryodeushii/add-guition-jc8048w550
feat: add docs for guition JC8048W550
2 parents b900824 + 18ffc01 commit a850341

File tree

6 files changed

+60
-0
lines changed

6 files changed

+60
-0
lines changed

docs/hardware/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nav:
1010
- Espressif: espressif
1111
- Generic: generic
1212
- Golden Security: golden-security
13+
- Guition: guition
1314
- Lanbon: lanbon
1415
- LilyGO & TTGO: lilygo
1516
- Lolin: lolin

docs/hardware/guition/.pages

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title: Guition
2+
nav:
3+
- Guition ESP32-S3 JC8048W550: jc8048w550.md
235 KB
Loading
134 KB
Loading
56 KB
Loading
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Guition ESP32-S3 JC8048W550 :material-new-box:{ .tag-large }
2+
3+
<div class="row justify-content-center">
4+
<a href="../images/front.png" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4" data-title="Guition ESP32-S3 JC8048W550" data-footer="">
5+
<img src="../images/front.png" class="img-fluid">
6+
</a>
7+
<a href="../images/back.png" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4" data-title="Guition ESP32-S3 JC8048W550" data-footer="">
8+
<img src="../images/back.png" class="img-fluid">
9+
</a>
10+
<a href="../images/side.png" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4" data-title="Guition ESP32-S3 JC8048W550" data-footer="">
11+
<img src="../images/side.png" class="img-fluid">
12+
</a>
13+
</div>
14+
15+
This is "all-in-one" device that have integrated ESP32-S3 chips with 16 MB of flash and 8MB PSram. This display utilizes IPS matrix with **capacitive** touch screen (no multi-touch - as stated in docs).
16+
17+
18+
SD card is not supported by openHASP {< openhasp.version >}.
19+
20+
SKU [JC8048W550](https://www.aliexpress.com/item/1005006715581887.html)
21+
22+
## Features
23+
24+
The back has many GPIO pins avialable through an included connector, TF Slot, Audio out (some versions), **note:** tf not supported in openHASP yet.
25+
26+
## Cases
27+
28+
If you have a 3D printer, cases are becoming available:
29+
30+
[Case with USB cutout](https://makerworld.com/en/models/1127192-xtouch-pro-usb-hole-variant?from=search#profileId-1126802) for potential use without battery
31+
32+
[Xtouch PRO variant](https://makerworld.com/en/models/1016156-xtouch-pro-official-base-for-guition-5inch-lcd?from=search#profileId-1010165) (both with and without battery, relies on pogo pin connector)
33+
34+
[Case without battery](https://makerworld.com/en/models/981775-jc8048w550-case-for-xtouch-pro-5?from=search#profileId-955542) (usb bus power only)
35+
36+
37+
38+
**Other cases maybe available, search printables, thingiverse, etc**
39+
40+
## Flashing
41+
42+
Compile your own via platform.io and `platformio_override.ini` environment templates.
43+
44+
Also available via web installer at <a target="_blank" href="https://nightly.openhasp.com/">https://nightly.openhasp.com/</a>
45+
46+
or the latest found under <a target="_blank" href="https://github.com/HASwitchPlate/openHASP/actions">Github Actions</a>, click on the latest action, and look under the `Assets` sections for zip files containing builds binary files.
47+
48+
### Recommended method
49+
50+
1. Use the `Nightly` build website to initially flash the device.
51+
52+
2. Then update with the OTA file found under `Actions`, `Assets` on github. Or compile your own if comfortable doing that.
53+
54+
55+
[1]: https://www.aliexpress.com/item/1005006715581887.html
56+

0 commit comments

Comments
 (0)